pkgsrc/www/php-nextcloud/PLIST

18739 lines
1.1 MiB
Text
Raw Normal View History

php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
@comment $NetBSD: PLIST,v 1.42 2021/05/12 12:54:53 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.github/workflows/composer.yml
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/.gitignore
share/nextcloud/3rdparty/LICENSE INFO
share/nextcloud/3rdparty/README.md
share/nextcloud/3rdparty/autoload.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AbstractConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/AmplifyClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appflow/AppflowClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/AccessPointArn.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/Arn.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/ArnInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/ArnParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/BackupClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/Exception/BackupException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Braket/BraketClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Braket/Exception/BraketException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/ChimeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigurationProviderInterface.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/ConnectClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/DLMClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/Exception/DLMException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Detective/DetectiveClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/DocDBClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EBS/EBSClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EBS/Exception/EBSException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/EKSClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/Exception/EKSException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointParameterMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CryptoException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/EventStreamDataException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/InvalidJsonException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/InvalidRegionException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/Exception/FMSException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/FMSClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/Exception/FSxException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/FSxClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Honeycode/Exception/HoneycodeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Honeycode/HoneycodeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVS/Exception/IVSException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVS/IVSClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/InputValidationMiddleware.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/KafkaClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/Exception/MQException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/MQClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MWAA/MWAAClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/Exception/MacieException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/MacieClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie2/Macie2Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MonitoringEventsInterface.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/NeptuneClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Outposts/OutpostsClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/Exception/PIException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/PIClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/PricingClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Psr16CacheAdapter.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDB/QLDBClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/Exception/RAMException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/RAMClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResponseContainerInterface.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/QuotaManager.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/RateLimiter.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddlewareV2.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/S3ControlClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSO/Exception/SSOException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSO/SSOClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Schemas/SchemasClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SesV2/SesV2Client.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/Exception/TextractException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/TextractClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/TransferClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/TranslateClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/aliases.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appflow/2020-08-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appflow/2020-08-23/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-insights/2018-11-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-insights/2018-11-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ebs/2019-11-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/honeycode/2020-03-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/honeycode/2020-03-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/kendra/Exception/kendraException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/kendra/kendraClient.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/Exception/signerException.php
share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/signerClient.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore
share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md
share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json
share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
share/nextcloud/3rdparty/beberlei/assert/LICENSE
share/nextcloud/3rdparty/beberlei/assert/composer.json
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/Assert.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/Assertion.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/AssertionChain.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/AssertionFailedException.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/InvalidArgumentException.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/LazyAssertion.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/LazyAssertionException.php
share/nextcloud/3rdparty/beberlei/assert/lib/Assert/functions.php
share/nextcloud/3rdparty/brick/math/LICENSE
share/nextcloud/3rdparty/brick/math/SECURITY.md
share/nextcloud/3rdparty/brick/math/composer.json
share/nextcloud/3rdparty/brick/math/src/BigDecimal.php
share/nextcloud/3rdparty/brick/math/src/BigInteger.php
share/nextcloud/3rdparty/brick/math/src/BigNumber.php
share/nextcloud/3rdparty/brick/math/src/BigRational.php
share/nextcloud/3rdparty/brick/math/src/Exception/DivisionByZeroException.php
share/nextcloud/3rdparty/brick/math/src/Exception/IntegerOverflowException.php
share/nextcloud/3rdparty/brick/math/src/Exception/MathException.php
share/nextcloud/3rdparty/brick/math/src/Exception/NegativeNumberException.php
share/nextcloud/3rdparty/brick/math/src/Exception/NumberFormatException.php
share/nextcloud/3rdparty/brick/math/src/Exception/RoundingNecessaryException.php
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator.php
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator/BcMathCalculator.php
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator/GmpCalculator.php
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator/NativeCalculator.php
share/nextcloud/3rdparty/brick/math/src/RoundingMode.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/christophwurst/id3parser/.gitignore
share/nextcloud/3rdparty/christophwurst/id3parser/LICENSE
share/nextcloud/3rdparty/christophwurst/id3parser/README.md
share/nextcloud/3rdparty/christophwurst/id3parser/composer.json
share/nextcloud/3rdparty/christophwurst/id3parser/src/ID3Parser.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v1.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v2.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_exception.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_handler.php
share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_lib.php
share/nextcloud/3rdparty/composer.json
share/nextcloud/3rdparty/composer.lock
share/nextcloud/3rdparty/composer/ClassLoader.php
share/nextcloud/3rdparty/composer/InstalledVersions.php
share/nextcloud/3rdparty/composer/LICENSE
share/nextcloud/3rdparty/composer/autoload_classmap.php
share/nextcloud/3rdparty/composer/autoload_files.php
share/nextcloud/3rdparty/composer/autoload_namespaces.php
share/nextcloud/3rdparty/composer/autoload_psr4.php
share/nextcloud/3rdparty/composer/autoload_real.php
share/nextcloud/3rdparty/composer/autoload_static.php
share/nextcloud/3rdparty/composer/include_paths.php
share/nextcloud/3rdparty/composer/installed.json
share/nextcloud/3rdparty/composer/installed.php
share/nextcloud/3rdparty/composer/package-versions-deprecated/CHANGELOG.md
share/nextcloud/3rdparty/composer/package-versions-deprecated/CONTRIBUTING.md
share/nextcloud/3rdparty/composer/package-versions-deprecated/LICENSE
share/nextcloud/3rdparty/composer/package-versions-deprecated/README.md
share/nextcloud/3rdparty/composer/package-versions-deprecated/SECURITY.md
share/nextcloud/3rdparty/composer/package-versions-deprecated/composer.json
share/nextcloud/3rdparty/composer/package-versions-deprecated/composer.lock
share/nextcloud/3rdparty/composer/package-versions-deprecated/phpcs.xml.dist
share/nextcloud/3rdparty/composer/package-versions-deprecated/src/PackageVersions/FallbackVersions.php
share/nextcloud/3rdparty/composer/package-versions-deprecated/src/PackageVersions/Installer.php
share/nextcloud/3rdparty/composer/package-versions-deprecated/src/PackageVersions/Versions.php
share/nextcloud/3rdparty/composer/platform_check.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/.gitignore
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING
share/nextcloud/3rdparty/deepdiver/zipstreamer/MANUAL.md
share/nextcloud/3rdparty/deepdiver/zipstreamer/README.md
share/nextcloud/3rdparty/deepdiver/zipstreamer/composer.json
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/COMPR.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/Count64.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/Lib/Count64Base.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/Lib/Count64_32.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/Lib/Count64_64.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/Count64Test.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/ZipComponents.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/ZipStreamerTest.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/bootstrap.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/integration/Dockerfile
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/integration/UnpackTest.php
share/nextcloud/3rdparty/deepdiver/zipstreamer/test/phpunit.xml
share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarHeader.php
share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
share/nextcloud/3rdparty/doctrine/cache/LICENSE
share/nextcloud/3rdparty/doctrine/cache/UPGRADE.md
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/InvalidCacheId.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
share/nextcloud/3rdparty/doctrine/dbal/CONTRIBUTING.md
share/nextcloud/3rdparty/doctrine/dbal/LICENSE
share/nextcloud/3rdparty/doctrine/dbal/README.md
share/nextcloud/3rdparty/doctrine/dbal/composer.json
share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception/MissingNamedParameter.php
share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception/MissingPositionalParameter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Cache/ArrayResult.php
share/nextcloud/3rdparty/doctrine/dbal/src/Cache/CacheException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Cache/CachingResult.php
share/nextcloud/3rdparty/doctrine/dbal/src/Cache/QueryCacheProfile.php
share/nextcloud/3rdparty/doctrine/dbal/src/ColumnCase.php
share/nextcloud/3rdparty/doctrine/dbal/src/Configuration.php
share/nextcloud/3rdparty/doctrine/dbal/src/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/ConnectionException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/IBMDB2/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/OCI/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/SQLSrv/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/SQLite/ExceptionConverter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractDB2Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractOracleDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractOracleDriver/EasyConnectString.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractPostgreSQLDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLServerDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLiteDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Exception/UnknownParameterType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/FetchUtils.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/DataSourceName.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/CannotCopyStreamToStream.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/CannotCreateTemporaryFile.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/CannotWriteToTemporaryFile.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/ConnectionError.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/ConnectionFailed.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/PrepareFailed.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Exception/StatementError.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/IBMDB2/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Middleware.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionError.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionFailed.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/FailedReadingStreamOffset.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/HostRequired.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/InvalidCharset.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/InvalidOption.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/NonStreamResourceUsedAsLargeObject.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Exception/StatementError.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Initializer.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Initializer/Charset.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Initializer/Options.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Initializer/Secure.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/ConvertPositionalToNamedPlaceholders.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/ConnectionFailed.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/Error.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/NonTerminatedStringLiteral.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/SequenceDoesNotExist.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/UnknownParameterIndex.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/ExecutionMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/OCI/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/PgSQL/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLSrv/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLSrv/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLSrv/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLite/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Exception/Error.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/LastInsertId.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/DriverManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/ConnectionEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/Listeners/OracleSessionInit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/Listeners/SQLSessionInit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableAddColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableChangeColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableRemoveColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableRenameColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaColumnDefinitionEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaCreateTableColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaCreateTableEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaDropTableEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaIndexDefinitionEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Events.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ConnectionException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ConnectionLost.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ConstraintViolationException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseObjectExistsException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseObjectNotFoundException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DeadlockException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DriverException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ForeignKeyConstraintViolationException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/InvalidFieldNameException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/InvalidLockMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/LockWaitTimeoutException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NoKeyValue.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NonUniqueFieldNameException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NotNullConstraintViolationException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ReadOnlyException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/RetryableException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ServerException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/SyntaxErrorException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/TableExistsException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/TableNotFoundException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/UniqueConstraintViolationException.php
share/nextcloud/3rdparty/doctrine/dbal/src/ExpandArrayParameters.php
share/nextcloud/3rdparty/doctrine/dbal/src/FetchMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Id/TableGenerator.php
share/nextcloud/3rdparty/doctrine/dbal/src/Id/TableGeneratorSchemaVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/LockMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Logging/DebugStack.php
share/nextcloud/3rdparty/doctrine/dbal/src/Logging/LoggerChain.php
share/nextcloud/3rdparty/doctrine/dbal/src/Logging/SQLLogger.php
share/nextcloud/3rdparty/doctrine/dbal/src/ParameterType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/DB2Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/DateIntervalUnit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/DB2Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/KeywordList.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MariaDb102Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQL57Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQL80Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQLKeywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/OracleKeywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/PostgreSQL100Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/PostgreSQL94Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/ReservedKeywordsValidator.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/SQLServer2012Keywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/SQLiteKeywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb1027Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQL57Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQL80Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQLPlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/OraclePlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/PostgreSQL100Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/PostgreSQL94Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/SQLServer2012Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/TrimMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Converter.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Middleware.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/OptimizeFlags.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Portability/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query/Expression/CompositeExpression.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser.php
share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Visitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractAsset.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Column.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/ColumnDiff.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Comparator.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Constraint.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/DB2SchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/InvalidTableName.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/UnknownColumnOption.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/ForeignKeyConstraint.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Identifier.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Index.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/MySQLSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/OracleSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/PostgreSQLSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SQLServerSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Schema.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaConfig.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaDiff.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Sequence.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Table.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/TableDiff.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/UniqueConstraint.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/View.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/AbstractVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/CreateSchemaSqlCollector.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/DropSchemaSqlCollector.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/Graphviz.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/NamespaceVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/RemoveNamespacedAssets.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/SchemaDiffVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/Visitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/Command/ReservedWordsCommand.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionNotFound.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionProvider.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionProvider/SingleConnectionProvider.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConsoleRunner.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Dumper.php
share/nextcloud/3rdparty/doctrine/dbal/src/TransactionIsolationLevel.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/ArrayType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/AsciiStringType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/BigIntType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/BinaryType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/BlobType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/BooleanType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/ConversionException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateImmutableType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateIntervalType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateTimeImmutableType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateTimeType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateTimeTzType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DateType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/DecimalType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/FloatType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/GuidType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/IntegerType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/JsonType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/ObjectType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/PhpIntegerMappingType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/SimpleArrayType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/SmallIntType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/StringType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/TextType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/TimeImmutableType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/TimeType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/Type.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/TypeRegistry.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/Types.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeImmutableType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeType.php
share/nextcloud/3rdparty/doctrine/dbal/src/VersionAwarePlatformDriver.php
share/nextcloud/3rdparty/doctrine/event-manager/LICENSE
share/nextcloud/3rdparty/doctrine/event-manager/README.md
share/nextcloud/3rdparty/doctrine/event-manager/composer.json
share/nextcloud/3rdparty/doctrine/event-manager/lib/Doctrine/Common/EventArgs.php
share/nextcloud/3rdparty/doctrine/event-manager/lib/Doctrine/Common/EventManager.php
share/nextcloud/3rdparty/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php
share/nextcloud/3rdparty/doctrine/lexer/README.md
share/nextcloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/egulias/email-validator/LICENSE
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/egulias/email-validator/composer.json
share/nextcloud/3rdparty/egulias/email-validator/src/EmailLexer.php
share/nextcloud/3rdparty/egulias/email-validator/src/EmailParser.php
share/nextcloud/3rdparty/egulias/email-validator/src/EmailValidator.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/AtextAfterCFWS.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/CRLFAtTheEnd.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/CRLFX2.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/CRNoLF.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/CharNotAllowed.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/CommaInDomain.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ConsecutiveAt.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ConsecutiveDot.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/DomainAcceptsNoMail.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/DomainHyphened.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/DotAtEnd.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/DotAtStart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingAT.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingATEXT.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingCTEXT.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingDTEXT.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingDomainLiteralClose.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/ExpectingQPair.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/InvalidEmail.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/LocalOrReservedDomain.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/NoDNSRecord.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/NoDomainPart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/NoLocalPart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/UnclosedComment.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/UnclosedQuotedString.php
share/nextcloud/3rdparty/egulias/email-validator/src/Exception/UnopenedComment.php
share/nextcloud/3rdparty/egulias/email-validator/src/Parser/DomainPart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Parser/LocalPart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Parser/Parser.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/DNSCheckValidation.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/EmailValidation.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/Error/RFCWarnings.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/Error/SpoofEmail.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/MultipleErrors.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/RFCValidation.php
share/nextcloud/3rdparty/egulias/email-validator/src/Validation/SpoofCheckValidation.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/AddressLiteral.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/CFWSNearAt.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/CFWSWithFWS.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/Comment.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/DeprecatedComment.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/DomainLiteral.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/DomainTooLong.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/EmailTooLong.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6BadChar.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6ColonEnd.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6ColonStart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6Deprecated.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6DoubleColon.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6GroupCount.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/IPV6MaxGroups.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/LabelTooLong.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/LocalTooLong.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/NoDNSMXRecord.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/ObsoleteDTEXT.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/QuotedPart.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/QuotedString.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/TLD.php
share/nextcloud/3rdparty/egulias/email-validator/src/Warning/Warning.php
share/nextcloud/3rdparty/fgrosse/phpasn1/CHANGELOG.md
share/nextcloud/3rdparty/fgrosse/phpasn1/LICENSE
share/nextcloud/3rdparty/fgrosse/phpasn1/README.md
share/nextcloud/3rdparty/fgrosse/phpasn1/composer.json
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/ASNObject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/AbstractString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/AbstractTime.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Base128.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Composite/AttributeTypeAndValue.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Composite/RDNString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Composite/RelativeDistinguishedName.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Construct.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Exception/NotImplementedException.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Exception/ParserException.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Identifier.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/OID.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Parsable.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/TemplateParser.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/BMPString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/BitString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/Boolean.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/CharacterString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/Enumerated.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/GeneralString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/GeneralizedTime.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/GraphicString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/IA5String.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/Integer.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/NullObject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/NumericString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/ObjectDescriptor.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/ObjectIdentifier.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/OctetString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/PrintableString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/RelativeObjectIdentifier.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/Sequence.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/Set.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/T61String.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/UTCTime.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/UTF8String.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/UniversalString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/Universal/VisibleString.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/UnknownConstructedObject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/UnknownObject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/Utility/BigInteger.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/Utility/BigIntegerBcmath.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/Utility/BigIntegerGmp.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/AlgorithmIdentifier.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/CSR/Attributes.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/CSR/CSR.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/CertificateExtensions.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/CertificateSubject.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/PrivateKey.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/PublicKey.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/SAN/DNSName.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/SAN/IPAddress.php
share/nextcloud/3rdparty/fgrosse/phpasn1/lib/X509/SAN/SubjectAlternativeNames.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/LICENSE
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/README.md
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/composer.json
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/AlternateFormatsCountryCodeSet.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/AsYouTypeFormatter.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeSource.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeToRegionCodeMap.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeToRegionCodeMapForTesting.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/DefaultMetadataLoader.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/AbstractLeniency.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/ExactGrouping.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/Possible.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/StrictGrouping.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/Valid.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MatchType.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Matcher.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MatcherAPIInterface.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MetadataLoaderInterface.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MetadataSourceInterface.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MultiFileMetadataSourceImpl.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/NumberFormat.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/NumberParseException.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneMetadata.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumber.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberDesc.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberFormat.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberMatch.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberMatcher.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberToCarrierMapper.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberToTimeZonesMapper.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberType.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/RegexBasedMatcher.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/RegionCode.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumberCost.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumberInfo.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumbersRegionCodeSet.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ValidationResult.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/Map.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ar/965.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/be/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/1.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/20.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/211.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/212.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/213.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/216.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/218.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/220.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/221.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/222.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/223.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/224.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/225.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/226.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/227.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/228.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/229.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/230.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/231.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/232.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/233.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/234.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/235.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/236.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/237.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/238.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/239.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/240.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/241.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/242.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/243.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/244.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/245.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/246.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/247.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/248.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/249.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/250.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/251.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/252.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/253.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/254.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/255.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/256.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/257.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/258.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/260.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/261.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/262.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/263.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/264.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/265.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/266.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/267.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/268.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/269.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/27.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/290.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/291.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/297.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/298.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/299.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/30.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/31.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/32.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/33.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/34.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/350.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/351.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/352.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/353.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/354.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/355.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/356.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/357.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/358.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/359.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/36.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/370.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/372.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/373.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/374.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/376.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/377.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/378.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/380.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/381.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/382.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/383.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/385.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/386.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/387.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/389.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/39.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/40.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/41.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/420.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/421.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/423.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/43.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/44.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/45.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/46.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/47.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/48.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/49.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/500.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/501.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/502.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/503.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/504.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/505.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/506.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/507.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/508.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/509.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/51.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/53.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/55.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/56.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/57.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/58.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/590.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/591.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/592.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/593.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/594.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/595.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/596.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/597.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/598.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/599.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/60.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/61.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/62.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/63.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/64.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/65.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/66.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/670.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/672.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/673.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/674.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/675.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/676.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/677.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/678.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/679.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/680.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/681.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/682.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/683.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/685.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/686.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/687.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/688.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/689.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/690.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/691.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/692.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/7.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/81.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/82.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/84.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/850.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/852.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/853.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/855.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/856.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/86.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/880.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/881.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/882.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/886.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/90.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/91.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/92.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/93.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/94.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/95.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/960.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/961.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/962.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/963.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/964.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/965.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/966.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/967.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/968.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/970.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/971.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/972.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/973.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/974.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/975.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/976.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/977.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/98.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/992.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/993.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/994.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/995.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/996.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/998.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/fa/93.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/fa/98.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ko/82.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/374.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/7.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/uk/380.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh/852.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh/86.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh_Hant/852.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh_Hant/86.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_255.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_27.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_30.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_31.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_34.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_350.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_351.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_352.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_358.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_359.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_36.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_372.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_373.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_380.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_381.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_385.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_39.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_43.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_44.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_49.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_505.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_506.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_52.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_54.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_55.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_58.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_595.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_61.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_62.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_63.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_64.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_66.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_675.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_676.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_679.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_7.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_81.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_84.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_855.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_856.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_90.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_91.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_94.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_95.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_971.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_972.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_995.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_800.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_808.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_870.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_878.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_881.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_882.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_883.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_888.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_979.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ER.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ES.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ET.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ID.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ME.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ML.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_OM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_QA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ST.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_US.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_WF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_WS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_XK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_YE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_YT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ER.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ES.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ET.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ID.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ME.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ML.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MQ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NP.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_OM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_QA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SB.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ST.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SX.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TD.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TH.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TJ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TL.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TO.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TR.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TV.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_US.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UY.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UZ.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VC.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VG.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VI.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VN.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VU.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_WF.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_WS.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_XK.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_YE.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_YT.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZA.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZM.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZW.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/PhoneNumberOfflineGeocoder.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/Map.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ar/966.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/be/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/bg/359.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/bs/387.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/32.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/352.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/41.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/43.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/49.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/el/30.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/12.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/13.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/14.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/15.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/16.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/17.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/18.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/19.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/20.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/212.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/213.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/216.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/218.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/220.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/221.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/222.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/223.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/224.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/225.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/226.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/227.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/228.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/229.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/230.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/232.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/233.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/234.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/236.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/237.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/238.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/239.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/240.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/241.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/242.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/243.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/244.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/245.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/247.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/249.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/251.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/252.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/254.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/255.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/256.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/257.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/258.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/260.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/261.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/263.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/264.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/266.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/267.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/268.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/269.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/27.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/290.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/299.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/30.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/31.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/32.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/33.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/34.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/351.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/352.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/353.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/354.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/355.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/358.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/359.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/36.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/370.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/371.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/372.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/373.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/374.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/380.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/381.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/382.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/383.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/385.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/386.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/387.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/389.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/39.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/40.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/41.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/420.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/421.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/43.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/44.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/46.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/47.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/48.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/49.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/501.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/504.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/51.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/52.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/53.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/54.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/55.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/56.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/57.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/58.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/592.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/593.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/595.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/598.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/599.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/60.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/61.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/62.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/63.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/64.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/66.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/670.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/672.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/673.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/675.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/676.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/678.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/679.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/680.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/682.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/685.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/686.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/688.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/689.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/690.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/7.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/81.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/82.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/84.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/850.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/8610.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86130.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86131.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86132.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86133.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86134.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86135.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86136.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86137.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86138.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86139.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86145.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86147.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86150.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86151.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86152.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86153.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86155.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86156.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86157.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86158.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86159.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86170.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86176.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86177.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86178.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86180.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86181.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86182.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86183.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86184.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86185.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86186.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86187.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86188.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86189.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/880.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/886.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/90.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/91.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/92.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/93.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/94.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/95.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/960.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/962.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/963.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/966.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/967.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/968.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/970.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/971.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/972.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/975.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/976.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/98.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/992.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/993.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/994.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/995.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/996.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/228.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/230.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/34.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/52.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/54.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/56.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/58.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fa/93.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fa/98.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fi/358.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/212.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/222.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/225.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/228.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/229.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/230.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/243.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/290.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/32.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/33.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/352.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/41.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hr/387.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hu/36.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hy/374.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/id/62.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/it/39.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/it/41.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/iw/972.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ja/81.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ko/82.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/nl/31.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/nl/32.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pl/48.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/238.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/239.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/244.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/245.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/258.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/351.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/55.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ro/373.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ro/40.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/373.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/374.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/375.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/7.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sq/383.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/381.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/383.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/387.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sv/358.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/th/66.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/tr/90.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/uk/380.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/vi/84.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/8610.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86130.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86131.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86132.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86133.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86134.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86135.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86136.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86137.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86138.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86139.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86145.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86147.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86150.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86151.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86152.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86153.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86155.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86156.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86157.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86158.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86159.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86170.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86176.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86177.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86178.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86180.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86181.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86182.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86183.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86184.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86185.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86186.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86187.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86188.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86189.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/886.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh_Hant/886.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/MappingFileProvider.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PhonePrefixMap.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PrefixFileReader.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PrefixTimeZonesMap.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/timezone/data/map_data.php
share/nextcloud/3rdparty/giggsey/locale/LICENSE
share/nextcloud/3rdparty/giggsey/locale/README.md
share/nextcloud/3rdparty/giggsey/locale/composer.json
share/nextcloud/3rdparty/giggsey/locale/data/_list.php
share/nextcloud/3rdparty/giggsey/locale/data/_version.php
share/nextcloud/3rdparty/giggsey/locale/data/af.php
share/nextcloud/3rdparty/giggsey/locale/data/agq.php
share/nextcloud/3rdparty/giggsey/locale/data/ak.php
share/nextcloud/3rdparty/giggsey/locale/data/am.php
share/nextcloud/3rdparty/giggsey/locale/data/ar-ly.php
share/nextcloud/3rdparty/giggsey/locale/data/ar-sa.php
share/nextcloud/3rdparty/giggsey/locale/data/ar.php
share/nextcloud/3rdparty/giggsey/locale/data/as.php
share/nextcloud/3rdparty/giggsey/locale/data/asa.php
share/nextcloud/3rdparty/giggsey/locale/data/ast.php
share/nextcloud/3rdparty/giggsey/locale/data/az-cyrl.php
share/nextcloud/3rdparty/giggsey/locale/data/az.php
share/nextcloud/3rdparty/giggsey/locale/data/bas.php
share/nextcloud/3rdparty/giggsey/locale/data/be.php
share/nextcloud/3rdparty/giggsey/locale/data/bem.php
share/nextcloud/3rdparty/giggsey/locale/data/bez.php
share/nextcloud/3rdparty/giggsey/locale/data/bg.php
share/nextcloud/3rdparty/giggsey/locale/data/bm.php
share/nextcloud/3rdparty/giggsey/locale/data/bn-in.php
share/nextcloud/3rdparty/giggsey/locale/data/bn.php
share/nextcloud/3rdparty/giggsey/locale/data/bo.php
share/nextcloud/3rdparty/giggsey/locale/data/br.php
share/nextcloud/3rdparty/giggsey/locale/data/brx.php
share/nextcloud/3rdparty/giggsey/locale/data/bs-cyrl.php
share/nextcloud/3rdparty/giggsey/locale/data/bs.php
share/nextcloud/3rdparty/giggsey/locale/data/ca-es-valencia.php
share/nextcloud/3rdparty/giggsey/locale/data/ca.php
share/nextcloud/3rdparty/giggsey/locale/data/ccp.php
share/nextcloud/3rdparty/giggsey/locale/data/ce.php
share/nextcloud/3rdparty/giggsey/locale/data/ceb.php
share/nextcloud/3rdparty/giggsey/locale/data/cgg.php
share/nextcloud/3rdparty/giggsey/locale/data/chr.php
share/nextcloud/3rdparty/giggsey/locale/data/ckb.php
share/nextcloud/3rdparty/giggsey/locale/data/cs.php
share/nextcloud/3rdparty/giggsey/locale/data/cy.php
share/nextcloud/3rdparty/giggsey/locale/data/da.php
share/nextcloud/3rdparty/giggsey/locale/data/dav.php
share/nextcloud/3rdparty/giggsey/locale/data/de-at.php
share/nextcloud/3rdparty/giggsey/locale/data/de-ch.php
share/nextcloud/3rdparty/giggsey/locale/data/de.php
share/nextcloud/3rdparty/giggsey/locale/data/dje.php
share/nextcloud/3rdparty/giggsey/locale/data/dsb.php
share/nextcloud/3rdparty/giggsey/locale/data/dua.php
share/nextcloud/3rdparty/giggsey/locale/data/dyo.php
share/nextcloud/3rdparty/giggsey/locale/data/dz.php
share/nextcloud/3rdparty/giggsey/locale/data/ebu.php
share/nextcloud/3rdparty/giggsey/locale/data/ee.php
share/nextcloud/3rdparty/giggsey/locale/data/el.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ag.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ai.php
share/nextcloud/3rdparty/giggsey/locale/data/en-at.php
share/nextcloud/3rdparty/giggsey/locale/data/en-au.php
share/nextcloud/3rdparty/giggsey/locale/data/en-bb.php
share/nextcloud/3rdparty/giggsey/locale/data/en-be.php
share/nextcloud/3rdparty/giggsey/locale/data/en-bm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-bs.php
share/nextcloud/3rdparty/giggsey/locale/data/en-bw.php
share/nextcloud/3rdparty/giggsey/locale/data/en-bz.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ca.php
share/nextcloud/3rdparty/giggsey/locale/data/en-cc.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ch.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ck.php
share/nextcloud/3rdparty/giggsey/locale/data/en-cm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-cx.php
share/nextcloud/3rdparty/giggsey/locale/data/en-cy.php
share/nextcloud/3rdparty/giggsey/locale/data/en-de.php
share/nextcloud/3rdparty/giggsey/locale/data/en-dg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-dk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-dm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-er.php
share/nextcloud/3rdparty/giggsey/locale/data/en-fi.php
share/nextcloud/3rdparty/giggsey/locale/data/en-fj.php
share/nextcloud/3rdparty/giggsey/locale/data/en-fk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-fm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gb.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gd.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gh.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gi.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-gy.php
share/nextcloud/3rdparty/giggsey/locale/data/en-hk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ie.php
share/nextcloud/3rdparty/giggsey/locale/data/en-il.php
share/nextcloud/3rdparty/giggsey/locale/data/en-im.php
share/nextcloud/3rdparty/giggsey/locale/data/en-in.php
share/nextcloud/3rdparty/giggsey/locale/data/en-io.php
share/nextcloud/3rdparty/giggsey/locale/data/en-je.php
share/nextcloud/3rdparty/giggsey/locale/data/en-jm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ke.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ki.php
share/nextcloud/3rdparty/giggsey/locale/data/en-kn.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ky.php
share/nextcloud/3rdparty/giggsey/locale/data/en-lc.php
share/nextcloud/3rdparty/giggsey/locale/data/en-lr.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ls.php
share/nextcloud/3rdparty/giggsey/locale/data/en-mg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-mo.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ms.php
share/nextcloud/3rdparty/giggsey/locale/data/en-mt.php
share/nextcloud/3rdparty/giggsey/locale/data/en-mu.php
share/nextcloud/3rdparty/giggsey/locale/data/en-mw.php
share/nextcloud/3rdparty/giggsey/locale/data/en-my.php
share/nextcloud/3rdparty/giggsey/locale/data/en-na.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nf.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ng.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nl.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nr.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nu.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nz.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ph.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pn.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pw.php
share/nextcloud/3rdparty/giggsey/locale/data/en-rw.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sb.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sc.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sd.php
share/nextcloud/3rdparty/giggsey/locale/data/en-se.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sh.php
share/nextcloud/3rdparty/giggsey/locale/data/en-si.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sl.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ss.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sx.php
share/nextcloud/3rdparty/giggsey/locale/data/en-sz.php
share/nextcloud/3rdparty/giggsey/locale/data/en-tc.php
share/nextcloud/3rdparty/giggsey/locale/data/en-tk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-to.php
share/nextcloud/3rdparty/giggsey/locale/data/en-tt.php
share/nextcloud/3rdparty/giggsey/locale/data/en-tv.php
share/nextcloud/3rdparty/giggsey/locale/data/en-tz.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ug.php
share/nextcloud/3rdparty/giggsey/locale/data/en-vc.php
share/nextcloud/3rdparty/giggsey/locale/data/en-vg.php
share/nextcloud/3rdparty/giggsey/locale/data/en-vu.php
share/nextcloud/3rdparty/giggsey/locale/data/en-ws.php
share/nextcloud/3rdparty/giggsey/locale/data/en-za.php
share/nextcloud/3rdparty/giggsey/locale/data/en-zm.php
share/nextcloud/3rdparty/giggsey/locale/data/en-zw.php
share/nextcloud/3rdparty/giggsey/locale/data/en.php
share/nextcloud/3rdparty/giggsey/locale/data/eo.php
share/nextcloud/3rdparty/giggsey/locale/data/es-ar.php
share/nextcloud/3rdparty/giggsey/locale/data/es-bo.php
share/nextcloud/3rdparty/giggsey/locale/data/es-br.php
share/nextcloud/3rdparty/giggsey/locale/data/es-bz.php
share/nextcloud/3rdparty/giggsey/locale/data/es-cl.php
share/nextcloud/3rdparty/giggsey/locale/data/es-co.php
share/nextcloud/3rdparty/giggsey/locale/data/es-cr.php
share/nextcloud/3rdparty/giggsey/locale/data/es-cu.php
share/nextcloud/3rdparty/giggsey/locale/data/es-do.php
share/nextcloud/3rdparty/giggsey/locale/data/es-ec.php
share/nextcloud/3rdparty/giggsey/locale/data/es-gt.php
share/nextcloud/3rdparty/giggsey/locale/data/es-hn.php
share/nextcloud/3rdparty/giggsey/locale/data/es-mx.php
share/nextcloud/3rdparty/giggsey/locale/data/es-ni.php
share/nextcloud/3rdparty/giggsey/locale/data/es-pa.php
share/nextcloud/3rdparty/giggsey/locale/data/es-pe.php
share/nextcloud/3rdparty/giggsey/locale/data/es-pr.php
share/nextcloud/3rdparty/giggsey/locale/data/es-py.php
share/nextcloud/3rdparty/giggsey/locale/data/es-sv.php
share/nextcloud/3rdparty/giggsey/locale/data/es-us.php
share/nextcloud/3rdparty/giggsey/locale/data/es-uy.php
share/nextcloud/3rdparty/giggsey/locale/data/es-ve.php
share/nextcloud/3rdparty/giggsey/locale/data/es.php
share/nextcloud/3rdparty/giggsey/locale/data/et.php
share/nextcloud/3rdparty/giggsey/locale/data/eu.php
share/nextcloud/3rdparty/giggsey/locale/data/ewo.php
share/nextcloud/3rdparty/giggsey/locale/data/fa-af.php
share/nextcloud/3rdparty/giggsey/locale/data/fa.php
share/nextcloud/3rdparty/giggsey/locale/data/ff.php
share/nextcloud/3rdparty/giggsey/locale/data/fi.php
share/nextcloud/3rdparty/giggsey/locale/data/fil.php
share/nextcloud/3rdparty/giggsey/locale/data/fo.php
share/nextcloud/3rdparty/giggsey/locale/data/fr-be.php
share/nextcloud/3rdparty/giggsey/locale/data/fr-ca.php
share/nextcloud/3rdparty/giggsey/locale/data/fr.php
share/nextcloud/3rdparty/giggsey/locale/data/fur.php
share/nextcloud/3rdparty/giggsey/locale/data/fy.php
share/nextcloud/3rdparty/giggsey/locale/data/ga.php
share/nextcloud/3rdparty/giggsey/locale/data/gd.php
share/nextcloud/3rdparty/giggsey/locale/data/gl.php
share/nextcloud/3rdparty/giggsey/locale/data/gsw.php
share/nextcloud/3rdparty/giggsey/locale/data/gu.php
share/nextcloud/3rdparty/giggsey/locale/data/guz.php
share/nextcloud/3rdparty/giggsey/locale/data/gv.php
share/nextcloud/3rdparty/giggsey/locale/data/ha.php
share/nextcloud/3rdparty/giggsey/locale/data/haw.php
share/nextcloud/3rdparty/giggsey/locale/data/he.php
share/nextcloud/3rdparty/giggsey/locale/data/hi.php
share/nextcloud/3rdparty/giggsey/locale/data/hr.php
share/nextcloud/3rdparty/giggsey/locale/data/hsb.php
share/nextcloud/3rdparty/giggsey/locale/data/hu.php
share/nextcloud/3rdparty/giggsey/locale/data/hy.php
share/nextcloud/3rdparty/giggsey/locale/data/ia.php
share/nextcloud/3rdparty/giggsey/locale/data/id.php
share/nextcloud/3rdparty/giggsey/locale/data/ig.php
share/nextcloud/3rdparty/giggsey/locale/data/ii.php
share/nextcloud/3rdparty/giggsey/locale/data/is.php
share/nextcloud/3rdparty/giggsey/locale/data/it.php
share/nextcloud/3rdparty/giggsey/locale/data/ja.php
share/nextcloud/3rdparty/giggsey/locale/data/jgo.php
share/nextcloud/3rdparty/giggsey/locale/data/jmc.php
share/nextcloud/3rdparty/giggsey/locale/data/jv.php
share/nextcloud/3rdparty/giggsey/locale/data/ka.php
share/nextcloud/3rdparty/giggsey/locale/data/kab.php
share/nextcloud/3rdparty/giggsey/locale/data/kam.php
share/nextcloud/3rdparty/giggsey/locale/data/kde.php
share/nextcloud/3rdparty/giggsey/locale/data/kea.php
share/nextcloud/3rdparty/giggsey/locale/data/khq.php
share/nextcloud/3rdparty/giggsey/locale/data/ki.php
share/nextcloud/3rdparty/giggsey/locale/data/kk.php
share/nextcloud/3rdparty/giggsey/locale/data/kkj.php
share/nextcloud/3rdparty/giggsey/locale/data/kl.php
share/nextcloud/3rdparty/giggsey/locale/data/kln.php
share/nextcloud/3rdparty/giggsey/locale/data/km.php
share/nextcloud/3rdparty/giggsey/locale/data/kn.php
share/nextcloud/3rdparty/giggsey/locale/data/ko-kp.php
share/nextcloud/3rdparty/giggsey/locale/data/ko.php
share/nextcloud/3rdparty/giggsey/locale/data/kok.php
share/nextcloud/3rdparty/giggsey/locale/data/ks.php
share/nextcloud/3rdparty/giggsey/locale/data/ksb.php
share/nextcloud/3rdparty/giggsey/locale/data/ksf.php
share/nextcloud/3rdparty/giggsey/locale/data/ksh.php
share/nextcloud/3rdparty/giggsey/locale/data/ku.php
share/nextcloud/3rdparty/giggsey/locale/data/kw.php
share/nextcloud/3rdparty/giggsey/locale/data/ky.php
share/nextcloud/3rdparty/giggsey/locale/data/lag.php
share/nextcloud/3rdparty/giggsey/locale/data/lb.php
share/nextcloud/3rdparty/giggsey/locale/data/lg.php
share/nextcloud/3rdparty/giggsey/locale/data/lkt.php
share/nextcloud/3rdparty/giggsey/locale/data/ln.php
share/nextcloud/3rdparty/giggsey/locale/data/lo.php
share/nextcloud/3rdparty/giggsey/locale/data/lrc.php
share/nextcloud/3rdparty/giggsey/locale/data/lt.php
share/nextcloud/3rdparty/giggsey/locale/data/lu.php
share/nextcloud/3rdparty/giggsey/locale/data/luo.php
share/nextcloud/3rdparty/giggsey/locale/data/luy.php
share/nextcloud/3rdparty/giggsey/locale/data/lv.php
share/nextcloud/3rdparty/giggsey/locale/data/mas.php
share/nextcloud/3rdparty/giggsey/locale/data/mer.php
share/nextcloud/3rdparty/giggsey/locale/data/mfe.php
share/nextcloud/3rdparty/giggsey/locale/data/mg.php
share/nextcloud/3rdparty/giggsey/locale/data/mgh.php
share/nextcloud/3rdparty/giggsey/locale/data/mgo.php
share/nextcloud/3rdparty/giggsey/locale/data/mi.php
share/nextcloud/3rdparty/giggsey/locale/data/mk.php
share/nextcloud/3rdparty/giggsey/locale/data/ml.php
share/nextcloud/3rdparty/giggsey/locale/data/mn.php
share/nextcloud/3rdparty/giggsey/locale/data/mr.php
share/nextcloud/3rdparty/giggsey/locale/data/ms.php
share/nextcloud/3rdparty/giggsey/locale/data/mt.php
share/nextcloud/3rdparty/giggsey/locale/data/mua.php
share/nextcloud/3rdparty/giggsey/locale/data/my.php
share/nextcloud/3rdparty/giggsey/locale/data/mzn.php
share/nextcloud/3rdparty/giggsey/locale/data/naq.php
share/nextcloud/3rdparty/giggsey/locale/data/nb.php
share/nextcloud/3rdparty/giggsey/locale/data/nd.php
share/nextcloud/3rdparty/giggsey/locale/data/ne.php
share/nextcloud/3rdparty/giggsey/locale/data/nl.php
share/nextcloud/3rdparty/giggsey/locale/data/nmg.php
share/nextcloud/3rdparty/giggsey/locale/data/nn.php
share/nextcloud/3rdparty/giggsey/locale/data/nnh.php
share/nextcloud/3rdparty/giggsey/locale/data/nus.php
share/nextcloud/3rdparty/giggsey/locale/data/nyn.php
share/nextcloud/3rdparty/giggsey/locale/data/om.php
share/nextcloud/3rdparty/giggsey/locale/data/or.php
share/nextcloud/3rdparty/giggsey/locale/data/os.php
share/nextcloud/3rdparty/giggsey/locale/data/pa-arab.php
share/nextcloud/3rdparty/giggsey/locale/data/pa.php
share/nextcloud/3rdparty/giggsey/locale/data/pl.php
share/nextcloud/3rdparty/giggsey/locale/data/ps-pk.php
share/nextcloud/3rdparty/giggsey/locale/data/ps.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-ao.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-ch.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-cv.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-gq.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-gw.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-lu.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-mo.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-mz.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-pt.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-st.php
share/nextcloud/3rdparty/giggsey/locale/data/pt-tl.php
share/nextcloud/3rdparty/giggsey/locale/data/pt.php
share/nextcloud/3rdparty/giggsey/locale/data/qu.php
share/nextcloud/3rdparty/giggsey/locale/data/rm.php
share/nextcloud/3rdparty/giggsey/locale/data/rn.php
share/nextcloud/3rdparty/giggsey/locale/data/ro-md.php
share/nextcloud/3rdparty/giggsey/locale/data/ro.php
share/nextcloud/3rdparty/giggsey/locale/data/rof.php
share/nextcloud/3rdparty/giggsey/locale/data/ru-ua.php
share/nextcloud/3rdparty/giggsey/locale/data/ru.php
share/nextcloud/3rdparty/giggsey/locale/data/rw.php
share/nextcloud/3rdparty/giggsey/locale/data/rwk.php
share/nextcloud/3rdparty/giggsey/locale/data/sah.php
share/nextcloud/3rdparty/giggsey/locale/data/saq.php
share/nextcloud/3rdparty/giggsey/locale/data/sbp.php
share/nextcloud/3rdparty/giggsey/locale/data/sd.php
share/nextcloud/3rdparty/giggsey/locale/data/se-fi.php
share/nextcloud/3rdparty/giggsey/locale/data/se.php
share/nextcloud/3rdparty/giggsey/locale/data/seh.php
share/nextcloud/3rdparty/giggsey/locale/data/ses.php
share/nextcloud/3rdparty/giggsey/locale/data/sg.php
share/nextcloud/3rdparty/giggsey/locale/data/shi-latn.php
share/nextcloud/3rdparty/giggsey/locale/data/shi.php
share/nextcloud/3rdparty/giggsey/locale/data/si.php
share/nextcloud/3rdparty/giggsey/locale/data/sk.php
share/nextcloud/3rdparty/giggsey/locale/data/sl.php
share/nextcloud/3rdparty/giggsey/locale/data/smn.php
share/nextcloud/3rdparty/giggsey/locale/data/sn.php
share/nextcloud/3rdparty/giggsey/locale/data/so.php
share/nextcloud/3rdparty/giggsey/locale/data/sq.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-ba.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-me.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-xk.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-ba.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-me.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-xk.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn.php
share/nextcloud/3rdparty/giggsey/locale/data/sr.php
share/nextcloud/3rdparty/giggsey/locale/data/sv.php
share/nextcloud/3rdparty/giggsey/locale/data/sw-cd.php
share/nextcloud/3rdparty/giggsey/locale/data/sw-ke.php
share/nextcloud/3rdparty/giggsey/locale/data/sw.php
share/nextcloud/3rdparty/giggsey/locale/data/ta.php
share/nextcloud/3rdparty/giggsey/locale/data/te.php
share/nextcloud/3rdparty/giggsey/locale/data/teo.php
share/nextcloud/3rdparty/giggsey/locale/data/tg.php
share/nextcloud/3rdparty/giggsey/locale/data/th.php
share/nextcloud/3rdparty/giggsey/locale/data/ti.php
share/nextcloud/3rdparty/giggsey/locale/data/tk.php
share/nextcloud/3rdparty/giggsey/locale/data/to.php
share/nextcloud/3rdparty/giggsey/locale/data/tr.php
share/nextcloud/3rdparty/giggsey/locale/data/tt.php
share/nextcloud/3rdparty/giggsey/locale/data/twq.php
share/nextcloud/3rdparty/giggsey/locale/data/tzm.php
share/nextcloud/3rdparty/giggsey/locale/data/ug.php
share/nextcloud/3rdparty/giggsey/locale/data/uk.php
share/nextcloud/3rdparty/giggsey/locale/data/ur-in.php
share/nextcloud/3rdparty/giggsey/locale/data/ur.php
share/nextcloud/3rdparty/giggsey/locale/data/uz-arab.php
share/nextcloud/3rdparty/giggsey/locale/data/uz-cyrl.php
share/nextcloud/3rdparty/giggsey/locale/data/uz.php
share/nextcloud/3rdparty/giggsey/locale/data/vai-latn.php
share/nextcloud/3rdparty/giggsey/locale/data/vai.php
share/nextcloud/3rdparty/giggsey/locale/data/vi.php
share/nextcloud/3rdparty/giggsey/locale/data/vun.php
share/nextcloud/3rdparty/giggsey/locale/data/wae.php
share/nextcloud/3rdparty/giggsey/locale/data/wo.php
share/nextcloud/3rdparty/giggsey/locale/data/xh.php
share/nextcloud/3rdparty/giggsey/locale/data/xog.php
share/nextcloud/3rdparty/giggsey/locale/data/yav.php
share/nextcloud/3rdparty/giggsey/locale/data/yi.php
share/nextcloud/3rdparty/giggsey/locale/data/yo-bj.php
share/nextcloud/3rdparty/giggsey/locale/data/yo.php
share/nextcloud/3rdparty/giggsey/locale/data/yue-hans.php
share/nextcloud/3rdparty/giggsey/locale/data/yue.php
share/nextcloud/3rdparty/giggsey/locale/data/zgh.php
share/nextcloud/3rdparty/giggsey/locale/data/zh-hant-hk.php
share/nextcloud/3rdparty/giggsey/locale/data/zh-hant-mo.php
share/nextcloud/3rdparty/giggsey/locale/data/zh-hant.php
share/nextcloud/3rdparty/giggsey/locale/data/zh.php
share/nextcloud/3rdparty/giggsey/locale/data/zu.php
share/nextcloud/3rdparty/giggsey/locale/src/Locale.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/LICENSE
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BodySummarizer.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BodySummarizerInterface.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ClientTrait.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/GuzzleException.php
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/EasyHandle.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/MockHandler.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/Proxy.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/StreamHandler.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/MessageFormatter.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/MessageFormatterInterface.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Pool.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestOptions.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RetryMiddleware.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/TransferStats.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions_include.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/promises/CHANGELOG.md
share/nextcloud/3rdparty/guzzlehttp/promises/LICENSE
share/nextcloud/3rdparty/guzzlehttp/promises/Makefile
share/nextcloud/3rdparty/guzzlehttp/promises/README.md
share/nextcloud/3rdparty/guzzlehttp/promises/composer.json
share/nextcloud/3rdparty/guzzlehttp/promises/psalm.xml
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/promises/src/AggregateException.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/CancellationException.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/Coroutine.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/Create.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/Each.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/promises/src/EachPromise.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/Is.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectionException.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/Utils.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/promises/src/functions.php
share/nextcloud/3rdparty/guzzlehttp/promises/src/functions_include.php
share/nextcloud/3rdparty/guzzlehttp/psr7/CHANGELOG.md
share/nextcloud/3rdparty/guzzlehttp/psr7/LICENSE
share/nextcloud/3rdparty/guzzlehttp/psr7/README.md
share/nextcloud/3rdparty/guzzlehttp/psr7/composer.json
share/nextcloud/3rdparty/guzzlehttp/psr7/src/AppendStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Header.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Message.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/MimeType.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Query.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Rfc7230.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/Utils.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php
share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php
share/nextcloud/3rdparty/guzzlehttp/uri-template/CHANGELOG.md
share/nextcloud/3rdparty/guzzlehttp/uri-template/LICENSE.md
share/nextcloud/3rdparty/guzzlehttp/uri-template/README.md
share/nextcloud/3rdparty/guzzlehttp/uri-template/composer.json
share/nextcloud/3rdparty/guzzlehttp/uri-template/src/UriTemplate.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/icewind/searchdav/.gitignore
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/icewind/searchdav/LICENSE
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/ISearchBackend.php
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchPropertyDefinition.php
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchResult.php
share/nextcloud/3rdparty/icewind/searchdav/src/DAV/DiscoverHandler.php
share/nextcloud/3rdparty/icewind/searchdav/src/DAV/PathHelper.php
share/nextcloud/3rdparty/icewind/searchdav/src/DAV/QueryParser.php
share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchHandler.php
share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchPlugin.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Limit.php
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Literal.php
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Operator.php
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Order.php
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Query.php
share/nextcloud/3rdparty/icewind/searchdav/src/Query/Scope.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearch.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearchSchema.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/Limit.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/Literal.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/Operator.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/Order.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/PropDesc.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/QueryDiscoverResponse.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/Scope.php
share/nextcloud/3rdparty/icewind/searchdav/src/XML/SupportedQueryGrammar.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/icewind/streams/.gitignore
share/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/icewind/streams/src/CountWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/Directory.php
share/nextcloud/3rdparty/icewind/streams/src/DirectoryFilter.php
share/nextcloud/3rdparty/icewind/streams/src/DirectoryWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/File.php
share/nextcloud/3rdparty/icewind/streams/src/HashWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/IteratorDirectory.php
share/nextcloud/3rdparty/icewind/streams/src/NullWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/Path.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/3rdparty/icewind/streams/src/PathWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/ReadHashWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/RetryWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/SeekableWrapper.php
share/nextcloud/3rdparty/icewind/streams/src/Url.php
share/nextcloud/3rdparty/icewind/streams/src/UrlCallback.php
share/nextcloud/3rdparty/icewind/streams/src/Wrapper.php
share/nextcloud/3rdparty/icewind/streams/src/WrapperHandler.php
share/nextcloud/3rdparty/icewind/streams/src/WriteHashWrapper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/justinrainbow/json-schema/.php_cs.dist
share/nextcloud/3rdparty/justinrainbow/json-schema/LICENSE
share/nextcloud/3rdparty/justinrainbow/json-schema/README.md
share/nextcloud/3rdparty/justinrainbow/json-schema/composer.json
share/nextcloud/3rdparty/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json
share/nextcloud/3rdparty/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json
share/nextcloud/3rdparty/justinrainbow/json-schema/phpunit.xml.dist
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php
share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Validator.php
share/nextcloud/3rdparty/league/flysystem/LICENSE
share/nextcloud/3rdparty/league/flysystem/composer.json
share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/CanOverwriteFiles.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftp.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftpd.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Local.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/NullAdapter.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php
share/nextcloud/3rdparty/league/flysystem/src/AdapterInterface.php
share/nextcloud/3rdparty/league/flysystem/src/Config.php
share/nextcloud/3rdparty/league/flysystem/src/ConfigAwareTrait.php
share/nextcloud/3rdparty/league/flysystem/src/ConnectionErrorException.php
share/nextcloud/3rdparty/league/flysystem/src/ConnectionRuntimeException.php
share/nextcloud/3rdparty/league/flysystem/src/Directory.php
share/nextcloud/3rdparty/league/flysystem/src/Exception.php
share/nextcloud/3rdparty/league/flysystem/src/File.php
share/nextcloud/3rdparty/league/flysystem/src/FileExistsException.php
share/nextcloud/3rdparty/league/flysystem/src/FileNotFoundException.php
share/nextcloud/3rdparty/league/flysystem/src/Filesystem.php
share/nextcloud/3rdparty/league/flysystem/src/FilesystemException.php
share/nextcloud/3rdparty/league/flysystem/src/FilesystemInterface.php
share/nextcloud/3rdparty/league/flysystem/src/FilesystemNotFoundException.php
share/nextcloud/3rdparty/league/flysystem/src/Handler.php
share/nextcloud/3rdparty/league/flysystem/src/InvalidRootException.php
share/nextcloud/3rdparty/league/flysystem/src/MountManager.php
share/nextcloud/3rdparty/league/flysystem/src/NotSupportedException.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/EmptyDir.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedCopy.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedRename.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListFiles.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListWith.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
share/nextcloud/3rdparty/league/flysystem/src/PluginInterface.php
share/nextcloud/3rdparty/league/flysystem/src/ReadInterface.php
share/nextcloud/3rdparty/league/flysystem/src/RootViolationException.php
share/nextcloud/3rdparty/league/flysystem/src/SafeStorage.php
share/nextcloud/3rdparty/league/flysystem/src/UnreadableFileException.php
share/nextcloud/3rdparty/league/flysystem/src/Util.php
share/nextcloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
share/nextcloud/3rdparty/league/flysystem/src/Util/MimeType.php
share/nextcloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
share/nextcloud/3rdparty/league/mime-type-detection/LICENSE
share/nextcloud/3rdparty/league/mime-type-detection/composer.json
share/nextcloud/3rdparty/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php
share/nextcloud/3rdparty/league/mime-type-detection/src/ExtensionMimeTypeDetector.php
share/nextcloud/3rdparty/league/mime-type-detection/src/ExtensionToMimeTypeMap.php
share/nextcloud/3rdparty/league/mime-type-detection/src/FinfoMimeTypeDetector.php
share/nextcloud/3rdparty/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php
share/nextcloud/3rdparty/league/mime-type-detection/src/MimeTypeDetector.php
share/nextcloud/3rdparty/league/uri-interfaces/LICENSE
share/nextcloud/3rdparty/league/uri-interfaces/composer.json
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/AuthorityInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/DataPathInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/DomainHostInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/FragmentInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/HostInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/IpHostInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/PathInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/PortInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/QueryInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/UriComponentInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/UriException.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/UriInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/UserInfoInterface.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php
share/nextcloud/3rdparty/league/uri-interfaces/src/Exceptions/SyntaxError.php
share/nextcloud/3rdparty/league/uri/LICENSE
share/nextcloud/3rdparty/league/uri/composer.json
share/nextcloud/3rdparty/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php
share/nextcloud/3rdparty/league/uri/src/Http.php
share/nextcloud/3rdparty/league/uri/src/HttpFactory.php
share/nextcloud/3rdparty/league/uri/src/Uri.php
share/nextcloud/3rdparty/league/uri/src/UriInfo.php
share/nextcloud/3rdparty/league/uri/src/UriResolver.php
share/nextcloud/3rdparty/league/uri/src/UriString.php
share/nextcloud/3rdparty/league/uri/src/UriTemplate.php
share/nextcloud/3rdparty/league/uri/src/UriTemplate/Expression.php
share/nextcloud/3rdparty/league/uri/src/UriTemplate/Template.php
share/nextcloud/3rdparty/league/uri/src/UriTemplate/VarSpecifier.php
share/nextcloud/3rdparty/league/uri/src/UriTemplate/VariableBag.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/BreakingChanges.md
share/nextcloud/3rdparty/microsoft/azure-storage-blob/CONTRIBUTING.md
share/nextcloud/3rdparty/microsoft/azure-storage-blob/ChangeLog.md
share/nextcloud/3rdparty/microsoft/azure-storage-blob/LICENSE
share/nextcloud/3rdparty/microsoft/azure-storage-blob/README.md
share/nextcloud/3rdparty/microsoft/azure-storage-blob/composer.json
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobSharedAccessSignatureHelper.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/BlobResources.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/IBlob.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessCondition.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessTierTrait.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AppendBlockOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AppendBlockResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/Blob.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobAccessPolicy.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobBlockType.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobPrefix.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobProperties.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobServiceOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlobType.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/Block.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BlockList.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/BreakLeaseResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CommitBlobBlocksOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/Container.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ContainerACL.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ContainerAccessPolicy.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ContainerProperties.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CopyBlobFromURLOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CopyBlobOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CopyBlobResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CopyState.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobBlockOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobPagesOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobPagesResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobSnapshotOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlobSnapshotResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateBlockBlobOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreateContainerOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreatePageBlobFromContentOptions.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/CreatePageBlobOptions.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/DeleteBlobOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobMetadataOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobMetadataResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobPropertiesOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobPropertiesResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetBlobResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetContainerACLResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/GetContainerPropertiesResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/LeaseMode.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/LeaseResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListBlobBlocksOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListBlobBlocksResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListBlobsOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListBlobsResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListContainersOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListContainersResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListPageBlobRangesDiffResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListPageBlobRangesOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/ListPageBlobRangesResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/PageWriteOption.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/PublicAccessType.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/PutBlobResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/PutBlockResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/SetBlobMetadataResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/SetBlobPropertiesOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/SetBlobPropertiesResult.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/SetBlobTierOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/UndeleteBlobOptions.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-common/BreakingChanges.md
share/nextcloud/3rdparty/microsoft/azure-storage-common/CONTRIBUTING.md
share/nextcloud/3rdparty/microsoft/azure-storage-common/ChangeLog.md
share/nextcloud/3rdparty/microsoft/azure-storage-common/LICENSE
share/nextcloud/3rdparty/microsoft/azure-storage-common/README.md
share/nextcloud/3rdparty/microsoft/azure-storage-common/composer.json
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/CloudConfigurationManager.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Exceptions/InvalidArgumentTypeException.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Exceptions/ServiceException.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ACLBase.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/IAuthScheme.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/SharedAccessSignatureAuthScheme.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/SharedKeyAuthScheme.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/TokenAuthScheme.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ConnectionStringParser.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ConnectionStringSource.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Http/HttpCallContext.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Http/HttpFormatter.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/MetadataTrait.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Middlewares/CommonRequestMiddleware.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Resources.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/RestProxy.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/ISerializer.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/JsonSerializer.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/MessageSerializer.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/XmlSerializer.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestTrait.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/StorageServiceSettings.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Utilities.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/LocationMode.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Logger.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/MarkerContinuationTokenTrait.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/HistoryMiddleware.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/IMiddleware.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/MiddlewareBase.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/MiddlewareStack.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/RetryMiddleware.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Middlewares/RetryMiddlewareFactory.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/AccessPolicy.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/CORS.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/ContinuationToken.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/GetServicePropertiesResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/GetServiceStatsResult.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/Logging.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/MarkerContinuationToken.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/Metrics.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/Range.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/RangeDiff.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/RetentionPolicy.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/ServiceOptions.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/ServiceProperties.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/SignedIdentifier.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/TransactionalMD5Trait.php
share/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/SharedAccessSignatureHelper.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/mtdowling/jmespath.php/LICENSE
share/nextcloud/3rdparty/mtdowling/jmespath.php/README.rst
share/nextcloud/3rdparty/mtdowling/jmespath.php/composer.json
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Env.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Lexer.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Parser.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/3rdparty/nextcloud/lognormalizer/COPYING
share/nextcloud/3rdparty/nextcloud/lognormalizer/src/Normalizer.php
share/nextcloud/3rdparty/nikic/php-parser/LICENSE
share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderHelpers.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Error.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ErrorHandler.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Internal/Differ.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/JsonDecoder.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NameContext.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Attribute.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Identifier.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/MatchArm.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/NullableType.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/UnionType.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeFinder.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser/Multiple.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser/Php5.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser/Php7.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser/Tokens.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserFactory.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
share/nextcloud/3rdparty/opis/closure/CHANGELOG.md
share/nextcloud/3rdparty/opis/closure/LICENSE
share/nextcloud/3rdparty/opis/closure/NOTICE
share/nextcloud/3rdparty/opis/closure/README.md
share/nextcloud/3rdparty/opis/closure/autoload.php
share/nextcloud/3rdparty/opis/closure/composer.json
share/nextcloud/3rdparty/opis/closure/functions.php
share/nextcloud/3rdparty/opis/closure/src/Analyzer.php
share/nextcloud/3rdparty/opis/closure/src/ClosureContext.php
share/nextcloud/3rdparty/opis/closure/src/ClosureScope.php
share/nextcloud/3rdparty/opis/closure/src/ClosureStream.php
share/nextcloud/3rdparty/opis/closure/src/ISecurityProvider.php
share/nextcloud/3rdparty/opis/closure/src/ReflectionClosure.php
share/nextcloud/3rdparty/opis/closure/src/SecurityException.php
share/nextcloud/3rdparty/opis/closure/src/SecurityProvider.php
share/nextcloud/3rdparty/opis/closure/src/SelfReference.php
share/nextcloud/3rdparty/opis/closure/src/SerializableClosure.php
share/nextcloud/3rdparty/patches.txt
share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
share/nextcloud/3rdparty/patchwork/jsqueeze/README.md
share/nextcloud/3rdparty/patchwork/jsqueeze/composer.json
share/nextcloud/3rdparty/patchwork/jsqueeze/src/JSqueeze.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/pear/archive_tar/.gitignore
share/nextcloud/3rdparty/pear/archive_tar/Archive/Tar.php
share/nextcloud/3rdparty/pear/archive_tar/README.md
share/nextcloud/3rdparty/pear/archive_tar/composer.json
share/nextcloud/3rdparty/pear/archive_tar/package.xml
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/pear/console_getopt/.gitignore
share/nextcloud/3rdparty/pear/console_getopt/Console/Getopt.php
share/nextcloud/3rdparty/pear/console_getopt/LICENSE
share/nextcloud/3rdparty/pear/console_getopt/README.rst
share/nextcloud/3rdparty/pear/console_getopt/composer.json
share/nextcloud/3rdparty/pear/console_getopt/package.xml
share/nextcloud/3rdparty/pear/pear-core-minimal/README.rst
share/nextcloud/3rdparty/pear/pear-core-minimal/composer.json
share/nextcloud/3rdparty/pear/pear-core-minimal/src/OS/Guess.php
share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR.php
share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php
share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php
share/nextcloud/3rdparty/pear/pear-core-minimal/src/System.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/pear/pear_exception/.gitignore
share/nextcloud/3rdparty/pear/pear_exception/LICENSE
share/nextcloud/3rdparty/pear/pear_exception/PEAR/Exception.php
share/nextcloud/3rdparty/pear/pear_exception/composer.json
share/nextcloud/3rdparty/pear/pear_exception/package.xml
share/nextcloud/3rdparty/php-ds/php-ds/CHANGELOG.md
share/nextcloud/3rdparty/php-ds/php-ds/CONTRIBUTING.md
share/nextcloud/3rdparty/php-ds/php-ds/LICENSE
share/nextcloud/3rdparty/php-ds/php-ds/README.md
share/nextcloud/3rdparty/php-ds/php-ds/composer.json
share/nextcloud/3rdparty/php-ds/php-ds/src/Collection.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Deque.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Hashable.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Map.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Pair.php
share/nextcloud/3rdparty/php-ds/php-ds/src/PriorityQueue.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Queue.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Sequence.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Set.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Stack.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Traits/Capacity.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Traits/GenericCollection.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Traits/GenericSequence.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Traits/SquaredCapacity.php
share/nextcloud/3rdparty/php-ds/php-ds/src/Vector.php
share/nextcloud/3rdparty/php-http/guzzle7-adapter/CHANGELOG.md
share/nextcloud/3rdparty/php-http/guzzle7-adapter/LICENSE
share/nextcloud/3rdparty/php-http/guzzle7-adapter/README.md
share/nextcloud/3rdparty/php-http/guzzle7-adapter/composer.json
share/nextcloud/3rdparty/php-http/guzzle7-adapter/phpstan.neon.dist
share/nextcloud/3rdparty/php-http/guzzle7-adapter/psalm.baseline.xml
share/nextcloud/3rdparty/php-http/guzzle7-adapter/psalm.xml
share/nextcloud/3rdparty/php-http/guzzle7-adapter/src/Client.php
share/nextcloud/3rdparty/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php
share/nextcloud/3rdparty/php-http/guzzle7-adapter/src/Promise.php
share/nextcloud/3rdparty/php-http/httplug/LICENSE
share/nextcloud/3rdparty/php-http/httplug/composer.json
share/nextcloud/3rdparty/php-http/httplug/puli.json
share/nextcloud/3rdparty/php-http/httplug/src/Exception.php
share/nextcloud/3rdparty/php-http/httplug/src/Exception/HttpException.php
share/nextcloud/3rdparty/php-http/httplug/src/Exception/NetworkException.php
share/nextcloud/3rdparty/php-http/httplug/src/Exception/RequestAwareTrait.php
share/nextcloud/3rdparty/php-http/httplug/src/Exception/RequestException.php
share/nextcloud/3rdparty/php-http/httplug/src/Exception/TransferException.php
share/nextcloud/3rdparty/php-http/httplug/src/HttpAsyncClient.php
share/nextcloud/3rdparty/php-http/httplug/src/HttpClient.php
share/nextcloud/3rdparty/php-http/httplug/src/Promise/HttpFulfilledPromise.php
share/nextcloud/3rdparty/php-http/httplug/src/Promise/HttpRejectedPromise.php
share/nextcloud/3rdparty/php-http/promise/LICENSE
share/nextcloud/3rdparty/php-http/promise/composer.json
share/nextcloud/3rdparty/php-http/promise/src/FulfilledPromise.php
share/nextcloud/3rdparty/php-http/promise/src/Promise.php
share/nextcloud/3rdparty/php-http/promise/src/RejectedPromise.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/php-opencloud/openstack/.gitignore
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/php-opencloud/openstack/.php_cs.dist
share/nextcloud/3rdparty/php-opencloud/openstack/.scrutinizer.yml
share/nextcloud/3rdparty/php-opencloud/openstack/CODE_OF_CONDUCT.md
share/nextcloud/3rdparty/php-opencloud/openstack/CONTRIBUTING.md
share/nextcloud/3rdparty/php-opencloud/openstack/COVERAGE.md
share/nextcloud/3rdparty/php-opencloud/openstack/LICENSE
share/nextcloud/3rdparty/php-opencloud/openstack/README.md
share/nextcloud/3rdparty/php-opencloud/openstack/composer.json
share/nextcloud/3rdparty/php-opencloud/openstack/env_test.sh.dist
share/nextcloud/3rdparty/php-opencloud/openstack/phpunit.xml.dist
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/QuotaSet.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/Snapshot.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/Volume.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/VolumeAttachment.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/VolumeType.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/AbstractApi.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/AbstractParams.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/ApiInterface.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/Operation.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/OperatorInterface.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/OperatorTrait.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/Parameter.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/ArrayAccessTrait.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Auth/AuthHandler.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Auth/Catalog.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Auth/IdentityService.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Auth/Token.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Error/BadResponseError.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Error/BaseError.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Error/Builder.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Error/NotImplementedError.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Error/UserInputError.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/HydratorStrategyTrait.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/JsonPath.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/JsonSchema/JsonPatch.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/JsonSchema/Schema.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/AbstractResource.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Alias.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Creatable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Deletable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/HasMetadata.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/HasWaiterTrait.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Iterator.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Listable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/OperatorResource.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/ResourceInterface.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Retrievable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Resource/Updateable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Service/AbstractService.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Service/Builder.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Service/ServiceInterface.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/HandlerStack.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/JsonSerializer.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/Middleware.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/RequestSerializer.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/Serializable.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Transport/Utils.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Enum.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/AvailabilityZone.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Fault.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Flavor.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Host.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Hypervisor.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/HypervisorStatistic.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Image.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Keypair.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Limit.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/QuotaSet.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/Server.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Models/Catalog.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Models/Endpoint.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Models/Entry.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Models/Tenant.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Models/Token.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v2/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Enum.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Assignment.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Catalog.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Credential.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Domain.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Endpoint.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Group.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Policy.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Project.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Role.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/Token.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/User.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/JsonPatch.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Models/Image.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Models/Member.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Models/Schema.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Models/Metric.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Models/Resource.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Models/ResourceType.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Metric/v1/Gnocchi/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Models/FixedIp.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Models/FloatingIp.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Models/GatewayInfo.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Models/Router.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Models/SecurityGroup.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Models/SecurityGroupRule.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/InterfaceAttachment.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancer.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerHealthMonitor.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerListener.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerMember.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerPool.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerStat.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/LoadBalancerStatus.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/Network.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/Port.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/Quota.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/Subnet.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Api.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Models/Account.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Models/Container.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Models/MetadataTrait.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Params.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/ObjectStore/v1/Service.php
share/nextcloud/3rdparty/php-opencloud/openstack/src/OpenStack.php
share/nextcloud/3rdparty/phpseclib/phpseclib/AUTHORS
share/nextcloud/3rdparty/phpseclib/phpseclib/LICENSE
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/bootstrap.php
share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Psr11/Container.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceIterator.php
share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/psr/container/.gitignore
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/psr/container/LICENSE
share/nextcloud/3rdparty/psr/container/README.md
share/nextcloud/3rdparty/psr/container/composer.json
share/nextcloud/3rdparty/psr/container/src/ContainerExceptionInterface.php
share/nextcloud/3rdparty/psr/container/src/ContainerInterface.php
share/nextcloud/3rdparty/psr/container/src/NotFoundExceptionInterface.php
share/nextcloud/3rdparty/psr/http-client/LICENSE
share/nextcloud/3rdparty/psr/http-client/composer.json
share/nextcloud/3rdparty/psr/http-client/src/ClientExceptionInterface.php
share/nextcloud/3rdparty/psr/http-client/src/ClientInterface.php
share/nextcloud/3rdparty/psr/http-client/src/NetworkExceptionInterface.php
share/nextcloud/3rdparty/psr/http-client/src/RequestExceptionInterface.php
share/nextcloud/3rdparty/psr/http-factory/.gitignore
share/nextcloud/3rdparty/psr/http-factory/.pullapprove.yml
share/nextcloud/3rdparty/psr/http-factory/LICENSE
share/nextcloud/3rdparty/psr/http-factory/README.md
share/nextcloud/3rdparty/psr/http-factory/composer.json
share/nextcloud/3rdparty/psr/http-factory/src/RequestFactoryInterface.php
share/nextcloud/3rdparty/psr/http-factory/src/ResponseFactoryInterface.php
share/nextcloud/3rdparty/psr/http-factory/src/ServerRequestFactoryInterface.php
share/nextcloud/3rdparty/psr/http-factory/src/StreamFactoryInterface.php
share/nextcloud/3rdparty/psr/http-factory/src/UploadedFileFactoryInterface.php
share/nextcloud/3rdparty/psr/http-factory/src/UriFactoryInterface.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/3rdparty/psr/http-message/CHANGELOG.md
share/nextcloud/3rdparty/psr/http-message/LICENSE
share/nextcloud/3rdparty/psr/http-message/README.md
share/nextcloud/3rdparty/psr/http-message/composer.json
share/nextcloud/3rdparty/psr/http-message/src/MessageInterface.php
share/nextcloud/3rdparty/psr/http-message/src/RequestInterface.php
share/nextcloud/3rdparty/psr/http-message/src/ResponseInterface.php
share/nextcloud/3rdparty/psr/http-message/src/ServerRequestInterface.php
share/nextcloud/3rdparty/psr/http-message/src/StreamInterface.php
share/nextcloud/3rdparty/psr/http-message/src/UploadedFileInterface.php
share/nextcloud/3rdparty/psr/http-message/src/UriInterface.php
share/nextcloud/3rdparty/psr/log/LICENSE
share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php
share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LogLevel.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareInterface.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareTrait.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
share/nextcloud/3rdparty/psr/log/composer.json
share/nextcloud/3rdparty/punic/punic/LICENSE.txt
share/nextcloud/3rdparty/punic/punic/README.md
share/nextcloud/3rdparty/punic/punic/UNICODE-LICENSE.txt
share/nextcloud/3rdparty/punic/punic/code/Calendar.php
share/nextcloud/3rdparty/punic/punic/code/Comparer.php
share/nextcloud/3rdparty/punic/punic/code/Currency.php
share/nextcloud/3rdparty/punic/punic/code/Data.php
share/nextcloud/3rdparty/punic/punic/code/Exception.php
share/nextcloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php
share/nextcloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
share/nextcloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php
share/nextcloud/3rdparty/punic/punic/code/Exception/NotImplemented.php
share/nextcloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php
share/nextcloud/3rdparty/punic/punic/code/Language.php
share/nextcloud/3rdparty/punic/punic/code/Misc.php
share/nextcloud/3rdparty/punic/punic/code/Number.php
share/nextcloud/3rdparty/punic/punic/code/Phone.php
share/nextcloud/3rdparty/punic/punic/code/Plural.php
share/nextcloud/3rdparty/punic/punic/code/Territory.php
share/nextcloud/3rdparty/punic/punic/code/Unit.php
share/nextcloud/3rdparty/punic/punic/code/data/ar/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ar/units.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ca/units.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/cs/units.json
share/nextcloud/3rdparty/punic/punic/code/data/currencyData.json
share/nextcloud/3rdparty/punic/punic/code/data/da/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/da/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/da/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/da/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/da/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/da/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/da/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/da/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/da/units.json
share/nextcloud/3rdparty/punic/punic/code/data/de/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/de/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/de/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/de/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/de/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/de/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/de/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/de/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/de/units.json
share/nextcloud/3rdparty/punic/punic/code/data/el/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/el/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/el/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/el/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/el/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/el/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/el/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/el/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/el/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-AU/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-CA/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-GB/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-HK/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en-IN/units.json
share/nextcloud/3rdparty/punic/punic/code/data/en/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/en/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/en/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/en/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/en/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/en/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/en/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/en/units.json
share/nextcloud/3rdparty/punic/punic/code/data/es/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/es/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/es/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/es/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/es/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/es/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/es/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/es/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/es/units.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fi/units.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/fr/units.json
share/nextcloud/3rdparty/punic/punic/code/data/he/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/he/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/he/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/he/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/he/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/he/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/he/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/he/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/he/units.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hi/units.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hr/units.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/hu/units.json
share/nextcloud/3rdparty/punic/punic/code/data/it/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/it/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/it/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/it/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/it/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/it/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/it/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/it/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/it/units.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ja/units.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ko/units.json
share/nextcloud/3rdparty/punic/punic/code/data/likelySubtags.json
share/nextcloud/3rdparty/punic/punic/code/data/measurementData.json
share/nextcloud/3rdparty/punic/punic/code/data/metaZones.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nb/units.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nl/units.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/nn/units.json
share/nextcloud/3rdparty/punic/punic/code/data/parentLocales.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pl/units.json
share/nextcloud/3rdparty/punic/punic/code/data/plurals.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/units.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/pt/units.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ro/units.json
share/nextcloud/3rdparty/punic/punic/code/data/root/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/root/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/root/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/root/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/root/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/root/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/root/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/root/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/root/units.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/ru/units.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sk/units.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sl/units.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sr/units.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/sv/units.json
share/nextcloud/3rdparty/punic/punic/code/data/telephoneCodeData.json
share/nextcloud/3rdparty/punic/punic/code/data/territoryContainment.json
share/nextcloud/3rdparty/punic/punic/code/data/territoryInfo.json
share/nextcloud/3rdparty/punic/punic/code/data/th/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/th/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/th/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/th/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/th/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/th/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/th/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/th/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/th/units.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/tr/units.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/uk/units.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/vi/units.json
share/nextcloud/3rdparty/punic/punic/code/data/weekData.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/units.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/calendar.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json
share/nextcloud/3rdparty/punic/punic/composer.json
share/nextcloud/3rdparty/punic/punic/punic.php
share/nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
share/nextcloud/3rdparty/ralouphie/getallheaders/composer.json
share/nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
share/nextcloud/3rdparty/ramsey/collection/CHANGELOG.md
share/nextcloud/3rdparty/ramsey/collection/LICENSE
share/nextcloud/3rdparty/ramsey/collection/README.md
share/nextcloud/3rdparty/ramsey/collection/composer.json
share/nextcloud/3rdparty/ramsey/collection/src/AbstractArray.php
share/nextcloud/3rdparty/ramsey/collection/src/AbstractCollection.php
share/nextcloud/3rdparty/ramsey/collection/src/AbstractSet.php
share/nextcloud/3rdparty/ramsey/collection/src/ArrayInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/Collection.php
share/nextcloud/3rdparty/ramsey/collection/src/CollectionInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/DoubleEndedQueue.php
share/nextcloud/3rdparty/ramsey/collection/src/DoubleEndedQueueInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/CollectionMismatchException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/InvalidSortOrderException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/NoSuchElementException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/OutOfBoundsException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/UnsupportedOperationException.php
share/nextcloud/3rdparty/ramsey/collection/src/Exception/ValueExtractionException.php
share/nextcloud/3rdparty/ramsey/collection/src/GenericArray.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/AbstractMap.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/AbstractTypedMap.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/AssociativeArrayMap.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/MapInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/NamedParameterMap.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/TypedMap.php
share/nextcloud/3rdparty/ramsey/collection/src/Map/TypedMapInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/Queue.php
share/nextcloud/3rdparty/ramsey/collection/src/QueueInterface.php
share/nextcloud/3rdparty/ramsey/collection/src/Set.php
share/nextcloud/3rdparty/ramsey/collection/src/Tool/TypeTrait.php
share/nextcloud/3rdparty/ramsey/collection/src/Tool/ValueExtractorTrait.php
share/nextcloud/3rdparty/ramsey/collection/src/Tool/ValueToStringTrait.php
share/nextcloud/3rdparty/ramsey/uuid/CHANGELOG.md
share/nextcloud/3rdparty/ramsey/uuid/LICENSE
share/nextcloud/3rdparty/ramsey/uuid/README.md
share/nextcloud/3rdparty/ramsey/uuid/composer.json
share/nextcloud/3rdparty/ramsey/uuid/src/BinaryUtils.php
share/nextcloud/3rdparty/ramsey/uuid/src/Builder/BuilderCollection.php
share/nextcloud/3rdparty/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Builder/FallbackBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Builder/UuidBuilderInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/CodecInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/GuidStringCodec.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/OrderedTimeCodec.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/StringCodec.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php
share/nextcloud/3rdparty/ramsey/uuid/src/Codec/TimestampLastCombCodec.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/NumberConverterInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Converter/TimeConverterInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/DegradedUuid.php
share/nextcloud/3rdparty/ramsey/uuid/src/DeprecatedUuidInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/BuilderNotFoundException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/DateTimeException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/DceSecurityException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/InvalidBytesException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/InvalidUuidStringException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/NameException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/NodeException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/RandomSourceException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/TimeSourceException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/UnableToBuildUuidException.php
share/nextcloud/3rdparty/ramsey/uuid/src/Exception/UnsupportedOperationException.php
share/nextcloud/3rdparty/ramsey/uuid/src/FeatureSet.php
share/nextcloud/3rdparty/ramsey/uuid/src/Fields/FieldsInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Fields/SerializableFieldsTrait.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/CombGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/DefaultNameGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/NameGeneratorFactory.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/NameGeneratorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/RandomBytesGenerator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/RandomLibAdapter.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
share/nextcloud/3rdparty/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Guid/Fields.php
share/nextcloud/3rdparty/ramsey/uuid/src/Guid/Guid.php
share/nextcloud/3rdparty/ramsey/uuid/src/Guid/GuidBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Lazy/LazyUuidFromString.php
share/nextcloud/3rdparty/ramsey/uuid/src/Math/BrickMathCalculator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Math/CalculatorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Math/RoundingMode.php
share/nextcloud/3rdparty/ramsey/uuid/src/Nonstandard/Fields.php
share/nextcloud/3rdparty/ramsey/uuid/src/Nonstandard/Uuid.php
share/nextcloud/3rdparty/ramsey/uuid/src/Nonstandard/UuidBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Nonstandard/UuidV6.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/NodeProviderInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
share/nextcloud/3rdparty/ramsey/uuid/src/Provider/TimeProviderInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/Fields.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/FieldsInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/NilTrait.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/NilUuid.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidBuilder.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidV1.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidV2.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidV3.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidV4.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/UuidV5.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/Validator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/VariantTrait.php
share/nextcloud/3rdparty/ramsey/uuid/src/Rfc4122/VersionTrait.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/Decimal.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/Hexadecimal.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/Integer.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/NumberInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/Time.php
share/nextcloud/3rdparty/ramsey/uuid/src/Type/TypeInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Uuid.php
share/nextcloud/3rdparty/ramsey/uuid/src/UuidFactory.php
share/nextcloud/3rdparty/ramsey/uuid/src/UuidFactoryInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/UuidInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/Validator/GenericValidator.php
share/nextcloud/3rdparty/ramsey/uuid/src/Validator/ValidatorInterface.php
share/nextcloud/3rdparty/ramsey/uuid/src/functions.php
share/nextcloud/3rdparty/sabre/dav/LICENSE
share/nextcloud/3rdparty/sabre/dav/README.md
share/nextcloud/3rdparty/sabre/dav/composer.json
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Calendar.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Card.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/ICard.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/IMAP.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Client.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Collection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Directory.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Node.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/ICollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/ICopyTarget.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IFile.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/INode.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IProperties.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IQuota.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/MkCol.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Node.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropFind.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropPatch.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/ISharedNode.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleFile.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/StringUtil.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Version.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Sharee.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Invite.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Service.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/ACLTrait.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/File.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IACL.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Principal.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
share/nextcloud/3rdparty/sabre/event/LICENSE
share/nextcloud/3rdparty/sabre/event/composer.json
share/nextcloud/3rdparty/sabre/event/lib/Emitter.php
share/nextcloud/3rdparty/sabre/event/lib/EmitterInterface.php
share/nextcloud/3rdparty/sabre/event/lib/EmitterTrait.php
share/nextcloud/3rdparty/sabre/event/lib/EventEmitter.php
share/nextcloud/3rdparty/sabre/event/lib/Loop/Loop.php
share/nextcloud/3rdparty/sabre/event/lib/Loop/functions.php
share/nextcloud/3rdparty/sabre/event/lib/Promise.php
share/nextcloud/3rdparty/sabre/event/lib/Promise/functions.php
share/nextcloud/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php
share/nextcloud/3rdparty/sabre/event/lib/Version.php
share/nextcloud/3rdparty/sabre/event/lib/WildcardEmitter.php
share/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php
share/nextcloud/3rdparty/sabre/event/lib/coroutine.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/sabre/http/.gitignore
share/nextcloud/3rdparty/sabre/http/CHANGELOG.md
share/nextcloud/3rdparty/sabre/http/LICENSE
share/nextcloud/3rdparty/sabre/http/README.md
share/nextcloud/3rdparty/sabre/http/composer.json
share/nextcloud/3rdparty/sabre/http/lib/Auth/AWS.php
share/nextcloud/3rdparty/sabre/http/lib/Auth/AbstractAuth.php
share/nextcloud/3rdparty/sabre/http/lib/Auth/Basic.php
share/nextcloud/3rdparty/sabre/http/lib/Auth/Bearer.php
share/nextcloud/3rdparty/sabre/http/lib/Auth/Digest.php
share/nextcloud/3rdparty/sabre/http/lib/Client.php
share/nextcloud/3rdparty/sabre/http/lib/ClientException.php
share/nextcloud/3rdparty/sabre/http/lib/ClientHttpException.php
share/nextcloud/3rdparty/sabre/http/lib/HttpException.php
share/nextcloud/3rdparty/sabre/http/lib/Message.php
share/nextcloud/3rdparty/sabre/http/lib/MessageDecoratorTrait.php
share/nextcloud/3rdparty/sabre/http/lib/MessageInterface.php
share/nextcloud/3rdparty/sabre/http/lib/Request.php
share/nextcloud/3rdparty/sabre/http/lib/RequestDecorator.php
share/nextcloud/3rdparty/sabre/http/lib/RequestInterface.php
share/nextcloud/3rdparty/sabre/http/lib/Response.php
share/nextcloud/3rdparty/sabre/http/lib/ResponseDecorator.php
share/nextcloud/3rdparty/sabre/http/lib/ResponseInterface.php
share/nextcloud/3rdparty/sabre/http/lib/Sapi.php
share/nextcloud/3rdparty/sabre/http/lib/Version.php
share/nextcloud/3rdparty/sabre/http/lib/functions.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/sabre/uri/.gitignore
share/nextcloud/3rdparty/sabre/uri/LICENSE
share/nextcloud/3rdparty/sabre/uri/composer.json
share/nextcloud/3rdparty/sabre/uri/lib/InvalidUriException.php
share/nextcloud/3rdparty/sabre/uri/lib/Version.php
share/nextcloud/3rdparty/sabre/uri/lib/functions.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/sabre/vobject/.gitignore
share/nextcloud/3rdparty/sabre/vobject/LICENSE
share/nextcloud/3rdparty/sabre/vobject/README.md
share/nextcloud/3rdparty/sabre/vobject/composer.json
share/nextcloud/3rdparty/sabre/vobject/lib/BirthdayCalendarGenerator.php
share/nextcloud/3rdparty/sabre/vobject/lib/Cli.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/Available.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAlarm.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAvailability.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCalendar.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCard.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VEvent.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VJournal.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTimeZone.php
share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTodo.php
share/nextcloud/3rdparty/sabre/vobject/lib/DateTimeParser.php
share/nextcloud/3rdparty/sabre/vobject/lib/Document.php
share/nextcloud/3rdparty/sabre/vobject/lib/ElementList.php
share/nextcloud/3rdparty/sabre/vobject/lib/EofException.php
share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyData.php
share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php
share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php
share/nextcloud/3rdparty/sabre/vobject/lib/ITip/ITipException.php
share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Message.php
share/nextcloud/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
share/nextcloud/3rdparty/sabre/vobject/lib/InvalidDataException.php
share/nextcloud/3rdparty/sabre/vobject/lib/Node.php
share/nextcloud/3rdparty/sabre/vobject/lib/PHPUnitAssertions.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parameter.php
share/nextcloud/3rdparty/sabre/vobject/lib/ParseException.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Json.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parser/MimeDir.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Parser.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML.php
share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Binary.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Boolean.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/FlatText.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/FloatValue.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/IntegerValue.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Text.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Time.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Unknown.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/Uri.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/UtcOffset.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/Date.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/PhoneNumber.php
share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php
share/nextcloud/3rdparty/sabre/vobject/lib/Reader.php
share/nextcloud/3rdparty/sabre/vobject/lib/Recur/EventIterator.php
share/nextcloud/3rdparty/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
share/nextcloud/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php
share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php
share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php
share/nextcloud/3rdparty/sabre/vobject/lib/Settings.php
share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php
share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php
share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php
share/nextcloud/3rdparty/sabre/vobject/lib/StringUtil.php
share/nextcloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
share/nextcloud/3rdparty/sabre/vobject/lib/UUIDUtil.php
share/nextcloud/3rdparty/sabre/vobject/lib/VCardConverter.php
share/nextcloud/3rdparty/sabre/vobject/lib/Version.php
share/nextcloud/3rdparty/sabre/vobject/lib/Writer.php
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcal.rng
share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcard.rng
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/3rdparty/sabre/xml/.gitignore
share/nextcloud/3rdparty/sabre/xml/CHANGELOG.md
share/nextcloud/3rdparty/sabre/xml/LICENSE
share/nextcloud/3rdparty/sabre/xml/README.md
share/nextcloud/3rdparty/sabre/xml/composer.json
share/nextcloud/3rdparty/sabre/xml/lib/ContextStackTrait.php
share/nextcloud/3rdparty/sabre/xml/lib/Deserializer/functions.php
share/nextcloud/3rdparty/sabre/xml/lib/Element.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/Base.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/Cdata.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/Elements.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/KeyValue.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/Uri.php
share/nextcloud/3rdparty/sabre/xml/lib/Element/XmlFragment.php
share/nextcloud/3rdparty/sabre/xml/lib/LibXMLException.php
share/nextcloud/3rdparty/sabre/xml/lib/ParseException.php
share/nextcloud/3rdparty/sabre/xml/lib/Reader.php
share/nextcloud/3rdparty/sabre/xml/lib/Serializer/functions.php
share/nextcloud/3rdparty/sabre/xml/lib/Service.php
share/nextcloud/3rdparty/sabre/xml/lib/Version.php
share/nextcloud/3rdparty/sabre/xml/lib/Writer.php
share/nextcloud/3rdparty/sabre/xml/lib/XmlDeserializable.php
share/nextcloud/3rdparty/sabre/xml/lib/XmlSerializable.php
share/nextcloud/3rdparty/scssphp/scssphp/LICENSE.md
share/nextcloud/3rdparty/scssphp/scssphp/README.md
share/nextcloud/3rdparty/scssphp/scssphp/composer.json
share/nextcloud/3rdparty/scssphp/scssphp/phpcs.xml.dist
share/nextcloud/3rdparty/scssphp/scssphp/scss.inc.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Base/Range.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Block.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Cache.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Colors.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler/Environment.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/CompilerException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/ParserException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/RangeException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/SassException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/SassScriptException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/ServerException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Compact.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Compressed.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Crunched.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Debug.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Expanded.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Nested.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/OutputBlock.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Node.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Node/Number.php
share/nextcloud/3rdparty/scssphp/scssphp/src/OutputStyle.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Parser.php
share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/Base64.php
share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/Base64VLQ.php
share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Type.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Util.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Util/Path.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Version.php
share/nextcloud/3rdparty/spomky-labs/base64url/LICENSE
share/nextcloud/3rdparty/spomky-labs/base64url/composer.json
share/nextcloud/3rdparty/spomky-labs/base64url/src/Base64Url.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/CODE_OF_CONDUCT.md
share/nextcloud/3rdparty/spomky-labs/cbor-php/LICENSE
share/nextcloud/3rdparty/spomky-labs/cbor-php/composer.json
share/nextcloud/3rdparty/spomky-labs/cbor-php/infection.json.dist
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/AbstractCBORObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/ByteStringObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/ByteStringWithChunkObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/CBORObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Decoder.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/InfiniteListObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/InfiniteMapObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/LengthCalculator.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/ListObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/MapItem.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/MapObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/BreakObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/DoublePrecisionFloatObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/FalseObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/GenericObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/HalfPrecisionFloatObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/NullObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/OtherObjectManager.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/SimpleObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/SinglePrecisionFloatObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/TrueObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/OtherObject/UndefinedObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/SignedIntegerObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Stream.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/StringStream.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/Base16EncodingTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/Base64EncodingTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/Base64UrlEncodingTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/BigFloatTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/DecimalFractionTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/EpochTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/GenericTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/NegativeBigIntegerTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/PositiveBigIntegerTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/TagObjectManager.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/TimestampTag.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/TagObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/TextStringObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/TextStringWithChunkObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/UnsignedIntegerObject.php
share/nextcloud/3rdparty/spomky-labs/cbor-php/src/Utils.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/LICENCE
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionAwareInterface.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionInterface.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/ShellPathCompletion.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionCommand.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionContext.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/HookFactory.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/.php_cs.dist
share/nextcloud/3rdparty/swiftmailer/swiftmailer/README.md
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/IdnAddressEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/Utf8AddressEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoderException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IdGenerator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NullContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/EightBitMimeHandler.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/SmtpUtf8Handler.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
share/nextcloud/3rdparty/symfony/console/Application.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/CHANGELOG.md
share/nextcloud/3rdparty/symfony/console/Command/Command.php
share/nextcloud/3rdparty/symfony/console/Command/HelpCommand.php
share/nextcloud/3rdparty/symfony/console/Command/ListCommand.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/Command/LockableTrait.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/console/CommandLoader/CommandLoaderInterface.php
share/nextcloud/3rdparty/symfony/console/CommandLoader/ContainerCommandLoader.php
share/nextcloud/3rdparty/symfony/console/CommandLoader/FactoryCommandLoader.php
share/nextcloud/3rdparty/symfony/console/ConsoleEvents.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/DependencyInjection/AddConsoleCommandPass.php
share/nextcloud/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
share/nextcloud/3rdparty/symfony/console/Descriptor/Descriptor.php
share/nextcloud/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
share/nextcloud/3rdparty/symfony/console/Descriptor/JsonDescriptor.php
share/nextcloud/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php
share/nextcloud/3rdparty/symfony/console/Descriptor/TextDescriptor.php
share/nextcloud/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
share/nextcloud/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/Event/ConsoleErrorEvent.php
share/nextcloud/3rdparty/symfony/console/Event/ConsoleEvent.php
share/nextcloud/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/EventListener/ErrorListener.php
share/nextcloud/3rdparty/symfony/console/Exception/CommandNotFoundException.php
share/nextcloud/3rdparty/symfony/console/Exception/ExceptionInterface.php
share/nextcloud/3rdparty/symfony/console/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/symfony/console/Exception/InvalidOptionException.php
share/nextcloud/3rdparty/symfony/console/Exception/LogicException.php
share/nextcloud/3rdparty/symfony/console/Exception/MissingInputException.php
share/nextcloud/3rdparty/symfony/console/Exception/NamespaceNotFoundException.php
share/nextcloud/3rdparty/symfony/console/Exception/RuntimeException.php
share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatter.php
share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php
share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php
share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php
share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php
share/nextcloud/3rdparty/symfony/console/Formatter/WrappableOutputFormatterInterface.php
share/nextcloud/3rdparty/symfony/console/Helper/DebugFormatterHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/DescriptorHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/Dumper.php
share/nextcloud/3rdparty/symfony/console/Helper/FormatterHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/Helper.php
share/nextcloud/3rdparty/symfony/console/Helper/HelperInterface.php
share/nextcloud/3rdparty/symfony/console/Helper/HelperSet.php
share/nextcloud/3rdparty/symfony/console/Helper/InputAwareHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/ProcessHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/ProgressBar.php
share/nextcloud/3rdparty/symfony/console/Helper/ProgressIndicator.php
share/nextcloud/3rdparty/symfony/console/Helper/QuestionHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php
share/nextcloud/3rdparty/symfony/console/Helper/Table.php
share/nextcloud/3rdparty/symfony/console/Helper/TableCell.php
share/nextcloud/3rdparty/symfony/console/Helper/TableRows.php
share/nextcloud/3rdparty/symfony/console/Helper/TableSeparator.php
share/nextcloud/3rdparty/symfony/console/Helper/TableStyle.php
share/nextcloud/3rdparty/symfony/console/Input/ArgvInput.php
share/nextcloud/3rdparty/symfony/console/Input/ArrayInput.php
share/nextcloud/3rdparty/symfony/console/Input/Input.php
share/nextcloud/3rdparty/symfony/console/Input/InputArgument.php
share/nextcloud/3rdparty/symfony/console/Input/InputAwareInterface.php
share/nextcloud/3rdparty/symfony/console/Input/InputDefinition.php
share/nextcloud/3rdparty/symfony/console/Input/InputInterface.php
share/nextcloud/3rdparty/symfony/console/Input/InputOption.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/Input/StreamableInputInterface.php
share/nextcloud/3rdparty/symfony/console/Input/StringInput.php
share/nextcloud/3rdparty/symfony/console/LICENSE
share/nextcloud/3rdparty/symfony/console/Logger/ConsoleLogger.php
share/nextcloud/3rdparty/symfony/console/Output/BufferedOutput.php
share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutput.php
share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutputInterface.php
share/nextcloud/3rdparty/symfony/console/Output/ConsoleSectionOutput.php
share/nextcloud/3rdparty/symfony/console/Output/NullOutput.php
share/nextcloud/3rdparty/symfony/console/Output/Output.php
share/nextcloud/3rdparty/symfony/console/Output/OutputInterface.php
share/nextcloud/3rdparty/symfony/console/Output/StreamOutput.php
share/nextcloud/3rdparty/symfony/console/Output/TrimmedBufferOutput.php
share/nextcloud/3rdparty/symfony/console/Question/ChoiceQuestion.php
share/nextcloud/3rdparty/symfony/console/Question/ConfirmationQuestion.php
share/nextcloud/3rdparty/symfony/console/Question/Question.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/README.md
share/nextcloud/3rdparty/symfony/console/Style/OutputStyle.php
share/nextcloud/3rdparty/symfony/console/Style/StyleInterface.php
share/nextcloud/3rdparty/symfony/console/Style/SymfonyStyle.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/console/Terminal.php
share/nextcloud/3rdparty/symfony/console/Tester/ApplicationTester.php
share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php
share/nextcloud/3rdparty/symfony/console/Tester/TesterTrait.php
share/nextcloud/3rdparty/symfony/console/composer.json
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/LICENSE
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/README.md
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/composer.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/event-dispatcher/CHANGELOG.md
share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher/GenericEvent.php
share/nextcloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
share/nextcloud/3rdparty/symfony/event-dispatcher/LICENSE
share/nextcloud/3rdparty/symfony/event-dispatcher/LegacyEventDispatcherProxy.php
share/nextcloud/3rdparty/symfony/event-dispatcher/LegacyEventProxy.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/event-dispatcher/README.md
share/nextcloud/3rdparty/symfony/event-dispatcher/composer.json
share/nextcloud/3rdparty/symfony/polyfill-ctype/Ctype.php
share/nextcloud/3rdparty/symfony/polyfill-ctype/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-ctype/README.md
share/nextcloud/3rdparty/symfony/polyfill-ctype/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-ctype/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-ctype/composer.json
share/nextcloud/3rdparty/symfony/polyfill-iconv/Iconv.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-iconv/README.md
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.big5.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp037.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp1006.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp1026.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp424.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp437.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp500.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp737.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp775.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp850.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp852.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp855.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp856.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp857.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp860.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp861.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp862.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp863.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp864.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp865.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp866.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp869.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp874.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp875.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp932.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp936.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp949.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp950.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/translit.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-iconv/composer.json
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/Grapheme.php
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/README.md
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/composer.json
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Idn.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Info.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/README.md
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/Regex.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/deviation.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/ignored.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/mapped.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/Resources/unidata/virama.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-intl-idn/composer.json
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Normalizer.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/README.md
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/composer.json
share/nextcloud/3rdparty/symfony/polyfill-mbstring/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/README.md
share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap80.php
share/nextcloud/3rdparty/symfony/polyfill-mbstring/composer.json
share/nextcloud/3rdparty/symfony/polyfill-php72/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-php72/Php72.php
share/nextcloud/3rdparty/symfony/polyfill-php72/README.md
share/nextcloud/3rdparty/symfony/polyfill-php72/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-php72/composer.json
share/nextcloud/3rdparty/symfony/polyfill-php73/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-php73/Php73.php
share/nextcloud/3rdparty/symfony/polyfill-php73/README.md
share/nextcloud/3rdparty/symfony/polyfill-php73/Resources/stubs/JsonException.php
share/nextcloud/3rdparty/symfony/polyfill-php73/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-php73/composer.json
share/nextcloud/3rdparty/symfony/polyfill-php80/LICENSE
share/nextcloud/3rdparty/symfony/polyfill-php80/Php80.php
share/nextcloud/3rdparty/symfony/polyfill-php80/README.md
share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/Attribute.php
share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/Stringable.php
share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/ValueError.php
share/nextcloud/3rdparty/symfony/polyfill-php80/bootstrap.php
share/nextcloud/3rdparty/symfony/polyfill-php80/composer.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/process/CHANGELOG.md
share/nextcloud/3rdparty/symfony/process/Exception/ExceptionInterface.php
share/nextcloud/3rdparty/symfony/process/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/symfony/process/Exception/LogicException.php
share/nextcloud/3rdparty/symfony/process/Exception/ProcessFailedException.php
share/nextcloud/3rdparty/symfony/process/Exception/ProcessSignaledException.php
share/nextcloud/3rdparty/symfony/process/Exception/ProcessTimedOutException.php
share/nextcloud/3rdparty/symfony/process/Exception/RuntimeException.php
share/nextcloud/3rdparty/symfony/process/ExecutableFinder.php
share/nextcloud/3rdparty/symfony/process/InputStream.php
share/nextcloud/3rdparty/symfony/process/LICENSE
share/nextcloud/3rdparty/symfony/process/PhpExecutableFinder.php
share/nextcloud/3rdparty/symfony/process/PhpProcess.php
share/nextcloud/3rdparty/symfony/process/Pipes/AbstractPipes.php
share/nextcloud/3rdparty/symfony/process/Pipes/PipesInterface.php
share/nextcloud/3rdparty/symfony/process/Pipes/UnixPipes.php
share/nextcloud/3rdparty/symfony/process/Pipes/WindowsPipes.php
share/nextcloud/3rdparty/symfony/process/Process.php
share/nextcloud/3rdparty/symfony/process/ProcessUtils.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/process/README.md
share/nextcloud/3rdparty/symfony/process/composer.json
share/nextcloud/3rdparty/symfony/routing/Annotation/Route.php
share/nextcloud/3rdparty/symfony/routing/CHANGELOG.md
share/nextcloud/3rdparty/symfony/routing/CompiledRoute.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/routing/DependencyInjection/RoutingResolverPass.php
share/nextcloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php
share/nextcloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php
share/nextcloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
share/nextcloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/routing/Exception/NoConfigurationException.php
share/nextcloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
share/nextcloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
share/nextcloud/3rdparty/symfony/routing/Generator/CompiledUrlGenerator.php
share/nextcloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php
share/nextcloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
share/nextcloud/3rdparty/symfony/routing/LICENSE
share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/ClosureLoader.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/CollectionConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/ImportConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/RouteConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/RoutingConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/AddTrait.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/RouteTrait.php
share/nextcloud/3rdparty/symfony/routing/Loader/ContainerLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/routing/Loader/GlobFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/ObjectLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
share/nextcloud/3rdparty/symfony/routing/Matcher/CompiledUrlMatcher.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
share/nextcloud/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php
share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcher.php
share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php
share/nextcloud/3rdparty/symfony/routing/README.md
share/nextcloud/3rdparty/symfony/routing/RequestContext.php
share/nextcloud/3rdparty/symfony/routing/RequestContextAwareInterface.php
share/nextcloud/3rdparty/symfony/routing/Route.php
share/nextcloud/3rdparty/symfony/routing/RouteCollection.php
share/nextcloud/3rdparty/symfony/routing/RouteCollectionBuilder.php
share/nextcloud/3rdparty/symfony/routing/RouteCompiler.php
share/nextcloud/3rdparty/symfony/routing/RouteCompilerInterface.php
share/nextcloud/3rdparty/symfony/routing/Router.php
share/nextcloud/3rdparty/symfony/routing/RouterInterface.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/routing/composer.json
share/nextcloud/3rdparty/symfony/service-contracts/Attribute/Required.php
share/nextcloud/3rdparty/symfony/service-contracts/LICENSE
share/nextcloud/3rdparty/symfony/service-contracts/README.md
share/nextcloud/3rdparty/symfony/service-contracts/ResetInterface.php
share/nextcloud/3rdparty/symfony/service-contracts/ServiceLocatorTrait.php
share/nextcloud/3rdparty/symfony/service-contracts/ServiceProviderInterface.php
share/nextcloud/3rdparty/symfony/service-contracts/ServiceSubscriberInterface.php
share/nextcloud/3rdparty/symfony/service-contracts/ServiceSubscriberTrait.php
share/nextcloud/3rdparty/symfony/service-contracts/composer.json
share/nextcloud/3rdparty/symfony/translation-contracts/LICENSE
share/nextcloud/3rdparty/symfony/translation-contracts/LocaleAwareInterface.php
share/nextcloud/3rdparty/symfony/translation-contracts/README.md
share/nextcloud/3rdparty/symfony/translation-contracts/TranslatableInterface.php
share/nextcloud/3rdparty/symfony/translation-contracts/TranslatorInterface.php
share/nextcloud/3rdparty/symfony/translation-contracts/TranslatorTrait.php
share/nextcloud/3rdparty/symfony/translation-contracts/composer.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/CHANGELOG.md
share/nextcloud/3rdparty/symfony/translation/Catalogue/AbstractOperation.php
share/nextcloud/3rdparty/symfony/translation/Catalogue/MergeOperation.php
share/nextcloud/3rdparty/symfony/translation/Catalogue/OperationInterface.php
share/nextcloud/3rdparty/symfony/translation/Catalogue/TargetOperation.php
share/nextcloud/3rdparty/symfony/translation/Command/XliffLintCommand.php
share/nextcloud/3rdparty/symfony/translation/DataCollector/TranslationDataCollector.php
share/nextcloud/3rdparty/symfony/translation/DataCollectorTranslator.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/translation/DependencyInjection/TranslationDumperPass.php
share/nextcloud/3rdparty/symfony/translation/DependencyInjection/TranslationExtractorPass.php
share/nextcloud/3rdparty/symfony/translation/DependencyInjection/TranslatorPass.php
share/nextcloud/3rdparty/symfony/translation/DependencyInjection/TranslatorPathsPass.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/Dumper/CsvFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/DumperInterface.php
share/nextcloud/3rdparty/symfony/translation/Dumper/FileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/IcuResFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/IniFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/JsonFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/MoFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/PhpFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/PoFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/QtFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/XliffFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/YamlFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Exception/ExceptionInterface.php
share/nextcloud/3rdparty/symfony/translation/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/symfony/translation/Exception/InvalidResourceException.php
share/nextcloud/3rdparty/symfony/translation/Exception/LogicException.php
share/nextcloud/3rdparty/symfony/translation/Exception/NotFoundResourceException.php
share/nextcloud/3rdparty/symfony/translation/Exception/RuntimeException.php
share/nextcloud/3rdparty/symfony/translation/Extractor/AbstractFileExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/ChainExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/ExtractorInterface.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/translation/Extractor/PhpExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/PhpStringTokenParser.php
share/nextcloud/3rdparty/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
share/nextcloud/3rdparty/symfony/translation/Formatter/IntlFormatter.php
share/nextcloud/3rdparty/symfony/translation/Formatter/IntlFormatterInterface.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/translation/Formatter/MessageFormatter.php
share/nextcloud/3rdparty/symfony/translation/Formatter/MessageFormatterInterface.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/IdentityTranslator.php
share/nextcloud/3rdparty/symfony/translation/Interval.php
share/nextcloud/3rdparty/symfony/translation/LICENSE
share/nextcloud/3rdparty/symfony/translation/Loader/ArrayLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/CsvFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/FileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/IcuDatFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/IcuResFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/IniFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/JsonFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/LoaderInterface.php
share/nextcloud/3rdparty/symfony/translation/Loader/MoFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/PhpFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/PoFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/QtFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/XliffFileLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/YamlFileLoader.php
share/nextcloud/3rdparty/symfony/translation/LoggingTranslator.php
share/nextcloud/3rdparty/symfony/translation/MessageCatalogue.php
share/nextcloud/3rdparty/symfony/translation/MessageCatalogueInterface.php
share/nextcloud/3rdparty/symfony/translation/MessageSelector.php
share/nextcloud/3rdparty/symfony/translation/MetadataAwareInterface.php
share/nextcloud/3rdparty/symfony/translation/PluralizationRules.php
share/nextcloud/3rdparty/symfony/translation/README.md
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/translation/Reader/TranslationReader.php
share/nextcloud/3rdparty/symfony/translation/Reader/TranslationReaderInterface.php
share/nextcloud/3rdparty/symfony/translation/Resources/data/parents.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xliff-core-2.0.xsd
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xml.xsd
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/Translator.php
share/nextcloud/3rdparty/symfony/translation/TranslatorBagInterface.php
share/nextcloud/3rdparty/symfony/translation/TranslatorInterface.php
share/nextcloud/3rdparty/symfony/translation/Util/ArrayConverter.php
share/nextcloud/3rdparty/symfony/translation/Util/XliffUtils.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriter.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriterInterface.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/3rdparty/symfony/translation/composer.json
share/nextcloud/3rdparty/thecodingmachine/safe/LICENSE
share/nextcloud/3rdparty/thecodingmachine/safe/README.md
share/nextcloud/3rdparty/thecodingmachine/safe/composer.json
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/Exceptions/ApcException.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/Exceptions/StatsException.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/apc.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/functionsList.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/libevent.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/mssql.php
share/nextcloud/3rdparty/thecodingmachine/safe/deprecated/stats.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/.gitkeep
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ApacheException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ApcuException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ArrayException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/CalendarException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ClassobjException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ComException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/CubridException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/DatetimeException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/DirException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/EioException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ExecException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FileinfoException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FilesystemException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FilterException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FpmException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FtpException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/FunchandException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/GmpException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/GnupgException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/HashException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/IbaseException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/IconvException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ImageException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ImapException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/InfoException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/InotifyException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/LdapException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/LibxmlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/LzfException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MailparseException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MbstringException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MiscException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MsqlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MysqlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MysqliException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/NetworkException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/OpcacheException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PasswordException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PcntlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PdfException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PgsqlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PosixException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PsException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/PspellException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ReadlineException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/RpminfoException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/RrdException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SemException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SessionException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ShmopException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SocketsException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SodiumException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SolrException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SplException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SsdeepException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/StreamException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/StringsException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/SwooleException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/UodbcException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/UopzException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/UrlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/VarException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/XdiffException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/XmlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/YamlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/YazException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ZipException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/ZlibException.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/apache.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/apcu.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/array.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/bzip2.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/calendar.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/classobj.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/com.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/cubrid.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/curl.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/datetime.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/dir.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/eio.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/errorfunc.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/exec.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/fileinfo.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/filesystem.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/filter.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/fpm.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ftp.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/funchand.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/functionsList.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/gmp.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/gnupg.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/hash.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ibase.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ibmDb2.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/iconv.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/image.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/imap.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/info.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ingres-ii.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/inotify.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/json.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ldap.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/libxml.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/lzf.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mailparse.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mbstring.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/misc.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/msql.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mysql.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mysqli.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mysqlndMs.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/mysqlndQc.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/network.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/oci8.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/opcache.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/openssl.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/outcontrol.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/password.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/pcntl.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/pcre.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/pdf.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/pgsql.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/posix.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ps.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/pspell.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/readline.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/rpminfo.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/rrd.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/sem.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/session.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/shmop.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/simplexml.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/sockets.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/sodium.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/solr.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/spl.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/sqlsrv.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ssdeep.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/ssh2.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/stream.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/strings.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/swoole.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/uodbc.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/uopz.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/url.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/var.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/xdiff.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/xml.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/xmlrpc.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/yaml.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/yaz.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/zip.php
share/nextcloud/3rdparty/thecodingmachine/safe/generated/zlib.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/DateTime.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/DateTimeImmutable.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/CurlException.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/JsonException.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/OpensslException.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/PcreException.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/special_cases.php
share/nextcloud/3rdparty/thecodingmachine/safe/rector-migrate-0.7.php
share/nextcloud/3rdparty/web-auth/cose-lib/LICENSE
share/nextcloud/3rdparty/web-auth/cose-lib/composer.json
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Algorithm.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/HS256.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/HS256Truncated64.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/HS384.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/HS512.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/Hmac.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/Mac.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Manager.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/ManagerFactory.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECDSA.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECSignature.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256K.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES384.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES512.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED256.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED512.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/Ed25519.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/EdDSA.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS256.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS384.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS512.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/PSSRSA.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS1.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS256.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS384.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS512.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/RSA/RSA.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Signature/Signature.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithms.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Key/Ec2Key.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Key/Key.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Key/OkpKey.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Key/RsaKey.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Key/SymmetricKey.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Verifier.php
share/nextcloud/3rdparty/web-auth/metadata-service/LICENSE
share/nextcloud/3rdparty/web-auth/metadata-service/composer.json
share/nextcloud/3rdparty/web-auth/metadata-service/src/AbstractDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/AuthenticatorStatus.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/BiometricAccuracyDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/BiometricStatusReport.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/CodeAccuracyDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/DisplayPNGCharacteristicsDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/DistantSingleMetadata.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/EcdaaTrustAnchor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/ExtensionDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataService.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataStatement.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataStatementFetcher.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataStatementRepository.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataTOCPayload.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/MetadataTOCPayloadEntry.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/PatternAccuracyDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/RgbPaletteEntry.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/RogueListEntry.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/SingleMetadata.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/StatusReport.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/Utils.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/VerificationMethodANDCombinations.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/VerificationMethodDescriptor.php
share/nextcloud/3rdparty/web-auth/metadata-service/src/Version.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/LICENSE
share/nextcloud/3rdparty/web-auth/webauthn-lib/composer.json
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AndroidKeyAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AppleAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AttestationObject.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AttestationObjectLoader.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupportManager.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/FidoU2FAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/NoneAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/PackedAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/TPMAttestationStatementSupport.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestedCredentialData.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtension.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientInputs.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputs.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputsLoader.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputChecker.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputCheckerHandler.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorAssertionResponse.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorAttestationResponse.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorData.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorResponse.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/AuthenticatorSelectionCriteria.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/CertificateChainChecker/CertificateChainChecker.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/CertificateChainChecker/OpenSSLCertificateChainChecker.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/CertificateToolbox.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/CollectedClientData.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Counter/CounterChecker.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Counter/ThrowExceptionIfInvalid.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Credential.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredential.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialCreationOptions.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptor.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptorCollection.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialEntity.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialLoader.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialOptions.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialParameters.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialRequestOptions.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialRpEntity.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialSource.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialSourceRepository.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/PublicKeyCredentialUserEntity.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Server.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/StringStream.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TokenBinding/IgnoreTokenBindingHandler.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TokenBinding/SecTokenBindingHandler.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TokenBinding/TokenBinding.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TokenBinding/TokenBindingHandler.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TrustPath/CertificateTrustPath.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TrustPath/EcdaaKeyIdTrustPath.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TrustPath/TrustPath.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/TrustPath/TrustPathLoader.php
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Util/CoseSignatureFixer.php
share/nextcloud/AUTHORS
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/COPYING
share/nextcloud/apps/accessibility/appinfo/info.xml
share/nextcloud/apps/accessibility/appinfo/routes.php
share/nextcloud/apps/accessibility/appinfo/signature.json
share/nextcloud/apps/accessibility/composer/autoload.php
share/nextcloud/apps/accessibility/composer/composer.json
share/nextcloud/apps/accessibility/composer/composer/ClassLoader.php
share/nextcloud/apps/accessibility/composer/composer/LICENSE
share/nextcloud/apps/accessibility/composer/composer/autoload_classmap.php
share/nextcloud/apps/accessibility/composer/composer/autoload_namespaces.php
share/nextcloud/apps/accessibility/composer/composer/autoload_psr4.php
share/nextcloud/apps/accessibility/composer/composer/autoload_real.php
share/nextcloud/apps/accessibility/composer/composer/autoload_static.php
share/nextcloud/apps/accessibility/css/dark.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/accessibility/css/fontdyslexic.scss
share/nextcloud/apps/accessibility/css/highcontrast.scss
share/nextcloud/apps/accessibility/css/highcontrastdark.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/accessibility/css/style.scss
share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.ttf
share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.woff
share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.ttf
share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.woff
share/nextcloud/apps/accessibility/img/app-dark.svg
share/nextcloud/apps/accessibility/img/app.svg
share/nextcloud/apps/accessibility/img/font-highcontrast.jpg
share/nextcloud/apps/accessibility/img/font-opendyslexic.jpg
share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg
share/nextcloud/apps/accessibility/img/mode-highcontrast.jpg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/accessibility/img/theme-dark.jpg
share/nextcloud/apps/accessibility/js/accessibility.js
share/nextcloud/apps/accessibility/js/accessibility.js.map
share/nextcloud/apps/accessibility/js/accessibilityoca.js
share/nextcloud/apps/accessibility/js/accessibilityoca.js.map
share/nextcloud/apps/accessibility/l10n/af.js
share/nextcloud/apps/accessibility/l10n/af.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/accessibility/l10n/ar.js
share/nextcloud/apps/accessibility/l10n/ar.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/accessibility/l10n/bg.js
share/nextcloud/apps/accessibility/l10n/bg.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/accessibility/l10n/br.js
share/nextcloud/apps/accessibility/l10n/br.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/accessibility/l10n/bs.js
share/nextcloud/apps/accessibility/l10n/bs.json
share/nextcloud/apps/accessibility/l10n/ca.js
share/nextcloud/apps/accessibility/l10n/ca.json
share/nextcloud/apps/accessibility/l10n/cs.js
share/nextcloud/apps/accessibility/l10n/cs.json
share/nextcloud/apps/accessibility/l10n/da.js
share/nextcloud/apps/accessibility/l10n/da.json
share/nextcloud/apps/accessibility/l10n/de.js
share/nextcloud/apps/accessibility/l10n/de.json
share/nextcloud/apps/accessibility/l10n/de_DE.js
share/nextcloud/apps/accessibility/l10n/de_DE.json
share/nextcloud/apps/accessibility/l10n/el.js
share/nextcloud/apps/accessibility/l10n/el.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/accessibility/l10n/en_GB.js
share/nextcloud/apps/accessibility/l10n/en_GB.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/eo.js
share/nextcloud/apps/accessibility/l10n/eo.json
share/nextcloud/apps/accessibility/l10n/es.js
share/nextcloud/apps/accessibility/l10n/es.json
share/nextcloud/apps/accessibility/l10n/es_AR.js
share/nextcloud/apps/accessibility/l10n/es_AR.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/accessibility/l10n/es_CO.js
share/nextcloud/apps/accessibility/l10n/es_CO.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/accessibility/l10n/es_DO.js
share/nextcloud/apps/accessibility/l10n/es_DO.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/accessibility/l10n/es_EC.js
share/nextcloud/apps/accessibility/l10n/es_EC.json
share/nextcloud/apps/accessibility/l10n/es_MX.js
share/nextcloud/apps/accessibility/l10n/es_MX.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/accessibility/l10n/et_EE.js
share/nextcloud/apps/accessibility/l10n/et_EE.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/eu.js
share/nextcloud/apps/accessibility/l10n/eu.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/accessibility/l10n/fa.js
share/nextcloud/apps/accessibility/l10n/fa.json
share/nextcloud/apps/accessibility/l10n/fi.js
share/nextcloud/apps/accessibility/l10n/fi.json
share/nextcloud/apps/accessibility/l10n/fo.js
share/nextcloud/apps/accessibility/l10n/fo.json
share/nextcloud/apps/accessibility/l10n/fr.js
share/nextcloud/apps/accessibility/l10n/fr.json
share/nextcloud/apps/accessibility/l10n/gl.js
share/nextcloud/apps/accessibility/l10n/gl.json
share/nextcloud/apps/accessibility/l10n/he.js
share/nextcloud/apps/accessibility/l10n/he.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/accessibility/l10n/hi_IN.js
share/nextcloud/apps/accessibility/l10n/hi_IN.json
share/nextcloud/apps/accessibility/l10n/hr.js
share/nextcloud/apps/accessibility/l10n/hr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/accessibility/l10n/hsb.js
share/nextcloud/apps/accessibility/l10n/hsb.json
share/nextcloud/apps/accessibility/l10n/hu.js
share/nextcloud/apps/accessibility/l10n/hu.json
share/nextcloud/apps/accessibility/l10n/id.js
share/nextcloud/apps/accessibility/l10n/id.json
share/nextcloud/apps/accessibility/l10n/is.js
share/nextcloud/apps/accessibility/l10n/is.json
share/nextcloud/apps/accessibility/l10n/it.js
share/nextcloud/apps/accessibility/l10n/it.json
share/nextcloud/apps/accessibility/l10n/ja.js
share/nextcloud/apps/accessibility/l10n/ja.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/accessibility/l10n/ka_GE.js
share/nextcloud/apps/accessibility/l10n/ka_GE.json
share/nextcloud/apps/accessibility/l10n/ko.js
share/nextcloud/apps/accessibility/l10n/ko.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/lt_LT.js
share/nextcloud/apps/accessibility/l10n/lt_LT.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/accessibility/l10n/lv.js
share/nextcloud/apps/accessibility/l10n/lv.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/mk.js
share/nextcloud/apps/accessibility/l10n/mk.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/accessibility/l10n/ms_MY.js
share/nextcloud/apps/accessibility/l10n/ms_MY.json
share/nextcloud/apps/accessibility/l10n/nb.js
share/nextcloud/apps/accessibility/l10n/nb.json
share/nextcloud/apps/accessibility/l10n/nl.js
share/nextcloud/apps/accessibility/l10n/nl.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/nn_NO.js
share/nextcloud/apps/accessibility/l10n/nn_NO.json
share/nextcloud/apps/accessibility/l10n/oc.js
share/nextcloud/apps/accessibility/l10n/oc.json
share/nextcloud/apps/accessibility/l10n/pl.js
share/nextcloud/apps/accessibility/l10n/pl.json
share/nextcloud/apps/accessibility/l10n/pt_BR.js
share/nextcloud/apps/accessibility/l10n/pt_BR.json
share/nextcloud/apps/accessibility/l10n/pt_PT.js
share/nextcloud/apps/accessibility/l10n/pt_PT.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/ro.js
share/nextcloud/apps/accessibility/l10n/ro.json
share/nextcloud/apps/accessibility/l10n/ru.js
share/nextcloud/apps/accessibility/l10n/ru.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/accessibility/l10n/sc.js
share/nextcloud/apps/accessibility/l10n/sc.json
share/nextcloud/apps/accessibility/l10n/sk.js
share/nextcloud/apps/accessibility/l10n/sk.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/accessibility/l10n/sl.js
share/nextcloud/apps/accessibility/l10n/sl.json
share/nextcloud/apps/accessibility/l10n/sq.js
share/nextcloud/apps/accessibility/l10n/sq.json
share/nextcloud/apps/accessibility/l10n/sr.js
share/nextcloud/apps/accessibility/l10n/sr.json
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/accessibility/l10n/sr@latin.js
share/nextcloud/apps/accessibility/l10n/sr@latin.json
share/nextcloud/apps/accessibility/l10n/sv.js
share/nextcloud/apps/accessibility/l10n/sv.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/accessibility/l10n/th.js
share/nextcloud/apps/accessibility/l10n/th.json
share/nextcloud/apps/accessibility/l10n/tr.js
share/nextcloud/apps/accessibility/l10n/tr.json
share/nextcloud/apps/accessibility/l10n/uk.js
share/nextcloud/apps/accessibility/l10n/uk.json
share/nextcloud/apps/accessibility/l10n/vi.js
share/nextcloud/apps/accessibility/l10n/vi.json
share/nextcloud/apps/accessibility/l10n/zh_CN.js
share/nextcloud/apps/accessibility/l10n/zh_CN.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/accessibility/l10n/zh_HK.js
share/nextcloud/apps/accessibility/l10n/zh_HK.json
share/nextcloud/apps/accessibility/l10n/zh_TW.js
share/nextcloud/apps/accessibility/l10n/zh_TW.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php
share/nextcloud/apps/accessibility/lib/AppInfo/Application.php
share/nextcloud/apps/accessibility/lib/Controller/AccessibilityController.php
share/nextcloud/apps/accessibility/lib/Controller/ConfigController.php
share/nextcloud/apps/accessibility/lib/Migration/RepairUserConfig.php
share/nextcloud/apps/accessibility/lib/Service/JSDataService.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/accessibility/lib/Settings/Personal.php
share/nextcloud/apps/accessibility/lib/Settings/PersonalSection.php
share/nextcloud/apps/accessibility/templates/settings-personal.php
share/nextcloud/apps/activity/appinfo/info.xml
share/nextcloud/apps/activity/appinfo/routes.php
share/nextcloud/apps/activity/appinfo/signature.json
share/nextcloud/apps/activity/check-handlebars-templates.sh
share/nextcloud/apps/activity/compile-handlebars-templates.sh
share/nextcloud/apps/activity/composer.json
share/nextcloud/apps/activity/composer.lock
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/apps/activity/css/settings.scss
share/nextcloud/apps/activity/css/style.scss
share/nextcloud/apps/activity/docs/create.md
share/nextcloud/apps/activity/docs/endpoint-v2.md
share/nextcloud/apps/activity/docs/filter.md
share/nextcloud/apps/activity/docs/provider.md
share/nextcloud/apps/activity/docs/setting.md
share/nextcloud/apps/activity/img/activity-dark.svg
share/nextcloud/apps/activity/img/activity.svg
share/nextcloud/apps/activity/img/add-color.svg
share/nextcloud/apps/activity/img/change.svg
share/nextcloud/apps/activity/img/delete-color.svg
share/nextcloud/apps/activity/js/activity-sidebar.json
share/nextcloud/apps/activity/js/activitycollection.js
share/nextcloud/apps/activity/js/activitymodel.js
share/nextcloud/apps/activity/js/activitytabview.js
share/nextcloud/apps/activity/js/admin.js
share/nextcloud/apps/activity/js/feedSettings.js
share/nextcloud/apps/activity/js/filesplugin.js
share/nextcloud/apps/activity/js/richObjectStringParser.js
share/nextcloud/apps/activity/js/script.js
share/nextcloud/apps/activity/js/settings.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/activity/js/templates.js
share/nextcloud/apps/activity/js/templates/activitytabview.handlebars
share/nextcloud/apps/activity/js/templates/activitytabview_activity.handlebars
share/nextcloud/apps/activity/js/templates/calendarEvent.handlebars
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/activity/js/templates/email.handlebars
share/nextcloud/apps/activity/js/templates/file.handlebars
share/nextcloud/apps/activity/js/templates/fileNoPath.handlebars
share/nextcloud/apps/activity/js/templates/fileRoot.handlebars
share/nextcloud/apps/activity/js/templates/openGraph.handlebars
share/nextcloud/apps/activity/js/templates/systemTag.handlebars
share/nextcloud/apps/activity/js/templates/unknown.handlebars
share/nextcloud/apps/activity/js/templates/unkownLink.handlebars
share/nextcloud/apps/activity/js/templates/userLocal.handlebars
share/nextcloud/apps/activity/js/templates/userRemote.handlebars
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/activity/l10n/af.js
share/nextcloud/apps/activity/l10n/af.json
share/nextcloud/apps/activity/l10n/ar.js
share/nextcloud/apps/activity/l10n/ar.json
share/nextcloud/apps/activity/l10n/ast.js
share/nextcloud/apps/activity/l10n/ast.json
share/nextcloud/apps/activity/l10n/az.js
share/nextcloud/apps/activity/l10n/az.json
share/nextcloud/apps/activity/l10n/bg.js
share/nextcloud/apps/activity/l10n/bg.json
share/nextcloud/apps/activity/l10n/bn_BD.js
share/nextcloud/apps/activity/l10n/bn_BD.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/activity/l10n/br.js
share/nextcloud/apps/activity/l10n/br.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/activity/l10n/bs.js
share/nextcloud/apps/activity/l10n/bs.json
share/nextcloud/apps/activity/l10n/ca.js
share/nextcloud/apps/activity/l10n/ca.json
share/nextcloud/apps/activity/l10n/cs.js
share/nextcloud/apps/activity/l10n/cs.json
share/nextcloud/apps/activity/l10n/cy_GB.js
share/nextcloud/apps/activity/l10n/cy_GB.json
share/nextcloud/apps/activity/l10n/da.js
share/nextcloud/apps/activity/l10n/da.json
share/nextcloud/apps/activity/l10n/de.js
share/nextcloud/apps/activity/l10n/de.json
share/nextcloud/apps/activity/l10n/de_DE.js
share/nextcloud/apps/activity/l10n/de_DE.json
share/nextcloud/apps/activity/l10n/el.js
share/nextcloud/apps/activity/l10n/el.json
share/nextcloud/apps/activity/l10n/en_GB.js
share/nextcloud/apps/activity/l10n/en_GB.json
share/nextcloud/apps/activity/l10n/eo.js
share/nextcloud/apps/activity/l10n/eo.json
share/nextcloud/apps/activity/l10n/es.js
share/nextcloud/apps/activity/l10n/es.json
share/nextcloud/apps/activity/l10n/es_419.js
share/nextcloud/apps/activity/l10n/es_419.json
share/nextcloud/apps/activity/l10n/es_AR.js
share/nextcloud/apps/activity/l10n/es_AR.json
share/nextcloud/apps/activity/l10n/es_CL.js
share/nextcloud/apps/activity/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/activity/l10n/es_CO.js
share/nextcloud/apps/activity/l10n/es_CO.json
share/nextcloud/apps/activity/l10n/es_CR.js
share/nextcloud/apps/activity/l10n/es_CR.json
share/nextcloud/apps/activity/l10n/es_DO.js
share/nextcloud/apps/activity/l10n/es_DO.json
share/nextcloud/apps/activity/l10n/es_EC.js
share/nextcloud/apps/activity/l10n/es_EC.json
share/nextcloud/apps/activity/l10n/es_GT.js
share/nextcloud/apps/activity/l10n/es_GT.json
share/nextcloud/apps/activity/l10n/es_HN.js
share/nextcloud/apps/activity/l10n/es_HN.json
share/nextcloud/apps/activity/l10n/es_MX.js
share/nextcloud/apps/activity/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/activity/l10n/es_NI.js
share/nextcloud/apps/activity/l10n/es_NI.json
share/nextcloud/apps/activity/l10n/es_PA.js
share/nextcloud/apps/activity/l10n/es_PA.json
share/nextcloud/apps/activity/l10n/es_PE.js
share/nextcloud/apps/activity/l10n/es_PE.json
share/nextcloud/apps/activity/l10n/es_PR.js
share/nextcloud/apps/activity/l10n/es_PR.json
share/nextcloud/apps/activity/l10n/es_PY.js
share/nextcloud/apps/activity/l10n/es_PY.json
share/nextcloud/apps/activity/l10n/es_SV.js
share/nextcloud/apps/activity/l10n/es_SV.json
share/nextcloud/apps/activity/l10n/es_UY.js
share/nextcloud/apps/activity/l10n/es_UY.json
share/nextcloud/apps/activity/l10n/et_EE.js
share/nextcloud/apps/activity/l10n/et_EE.json
share/nextcloud/apps/activity/l10n/eu.js
share/nextcloud/apps/activity/l10n/eu.json
share/nextcloud/apps/activity/l10n/fa.js
share/nextcloud/apps/activity/l10n/fa.json
share/nextcloud/apps/activity/l10n/fi.js
share/nextcloud/apps/activity/l10n/fi.json
share/nextcloud/apps/activity/l10n/fo.js
share/nextcloud/apps/activity/l10n/fo.json
share/nextcloud/apps/activity/l10n/fr.js
share/nextcloud/apps/activity/l10n/fr.json
share/nextcloud/apps/activity/l10n/gl.js
share/nextcloud/apps/activity/l10n/gl.json
share/nextcloud/apps/activity/l10n/he.js
share/nextcloud/apps/activity/l10n/he.json
share/nextcloud/apps/activity/l10n/hr.js
share/nextcloud/apps/activity/l10n/hr.json
share/nextcloud/apps/activity/l10n/hu.js
share/nextcloud/apps/activity/l10n/hu.json
share/nextcloud/apps/activity/l10n/hy.js
share/nextcloud/apps/activity/l10n/hy.json
share/nextcloud/apps/activity/l10n/ia.js
share/nextcloud/apps/activity/l10n/ia.json
share/nextcloud/apps/activity/l10n/id.js
share/nextcloud/apps/activity/l10n/id.json
share/nextcloud/apps/activity/l10n/is.js
share/nextcloud/apps/activity/l10n/is.json
share/nextcloud/apps/activity/l10n/it.js
share/nextcloud/apps/activity/l10n/it.json
share/nextcloud/apps/activity/l10n/ja.js
share/nextcloud/apps/activity/l10n/ja.json
share/nextcloud/apps/activity/l10n/ka_GE.js
share/nextcloud/apps/activity/l10n/ka_GE.json
share/nextcloud/apps/activity/l10n/kab.js
share/nextcloud/apps/activity/l10n/kab.json
share/nextcloud/apps/activity/l10n/km.js
share/nextcloud/apps/activity/l10n/km.json
share/nextcloud/apps/activity/l10n/kn.js
share/nextcloud/apps/activity/l10n/kn.json
share/nextcloud/apps/activity/l10n/ko.js
share/nextcloud/apps/activity/l10n/ko.json
share/nextcloud/apps/activity/l10n/lb.js
share/nextcloud/apps/activity/l10n/lb.json
share/nextcloud/apps/activity/l10n/lt_LT.js
share/nextcloud/apps/activity/l10n/lt_LT.json
share/nextcloud/apps/activity/l10n/lv.js
share/nextcloud/apps/activity/l10n/lv.json
share/nextcloud/apps/activity/l10n/mk.js
share/nextcloud/apps/activity/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/activity/l10n/mn.js
share/nextcloud/apps/activity/l10n/mn.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/activity/l10n/ms_MY.js
share/nextcloud/apps/activity/l10n/ms_MY.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/activity/l10n/my.js
share/nextcloud/apps/activity/l10n/my.json
share/nextcloud/apps/activity/l10n/nb.js
share/nextcloud/apps/activity/l10n/nb.json
share/nextcloud/apps/activity/l10n/ne.js
share/nextcloud/apps/activity/l10n/ne.json
share/nextcloud/apps/activity/l10n/nl.js
share/nextcloud/apps/activity/l10n/nl.json
share/nextcloud/apps/activity/l10n/nn_NO.js
share/nextcloud/apps/activity/l10n/nn_NO.json
share/nextcloud/apps/activity/l10n/no-php
share/nextcloud/apps/activity/l10n/oc.js
share/nextcloud/apps/activity/l10n/oc.json
share/nextcloud/apps/activity/l10n/pl.js
share/nextcloud/apps/activity/l10n/pl.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/activity/l10n/ps.js
share/nextcloud/apps/activity/l10n/ps.json
share/nextcloud/apps/activity/l10n/pt_BR.js
share/nextcloud/apps/activity/l10n/pt_BR.json
share/nextcloud/apps/activity/l10n/pt_PT.js
share/nextcloud/apps/activity/l10n/pt_PT.json
share/nextcloud/apps/activity/l10n/ro.js
share/nextcloud/apps/activity/l10n/ro.json
share/nextcloud/apps/activity/l10n/ru.js
share/nextcloud/apps/activity/l10n/ru.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/activity/l10n/sc.js
share/nextcloud/apps/activity/l10n/sc.json
share/nextcloud/apps/activity/l10n/si.js
share/nextcloud/apps/activity/l10n/si.json
share/nextcloud/apps/activity/l10n/sk.js
share/nextcloud/apps/activity/l10n/sk.json
share/nextcloud/apps/activity/l10n/sl.js
share/nextcloud/apps/activity/l10n/sl.json
share/nextcloud/apps/activity/l10n/sq.js
share/nextcloud/apps/activity/l10n/sq.json
share/nextcloud/apps/activity/l10n/sr.js
share/nextcloud/apps/activity/l10n/sr.json
share/nextcloud/apps/activity/l10n/sr@latin.js
share/nextcloud/apps/activity/l10n/sr@latin.json
share/nextcloud/apps/activity/l10n/sv.js
share/nextcloud/apps/activity/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/activity/l10n/ta.js
share/nextcloud/apps/activity/l10n/ta.json
share/nextcloud/apps/activity/l10n/th.js
share/nextcloud/apps/activity/l10n/th.json
share/nextcloud/apps/activity/l10n/tk.js
share/nextcloud/apps/activity/l10n/tk.json
share/nextcloud/apps/activity/l10n/tr.js
share/nextcloud/apps/activity/l10n/tr.json
share/nextcloud/apps/activity/l10n/ug.js
share/nextcloud/apps/activity/l10n/ug.json
share/nextcloud/apps/activity/l10n/uk.js
share/nextcloud/apps/activity/l10n/uk.json
share/nextcloud/apps/activity/l10n/uz.js
share/nextcloud/apps/activity/l10n/uz.json
share/nextcloud/apps/activity/l10n/vi.js
share/nextcloud/apps/activity/l10n/vi.json
share/nextcloud/apps/activity/l10n/zh_CN.js
share/nextcloud/apps/activity/l10n/zh_CN.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/activity/l10n/zh_HK.js
share/nextcloud/apps/activity/l10n/zh_HK.json
share/nextcloud/apps/activity/l10n/zh_TW.js
share/nextcloud/apps/activity/l10n/zh_TW.json
share/nextcloud/apps/activity/lib/AppInfo/Application.php
share/nextcloud/apps/activity/lib/BackgroundJob/DigestMail.php
share/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php
share/nextcloud/apps/activity/lib/BackgroundJob/ExpireActivities.php
share/nextcloud/apps/activity/lib/BackgroundJob/RemoteActivity.php
share/nextcloud/apps/activity/lib/Capabilities.php
share/nextcloud/apps/activity/lib/Command/SendEmails.php
share/nextcloud/apps/activity/lib/Consumer.php
share/nextcloud/apps/activity/lib/Controller/APIv1Controller.php
share/nextcloud/apps/activity/lib/Controller/APIv2Controller.php
share/nextcloud/apps/activity/lib/Controller/ActivitiesController.php
share/nextcloud/apps/activity/lib/Controller/FeedController.php
share/nextcloud/apps/activity/lib/Controller/RemoteActivityController.php
share/nextcloud/apps/activity/lib/Controller/SettingsController.php
share/nextcloud/apps/activity/lib/CurrentUser.php
share/nextcloud/apps/activity/lib/Data.php
share/nextcloud/apps/activity/lib/DigestSender.php
share/nextcloud/apps/activity/lib/Exception/InvalidFilterException.php
share/nextcloud/apps/activity/lib/Extension/Files.php
share/nextcloud/apps/activity/lib/Extension/Files_Sharing.php
share/nextcloud/apps/activity/lib/FilesHooks.php
share/nextcloud/apps/activity/lib/FilesHooksStatic.php
share/nextcloud/apps/activity/lib/Filter/AllFilter.php
share/nextcloud/apps/activity/lib/Filter/ByFilter.php
share/nextcloud/apps/activity/lib/Filter/SelfFilter.php
share/nextcloud/apps/activity/lib/GroupHelper.php
share/nextcloud/apps/activity/lib/GroupHelperDisabled.php
share/nextcloud/apps/activity/lib/Hooks.php
share/nextcloud/apps/activity/lib/Listener/LoadSidebarScripts.php
share/nextcloud/apps/activity/lib/MailQueueHandler.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170808154933.php
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170808155040.php
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170919095939.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/activity/lib/Migration/Version2007Date20181107114613.php
share/nextcloud/apps/activity/lib/Migration/Version2008Date20181011095117.php
share/nextcloud/apps/activity/lib/Migration/Version2010Date20190416112817.php
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132544.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132545.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132546.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132547.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201207091915.php
share/nextcloud/apps/activity/lib/Navigation.php
share/nextcloud/apps/activity/lib/NotificationGenerator.php
share/nextcloud/apps/activity/lib/Settings/Admin.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/activity/lib/Settings/AdminSection.php
share/nextcloud/apps/activity/lib/Settings/Personal.php
share/nextcloud/apps/activity/lib/Settings/PersonalSection.php
share/nextcloud/apps/activity/lib/UserSettings.php
share/nextcloud/apps/activity/lib/ViewInfoCache.php
share/nextcloud/apps/activity/templates/rss.php
share/nextcloud/apps/activity/templates/settings/admin.php
share/nextcloud/apps/activity/templates/settings/form.php
share/nextcloud/apps/activity/templates/settings/personal.php
share/nextcloud/apps/activity/templates/stream.app.navigation.php
share/nextcloud/apps/activity/templates/stream.body.php
share/nextcloud/apps/admin_audit/appinfo/info.xml
share/nextcloud/apps/admin_audit/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/admin_audit/composer/autoload.php
share/nextcloud/apps/admin_audit/composer/composer.json
share/nextcloud/apps/admin_audit/composer/composer/ClassLoader.php
share/nextcloud/apps/admin_audit/composer/composer/LICENSE
share/nextcloud/apps/admin_audit/composer/composer/autoload_classmap.php
share/nextcloud/apps/admin_audit/composer/composer/autoload_namespaces.php
share/nextcloud/apps/admin_audit/composer/composer/autoload_psr4.php
share/nextcloud/apps/admin_audit/composer/composer/autoload_real.php
share/nextcloud/apps/admin_audit/composer/composer/autoload_static.php
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/ar.js
share/nextcloud/apps/admin_audit/l10n/ar.json
share/nextcloud/apps/admin_audit/l10n/bg.js
share/nextcloud/apps/admin_audit/l10n/bg.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/ca.js
share/nextcloud/apps/admin_audit/l10n/ca.json
share/nextcloud/apps/admin_audit/l10n/cs.js
share/nextcloud/apps/admin_audit/l10n/cs.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/admin_audit/l10n/da.js
share/nextcloud/apps/admin_audit/l10n/da.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/de.js
share/nextcloud/apps/admin_audit/l10n/de.json
share/nextcloud/apps/admin_audit/l10n/de_DE.js
share/nextcloud/apps/admin_audit/l10n/de_DE.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/admin_audit/l10n/el.js
share/nextcloud/apps/admin_audit/l10n/el.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/admin_audit/l10n/en_GB.js
share/nextcloud/apps/admin_audit/l10n/en_GB.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/es.js
share/nextcloud/apps/admin_audit/l10n/es.json
share/nextcloud/apps/admin_audit/l10n/es_AR.js
share/nextcloud/apps/admin_audit/l10n/es_AR.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/admin_audit/l10n/es_CO.js
share/nextcloud/apps/admin_audit/l10n/es_CO.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/admin_audit/l10n/es_DO.js
share/nextcloud/apps/admin_audit/l10n/es_DO.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/eu.js
share/nextcloud/apps/admin_audit/l10n/eu.json
share/nextcloud/apps/admin_audit/l10n/fi.js
share/nextcloud/apps/admin_audit/l10n/fi.json
share/nextcloud/apps/admin_audit/l10n/fr.js
share/nextcloud/apps/admin_audit/l10n/fr.json
share/nextcloud/apps/admin_audit/l10n/gl.js
share/nextcloud/apps/admin_audit/l10n/gl.json
share/nextcloud/apps/admin_audit/l10n/he.js
share/nextcloud/apps/admin_audit/l10n/he.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/admin_audit/l10n/hr.js
share/nextcloud/apps/admin_audit/l10n/hr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/hu.js
share/nextcloud/apps/admin_audit/l10n/hu.json
share/nextcloud/apps/admin_audit/l10n/id.js
share/nextcloud/apps/admin_audit/l10n/id.json
share/nextcloud/apps/admin_audit/l10n/it.js
share/nextcloud/apps/admin_audit/l10n/it.json
share/nextcloud/apps/admin_audit/l10n/ja.js
share/nextcloud/apps/admin_audit/l10n/ja.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/admin_audit/l10n/ko.js
share/nextcloud/apps/admin_audit/l10n/ko.json
share/nextcloud/apps/admin_audit/l10n/lt_LT.js
share/nextcloud/apps/admin_audit/l10n/lt_LT.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/nb.js
share/nextcloud/apps/admin_audit/l10n/nb.json
share/nextcloud/apps/admin_audit/l10n/nl.js
share/nextcloud/apps/admin_audit/l10n/nl.json
share/nextcloud/apps/admin_audit/l10n/oc.js
share/nextcloud/apps/admin_audit/l10n/oc.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/pl.js
share/nextcloud/apps/admin_audit/l10n/pl.json
share/nextcloud/apps/admin_audit/l10n/pt_BR.js
share/nextcloud/apps/admin_audit/l10n/pt_BR.json
share/nextcloud/apps/admin_audit/l10n/ro.js
share/nextcloud/apps/admin_audit/l10n/ro.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/ru.js
share/nextcloud/apps/admin_audit/l10n/ru.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/admin_audit/l10n/sc.js
share/nextcloud/apps/admin_audit/l10n/sc.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/admin_audit/l10n/sk.js
share/nextcloud/apps/admin_audit/l10n/sk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/sl.js
share/nextcloud/apps/admin_audit/l10n/sl.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/admin_audit/l10n/sr.js
share/nextcloud/apps/admin_audit/l10n/sr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/admin_audit/l10n/sv.js
share/nextcloud/apps/admin_audit/l10n/sv.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/admin_audit/l10n/tr.js
share/nextcloud/apps/admin_audit/l10n/tr.json
share/nextcloud/apps/admin_audit/l10n/uk.js
share/nextcloud/apps/admin_audit/l10n/uk.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/admin_audit/l10n/vi.js
share/nextcloud/apps/admin_audit/l10n/vi.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/admin_audit/l10n/zh_CN.js
share/nextcloud/apps/admin_audit/l10n/zh_CN.json
share/nextcloud/apps/admin_audit/l10n/zh_HK.js
share/nextcloud/apps/admin_audit/l10n/zh_HK.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/admin_audit/l10n/zh_TW.js
share/nextcloud/apps/admin_audit/l10n/zh_TW.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/admin_audit/lib/Actions/Action.php
share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
share/nextcloud/apps/admin_audit/lib/Actions/Console.php
share/nextcloud/apps/admin_audit/lib/Actions/Files.php
share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/admin_audit/lib/Actions/Security.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/admin_audit/lib/Actions/Sharing.php
share/nextcloud/apps/admin_audit/lib/Actions/Trashbin.php
share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php
share/nextcloud/apps/admin_audit/lib/Actions/Versions.php
share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php
share/nextcloud/apps/cloud_federation_api/LICENSE
share/nextcloud/apps/cloud_federation_api/appinfo/info.xml
share/nextcloud/apps/cloud_federation_api/appinfo/routes.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/cloud_federation_api/appinfo/signature.json
share/nextcloud/apps/cloud_federation_api/composer/autoload.php
share/nextcloud/apps/cloud_federation_api/composer/composer.json
share/nextcloud/apps/cloud_federation_api/composer/composer/ClassLoader.php
share/nextcloud/apps/cloud_federation_api/composer/composer/LICENSE
share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_classmap.php
share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_namespaces.php
share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_psr4.php
share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_real.php
share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_static.php
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/ca.js
share/nextcloud/apps/cloud_federation_api/l10n/ca.json
share/nextcloud/apps/cloud_federation_api/l10n/cs.js
share/nextcloud/apps/cloud_federation_api/l10n/cs.json
share/nextcloud/apps/cloud_federation_api/l10n/de.js
share/nextcloud/apps/cloud_federation_api/l10n/de.json
share/nextcloud/apps/cloud_federation_api/l10n/de_DE.js
share/nextcloud/apps/cloud_federation_api/l10n/de_DE.json
share/nextcloud/apps/cloud_federation_api/l10n/el.js
share/nextcloud/apps/cloud_federation_api/l10n/el.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/en_GB.js
share/nextcloud/apps/cloud_federation_api/l10n/en_GB.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/es.js
share/nextcloud/apps/cloud_federation_api/l10n/es.json
share/nextcloud/apps/cloud_federation_api/l10n/eu.js
share/nextcloud/apps/cloud_federation_api/l10n/eu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/fr.js
share/nextcloud/apps/cloud_federation_api/l10n/fr.json
share/nextcloud/apps/cloud_federation_api/l10n/gl.js
share/nextcloud/apps/cloud_federation_api/l10n/gl.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/hr.js
share/nextcloud/apps/cloud_federation_api/l10n/hr.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/cloud_federation_api/l10n/hu.js
share/nextcloud/apps/cloud_federation_api/l10n/hu.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/is.js
share/nextcloud/apps/cloud_federation_api/l10n/is.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/it.js
share/nextcloud/apps/cloud_federation_api/l10n/it.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/mk.js
share/nextcloud/apps/cloud_federation_api/l10n/mk.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/nb.js
share/nextcloud/apps/cloud_federation_api/l10n/nb.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/nl.js
share/nextcloud/apps/cloud_federation_api/l10n/nl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/pl.js
share/nextcloud/apps/cloud_federation_api/l10n/pl.json
share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js
share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.json
share/nextcloud/apps/cloud_federation_api/l10n/ro.js
share/nextcloud/apps/cloud_federation_api/l10n/ro.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/ru.js
share/nextcloud/apps/cloud_federation_api/l10n/ru.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/sc.js
share/nextcloud/apps/cloud_federation_api/l10n/sc.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/sk.js
share/nextcloud/apps/cloud_federation_api/l10n/sk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/sl.js
share/nextcloud/apps/cloud_federation_api/l10n/sl.json
share/nextcloud/apps/cloud_federation_api/l10n/sr.js
share/nextcloud/apps/cloud_federation_api/l10n/sr.json
share/nextcloud/apps/cloud_federation_api/l10n/tr.js
share/nextcloud/apps/cloud_federation_api/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/cloud_federation_api/l10n/zh_CN.js
share/nextcloud/apps/cloud_federation_api/l10n/zh_CN.json
share/nextcloud/apps/cloud_federation_api/l10n/zh_HK.js
share/nextcloud/apps/cloud_federation_api/l10n/zh_HK.json
share/nextcloud/apps/cloud_federation_api/l10n/zh_TW.js
share/nextcloud/apps/cloud_federation_api/l10n/zh_TW.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/cloud_federation_api/lib/AppInfo/Application.php
share/nextcloud/apps/cloud_federation_api/lib/Capabilities.php
share/nextcloud/apps/cloud_federation_api/lib/Config.php
share/nextcloud/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/comments/.bowerrc
share/nextcloud/apps/comments/appinfo/info.xml
share/nextcloud/apps/comments/appinfo/routes.php
share/nextcloud/apps/comments/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/comments/composer/autoload.php
share/nextcloud/apps/comments/composer/composer.json
share/nextcloud/apps/comments/composer/composer/ClassLoader.php
share/nextcloud/apps/comments/composer/composer/LICENSE
share/nextcloud/apps/comments/composer/composer/autoload_classmap.php
share/nextcloud/apps/comments/composer/composer/autoload_namespaces.php
share/nextcloud/apps/comments/composer/composer/autoload_psr4.php
share/nextcloud/apps/comments/composer/composer/autoload_real.php
share/nextcloud/apps/comments/composer/composer/autoload_static.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/comments/img/comments-dark.svg
share/nextcloud/apps/comments/img/comments.svg
share/nextcloud/apps/comments/js/comments-app.js
share/nextcloud/apps/comments/js/comments-app.js.map
share/nextcloud/apps/comments/js/comments-tab.js
share/nextcloud/apps/comments/js/comments-tab.js.map
share/nextcloud/apps/comments/js/comments.js
share/nextcloud/apps/comments/js/comments.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/comments/l10n/af.js
share/nextcloud/apps/comments/l10n/af.json
share/nextcloud/apps/comments/l10n/af_ZA.js
share/nextcloud/apps/comments/l10n/af_ZA.json
share/nextcloud/apps/comments/l10n/ar.js
share/nextcloud/apps/comments/l10n/ar.json
share/nextcloud/apps/comments/l10n/ast.js
share/nextcloud/apps/comments/l10n/ast.json
share/nextcloud/apps/comments/l10n/az.js
share/nextcloud/apps/comments/l10n/az.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/bg.js
share/nextcloud/apps/comments/l10n/bg.json
share/nextcloud/apps/comments/l10n/bg_BG.js
share/nextcloud/apps/comments/l10n/bg_BG.json
share/nextcloud/apps/comments/l10n/bn_BD.js
share/nextcloud/apps/comments/l10n/bn_BD.json
share/nextcloud/apps/comments/l10n/bn_IN.js
share/nextcloud/apps/comments/l10n/bn_IN.json
share/nextcloud/apps/comments/l10n/bs.js
share/nextcloud/apps/comments/l10n/bs.json
share/nextcloud/apps/comments/l10n/ca.js
share/nextcloud/apps/comments/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/cs.js
share/nextcloud/apps/comments/l10n/cs.json
share/nextcloud/apps/comments/l10n/cs_CZ.js
share/nextcloud/apps/comments/l10n/cs_CZ.json
share/nextcloud/apps/comments/l10n/cy_GB.js
share/nextcloud/apps/comments/l10n/cy_GB.json
share/nextcloud/apps/comments/l10n/da.js
share/nextcloud/apps/comments/l10n/da.json
share/nextcloud/apps/comments/l10n/de.js
share/nextcloud/apps/comments/l10n/de.json
share/nextcloud/apps/comments/l10n/de_AT.js
share/nextcloud/apps/comments/l10n/de_AT.json
share/nextcloud/apps/comments/l10n/de_DE.js
share/nextcloud/apps/comments/l10n/de_DE.json
share/nextcloud/apps/comments/l10n/el.js
share/nextcloud/apps/comments/l10n/el.json
share/nextcloud/apps/comments/l10n/en_GB.js
share/nextcloud/apps/comments/l10n/en_GB.json
share/nextcloud/apps/comments/l10n/eo.js
share/nextcloud/apps/comments/l10n/eo.json
share/nextcloud/apps/comments/l10n/es.js
share/nextcloud/apps/comments/l10n/es.json
share/nextcloud/apps/comments/l10n/es_419.js
share/nextcloud/apps/comments/l10n/es_419.json
share/nextcloud/apps/comments/l10n/es_AR.js
share/nextcloud/apps/comments/l10n/es_AR.json
share/nextcloud/apps/comments/l10n/es_CL.js
share/nextcloud/apps/comments/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/comments/l10n/es_CO.js
share/nextcloud/apps/comments/l10n/es_CO.json
share/nextcloud/apps/comments/l10n/es_CR.js
share/nextcloud/apps/comments/l10n/es_CR.json
share/nextcloud/apps/comments/l10n/es_DO.js
share/nextcloud/apps/comments/l10n/es_DO.json
share/nextcloud/apps/comments/l10n/es_EC.js
share/nextcloud/apps/comments/l10n/es_EC.json
share/nextcloud/apps/comments/l10n/es_GT.js
share/nextcloud/apps/comments/l10n/es_GT.json
share/nextcloud/apps/comments/l10n/es_HN.js
share/nextcloud/apps/comments/l10n/es_HN.json
share/nextcloud/apps/comments/l10n/es_MX.js
share/nextcloud/apps/comments/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/comments/l10n/es_NI.js
share/nextcloud/apps/comments/l10n/es_NI.json
share/nextcloud/apps/comments/l10n/es_PA.js
share/nextcloud/apps/comments/l10n/es_PA.json
share/nextcloud/apps/comments/l10n/es_PE.js
share/nextcloud/apps/comments/l10n/es_PE.json
share/nextcloud/apps/comments/l10n/es_PR.js
share/nextcloud/apps/comments/l10n/es_PR.json
share/nextcloud/apps/comments/l10n/es_PY.js
share/nextcloud/apps/comments/l10n/es_PY.json
share/nextcloud/apps/comments/l10n/es_SV.js
share/nextcloud/apps/comments/l10n/es_SV.json
share/nextcloud/apps/comments/l10n/es_UY.js
share/nextcloud/apps/comments/l10n/es_UY.json
share/nextcloud/apps/comments/l10n/et_EE.js
share/nextcloud/apps/comments/l10n/et_EE.json
share/nextcloud/apps/comments/l10n/eu.js
share/nextcloud/apps/comments/l10n/eu.json
share/nextcloud/apps/comments/l10n/fa.js
share/nextcloud/apps/comments/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/fi.js
share/nextcloud/apps/comments/l10n/fi.json
share/nextcloud/apps/comments/l10n/fi_FI.js
share/nextcloud/apps/comments/l10n/fi_FI.json
share/nextcloud/apps/comments/l10n/fil.js
share/nextcloud/apps/comments/l10n/fil.json
share/nextcloud/apps/comments/l10n/fr.js
share/nextcloud/apps/comments/l10n/fr.json
share/nextcloud/apps/comments/l10n/gl.js
share/nextcloud/apps/comments/l10n/gl.json
share/nextcloud/apps/comments/l10n/he.js
share/nextcloud/apps/comments/l10n/he.json
share/nextcloud/apps/comments/l10n/hi.js
share/nextcloud/apps/comments/l10n/hi.json
share/nextcloud/apps/comments/l10n/hr.js
share/nextcloud/apps/comments/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/hu.js
share/nextcloud/apps/comments/l10n/hu.json
share/nextcloud/apps/comments/l10n/hu_HU.js
share/nextcloud/apps/comments/l10n/hu_HU.json
share/nextcloud/apps/comments/l10n/hy.js
share/nextcloud/apps/comments/l10n/hy.json
share/nextcloud/apps/comments/l10n/ia.js
share/nextcloud/apps/comments/l10n/ia.json
share/nextcloud/apps/comments/l10n/id.js
share/nextcloud/apps/comments/l10n/id.json
share/nextcloud/apps/comments/l10n/is.js
share/nextcloud/apps/comments/l10n/is.json
share/nextcloud/apps/comments/l10n/it.js
share/nextcloud/apps/comments/l10n/it.json
share/nextcloud/apps/comments/l10n/ja.js
share/nextcloud/apps/comments/l10n/ja.json
share/nextcloud/apps/comments/l10n/ka_GE.js
share/nextcloud/apps/comments/l10n/ka_GE.json
share/nextcloud/apps/comments/l10n/km.js
share/nextcloud/apps/comments/l10n/km.json
share/nextcloud/apps/comments/l10n/kn.js
share/nextcloud/apps/comments/l10n/kn.json
share/nextcloud/apps/comments/l10n/ko.js
share/nextcloud/apps/comments/l10n/ko.json
share/nextcloud/apps/comments/l10n/ku_IQ.js
share/nextcloud/apps/comments/l10n/ku_IQ.json
share/nextcloud/apps/comments/l10n/lb.js
share/nextcloud/apps/comments/l10n/lb.json
share/nextcloud/apps/comments/l10n/lt_LT.js
share/nextcloud/apps/comments/l10n/lt_LT.json
share/nextcloud/apps/comments/l10n/lv.js
share/nextcloud/apps/comments/l10n/lv.json
share/nextcloud/apps/comments/l10n/mk.js
share/nextcloud/apps/comments/l10n/mk.json
share/nextcloud/apps/comments/l10n/mn.js
share/nextcloud/apps/comments/l10n/mn.json
share/nextcloud/apps/comments/l10n/ms_MY.js
share/nextcloud/apps/comments/l10n/ms_MY.json
share/nextcloud/apps/comments/l10n/my_MM.js
share/nextcloud/apps/comments/l10n/my_MM.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/nb.js
share/nextcloud/apps/comments/l10n/nb.json
share/nextcloud/apps/comments/l10n/nb_NO.js
share/nextcloud/apps/comments/l10n/nb_NO.json
share/nextcloud/apps/comments/l10n/nds.js
share/nextcloud/apps/comments/l10n/nds.json
share/nextcloud/apps/comments/l10n/nl.js
share/nextcloud/apps/comments/l10n/nl.json
share/nextcloud/apps/comments/l10n/nn_NO.js
share/nextcloud/apps/comments/l10n/nn_NO.json
share/nextcloud/apps/comments/l10n/oc.js
share/nextcloud/apps/comments/l10n/oc.json
share/nextcloud/apps/comments/l10n/pa.js
share/nextcloud/apps/comments/l10n/pa.json
share/nextcloud/apps/comments/l10n/pl.js
share/nextcloud/apps/comments/l10n/pl.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/comments/l10n/ps.js
share/nextcloud/apps/comments/l10n/ps.json
share/nextcloud/apps/comments/l10n/pt_BR.js
share/nextcloud/apps/comments/l10n/pt_BR.json
share/nextcloud/apps/comments/l10n/pt_PT.js
share/nextcloud/apps/comments/l10n/pt_PT.json
share/nextcloud/apps/comments/l10n/ro.js
share/nextcloud/apps/comments/l10n/ro.json
share/nextcloud/apps/comments/l10n/ru.js
share/nextcloud/apps/comments/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/comments/l10n/sc.js
share/nextcloud/apps/comments/l10n/sc.json
share/nextcloud/apps/comments/l10n/si.js
share/nextcloud/apps/comments/l10n/si.json
share/nextcloud/apps/comments/l10n/si_LK.js
share/nextcloud/apps/comments/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/comments/l10n/sk.js
share/nextcloud/apps/comments/l10n/sk.json
share/nextcloud/apps/comments/l10n/sk_SK.js
share/nextcloud/apps/comments/l10n/sk_SK.json
share/nextcloud/apps/comments/l10n/sl.js
share/nextcloud/apps/comments/l10n/sl.json
share/nextcloud/apps/comments/l10n/sq.js
share/nextcloud/apps/comments/l10n/sq.json
share/nextcloud/apps/comments/l10n/sr.js
share/nextcloud/apps/comments/l10n/sr.json
share/nextcloud/apps/comments/l10n/sr@latin.js
share/nextcloud/apps/comments/l10n/sr@latin.json
share/nextcloud/apps/comments/l10n/sv.js
share/nextcloud/apps/comments/l10n/sv.json
share/nextcloud/apps/comments/l10n/ta_LK.js
share/nextcloud/apps/comments/l10n/ta_LK.json
share/nextcloud/apps/comments/l10n/te.js
share/nextcloud/apps/comments/l10n/te.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/comments/l10n/th.js
share/nextcloud/apps/comments/l10n/th.json
share/nextcloud/apps/comments/l10n/th_TH.js
share/nextcloud/apps/comments/l10n/th_TH.json
share/nextcloud/apps/comments/l10n/tr.js
share/nextcloud/apps/comments/l10n/tr.json
share/nextcloud/apps/comments/l10n/ug.js
share/nextcloud/apps/comments/l10n/ug.json
share/nextcloud/apps/comments/l10n/uk.js
share/nextcloud/apps/comments/l10n/uk.json
share/nextcloud/apps/comments/l10n/ur_PK.js
share/nextcloud/apps/comments/l10n/ur_PK.json
share/nextcloud/apps/comments/l10n/vi.js
share/nextcloud/apps/comments/l10n/vi.json
share/nextcloud/apps/comments/l10n/zh_CN.js
share/nextcloud/apps/comments/l10n/zh_CN.json
share/nextcloud/apps/comments/l10n/zh_HK.js
share/nextcloud/apps/comments/l10n/zh_HK.json
share/nextcloud/apps/comments/l10n/zh_TW.js
share/nextcloud/apps/comments/l10n/zh_TW.json
share/nextcloud/apps/comments/lib/Activity/Filter.php
share/nextcloud/apps/comments/lib/Activity/Listener.php
share/nextcloud/apps/comments/lib/Activity/Provider.php
share/nextcloud/apps/comments/lib/Activity/Setting.php
share/nextcloud/apps/comments/lib/AppInfo/Application.php
share/nextcloud/apps/comments/lib/Capabilities.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/comments/lib/Collaboration/CommentersSorter.php
share/nextcloud/apps/comments/lib/Controller/Notifications.php
share/nextcloud/apps/comments/lib/EventHandler.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/comments/lib/JSSettingsHelper.php
share/nextcloud/apps/comments/lib/Listener/CommentsEntityEventListener.php
share/nextcloud/apps/comments/lib/Listener/LoadAdditionalScripts.php
share/nextcloud/apps/comments/lib/Listener/LoadSidebarScripts.php
share/nextcloud/apps/comments/lib/Notification/Listener.php
share/nextcloud/apps/comments/lib/Notification/Notifier.php
share/nextcloud/apps/comments/lib/Search/CommentsSearchProvider.php
share/nextcloud/apps/comments/lib/Search/LegacyProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/comments/lib/Search/Result.php
share/nextcloud/apps/contactsinteraction/appinfo/info.xml
share/nextcloud/apps/contactsinteraction/appinfo/signature.json
share/nextcloud/apps/contactsinteraction/composer/autoload.php
share/nextcloud/apps/contactsinteraction/composer/composer.json
share/nextcloud/apps/contactsinteraction/composer/composer/ClassLoader.php
share/nextcloud/apps/contactsinteraction/composer/composer/LICENSE
share/nextcloud/apps/contactsinteraction/composer/composer/autoload_classmap.php
share/nextcloud/apps/contactsinteraction/composer/composer/autoload_namespaces.php
share/nextcloud/apps/contactsinteraction/composer/composer/autoload_psr4.php
share/nextcloud/apps/contactsinteraction/composer/composer/autoload_real.php
share/nextcloud/apps/contactsinteraction/composer/composer/autoload_static.php
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/ca.js
share/nextcloud/apps/contactsinteraction/l10n/ca.json
share/nextcloud/apps/contactsinteraction/l10n/cs.js
share/nextcloud/apps/contactsinteraction/l10n/cs.json
share/nextcloud/apps/contactsinteraction/l10n/de.js
share/nextcloud/apps/contactsinteraction/l10n/de.json
share/nextcloud/apps/contactsinteraction/l10n/de_DE.js
share/nextcloud/apps/contactsinteraction/l10n/de_DE.json
share/nextcloud/apps/contactsinteraction/l10n/el.js
share/nextcloud/apps/contactsinteraction/l10n/el.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/contactsinteraction/l10n/en_GB.js
share/nextcloud/apps/contactsinteraction/l10n/en_GB.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/es.js
share/nextcloud/apps/contactsinteraction/l10n/es.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/contactsinteraction/l10n/eu.js
share/nextcloud/apps/contactsinteraction/l10n/eu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/fi.js
share/nextcloud/apps/contactsinteraction/l10n/fi.json
share/nextcloud/apps/contactsinteraction/l10n/fr.js
share/nextcloud/apps/contactsinteraction/l10n/fr.json
share/nextcloud/apps/contactsinteraction/l10n/gl.js
share/nextcloud/apps/contactsinteraction/l10n/gl.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/contactsinteraction/l10n/he.js
share/nextcloud/apps/contactsinteraction/l10n/he.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/contactsinteraction/l10n/hr.js
share/nextcloud/apps/contactsinteraction/l10n/hr.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/contactsinteraction/l10n/hu.js
share/nextcloud/apps/contactsinteraction/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/it.js
share/nextcloud/apps/contactsinteraction/l10n/it.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/contactsinteraction/l10n/mk.js
share/nextcloud/apps/contactsinteraction/l10n/mk.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/contactsinteraction/l10n/nl.js
share/nextcloud/apps/contactsinteraction/l10n/nl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/pl.js
share/nextcloud/apps/contactsinteraction/l10n/pl.json
share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js
share/nextcloud/apps/contactsinteraction/l10n/pt_BR.json
share/nextcloud/apps/contactsinteraction/l10n/ro.js
share/nextcloud/apps/contactsinteraction/l10n/ro.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/contactsinteraction/l10n/ru.js
share/nextcloud/apps/contactsinteraction/l10n/ru.json
share/nextcloud/apps/contactsinteraction/l10n/sc.js
share/nextcloud/apps/contactsinteraction/l10n/sc.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/contactsinteraction/l10n/sk.js
share/nextcloud/apps/contactsinteraction/l10n/sk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/contactsinteraction/l10n/sl.js
share/nextcloud/apps/contactsinteraction/l10n/sl.json
share/nextcloud/apps/contactsinteraction/l10n/tr.js
share/nextcloud/apps/contactsinteraction/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js
share/nextcloud/apps/contactsinteraction/l10n/zh_CN.json
share/nextcloud/apps/contactsinteraction/l10n/zh_HK.js
share/nextcloud/apps/contactsinteraction/l10n/zh_HK.json
share/nextcloud/apps/contactsinteraction/l10n/zh_TW.js
share/nextcloud/apps/contactsinteraction/l10n/zh_TW.json
share/nextcloud/apps/contactsinteraction/lib/AddressBook.php
share/nextcloud/apps/contactsinteraction/lib/AddressBookProvider.php
share/nextcloud/apps/contactsinteraction/lib/AppInfo/Application.php
share/nextcloud/apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php
share/nextcloud/apps/contactsinteraction/lib/Card.php
share/nextcloud/apps/contactsinteraction/lib/Db/CardSearchDao.php
share/nextcloud/apps/contactsinteraction/lib/Db/RecentContact.php
share/nextcloud/apps/contactsinteraction/lib/Db/RecentContactMapper.php
share/nextcloud/apps/contactsinteraction/lib/Listeners/ContactInteractionListener.php
share/nextcloud/apps/contactsinteraction/lib/Migration/Version010000Date20200304152605.php
share/nextcloud/apps/dashboard/appinfo/info.xml
share/nextcloud/apps/dashboard/appinfo/routes.php
share/nextcloud/apps/dashboard/appinfo/signature.json
share/nextcloud/apps/dashboard/css/dashboard.scss
share/nextcloud/apps/dashboard/img/anatoly-mikhaltsov-butterfly-wing-scale.jpg
share/nextcloud/apps/dashboard/img/bernard-spragg-new-zealand-fern.jpg
share/nextcloud/apps/dashboard/img/bernie-cetonia-aurata-take-off-composition.jpg
share/nextcloud/apps/dashboard/img/dashboard.svg
share/nextcloud/apps/dashboard/img/dejan-krsmanovic-ribbed-red-metal.jpg
share/nextcloud/apps/dashboard/img/eduardo-neves-pedra-azul.jpg
share/nextcloud/apps/dashboard/img/european-space-agency-barents-bloom.jpg
share/nextcloud/apps/dashboard/img/hannes-fritz-flippity-floppity.jpg
share/nextcloud/apps/dashboard/img/hannes-fritz-roulette.jpg
share/nextcloud/apps/dashboard/img/hannes-fritz-sea-spray.jpg
share/nextcloud/apps/dashboard/img/kamil-porembinski-clouds.jpg
share/nextcloud/apps/dashboard/img/lali-masriera-yellow-bricks.jpg
share/nextcloud/apps/dashboard/img/nasa-waxing-crescent-moon.jpg
share/nextcloud/apps/dashboard/img/previews/anatoly-mikhaltsov-butterfly-wing-scale.jpg
share/nextcloud/apps/dashboard/img/previews/bernard-spragg-new-zealand-fern.jpg
share/nextcloud/apps/dashboard/img/previews/bernie-cetonia-aurata-take-off-composition.jpg
share/nextcloud/apps/dashboard/img/previews/dejan-krsmanovic-ribbed-red-metal.jpg
share/nextcloud/apps/dashboard/img/previews/eduardo-neves-pedra-azul.jpg
share/nextcloud/apps/dashboard/img/previews/european-space-agency-barents-bloom.jpg
share/nextcloud/apps/dashboard/img/previews/hannes-fritz-flippity-floppity.jpg
share/nextcloud/apps/dashboard/img/previews/hannes-fritz-roulette.jpg
share/nextcloud/apps/dashboard/img/previews/hannes-fritz-sea-spray.jpg
share/nextcloud/apps/dashboard/img/previews/kamil-porembinski-clouds.jpg
share/nextcloud/apps/dashboard/img/previews/lali-masriera-yellow-bricks.jpg
share/nextcloud/apps/dashboard/img/previews/nasa-waxing-crescent-moon.jpg
share/nextcloud/apps/dashboard/img/previews/rawpixel-pink-tapioca-bubbles.jpg
share/nextcloud/apps/dashboard/img/previews/tommy-chau-already.jpg
share/nextcloud/apps/dashboard/img/previews/tommy-chau-lion-rock-hill.jpg
share/nextcloud/apps/dashboard/img/rawpixel-pink-tapioca-bubbles.jpg
share/nextcloud/apps/dashboard/img/tommy-chau-already.jpg
share/nextcloud/apps/dashboard/img/tommy-chau-lion-rock-hill.jpg
share/nextcloud/apps/dashboard/js/dashboard.js
share/nextcloud/apps/dashboard/js/dashboard.js.map
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dashboard/l10n/ar.js
share/nextcloud/apps/dashboard/l10n/ar.json
share/nextcloud/apps/dashboard/l10n/bg.js
share/nextcloud/apps/dashboard/l10n/bg.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/ca.js
share/nextcloud/apps/dashboard/l10n/ca.json
share/nextcloud/apps/dashboard/l10n/cs.js
share/nextcloud/apps/dashboard/l10n/cs.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/dashboard/l10n/da.js
share/nextcloud/apps/dashboard/l10n/da.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/de.js
share/nextcloud/apps/dashboard/l10n/de.json
share/nextcloud/apps/dashboard/l10n/de_DE.js
share/nextcloud/apps/dashboard/l10n/de_DE.json
share/nextcloud/apps/dashboard/l10n/el.js
share/nextcloud/apps/dashboard/l10n/el.json
share/nextcloud/apps/dashboard/l10n/es.js
share/nextcloud/apps/dashboard/l10n/es.json
share/nextcloud/apps/dashboard/l10n/eu.js
share/nextcloud/apps/dashboard/l10n/eu.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dashboard/l10n/fa.js
share/nextcloud/apps/dashboard/l10n/fa.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/fi.js
share/nextcloud/apps/dashboard/l10n/fi.json
share/nextcloud/apps/dashboard/l10n/fr.js
share/nextcloud/apps/dashboard/l10n/fr.json
share/nextcloud/apps/dashboard/l10n/gl.js
share/nextcloud/apps/dashboard/l10n/gl.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/dashboard/l10n/he.js
share/nextcloud/apps/dashboard/l10n/he.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dashboard/l10n/hr.js
share/nextcloud/apps/dashboard/l10n/hr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/hu.js
share/nextcloud/apps/dashboard/l10n/hu.json
share/nextcloud/apps/dashboard/l10n/it.js
share/nextcloud/apps/dashboard/l10n/it.json
share/nextcloud/apps/dashboard/l10n/ja.js
share/nextcloud/apps/dashboard/l10n/ja.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/dashboard/l10n/ka_GE.js
share/nextcloud/apps/dashboard/l10n/ka_GE.json
share/nextcloud/apps/dashboard/l10n/ko.js
share/nextcloud/apps/dashboard/l10n/ko.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/lt_LT.js
share/nextcloud/apps/dashboard/l10n/lt_LT.json
share/nextcloud/apps/dashboard/l10n/mk.js
share/nextcloud/apps/dashboard/l10n/mk.json
share/nextcloud/apps/dashboard/l10n/nl.js
share/nextcloud/apps/dashboard/l10n/nl.json
share/nextcloud/apps/dashboard/l10n/oc.js
share/nextcloud/apps/dashboard/l10n/oc.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/pl.js
share/nextcloud/apps/dashboard/l10n/pl.json
share/nextcloud/apps/dashboard/l10n/pt_BR.js
share/nextcloud/apps/dashboard/l10n/pt_BR.json
share/nextcloud/apps/dashboard/l10n/pt_PT.js
share/nextcloud/apps/dashboard/l10n/pt_PT.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dashboard/l10n/ru.js
share/nextcloud/apps/dashboard/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/dashboard/l10n/sc.js
share/nextcloud/apps/dashboard/l10n/sc.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/sk.js
share/nextcloud/apps/dashboard/l10n/sk.json
share/nextcloud/apps/dashboard/l10n/sl.js
share/nextcloud/apps/dashboard/l10n/sl.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dashboard/l10n/sv.js
share/nextcloud/apps/dashboard/l10n/sv.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/dashboard/l10n/th.js
share/nextcloud/apps/dashboard/l10n/th.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/dashboard/l10n/tr.js
share/nextcloud/apps/dashboard/l10n/tr.json
share/nextcloud/apps/dashboard/l10n/zh_CN.js
share/nextcloud/apps/dashboard/l10n/zh_CN.json
share/nextcloud/apps/dashboard/l10n/zh_HK.js
share/nextcloud/apps/dashboard/l10n/zh_HK.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/dashboard/l10n/zh_TW.js
share/nextcloud/apps/dashboard/l10n/zh_TW.json
share/nextcloud/apps/dashboard/lib/Controller/DashboardController.php
share/nextcloud/apps/dashboard/lib/Controller/LayoutApiController.php
share/nextcloud/apps/dashboard/lib/Service/BackgroundService.php
share/nextcloud/apps/dashboard/templates/index.php
share/nextcloud/apps/dav/appinfo/info.xml
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/appinfo/routes.php
share/nextcloud/apps/dav/appinfo/signature.json
share/nextcloud/apps/dav/appinfo/v1/caldav.php
share/nextcloud/apps/dav/appinfo/v1/carddav.php
share/nextcloud/apps/dav/appinfo/v1/publicwebdav.php
share/nextcloud/apps/dav/appinfo/v1/webdav.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/appinfo/v2/direct.php
share/nextcloud/apps/dav/appinfo/v2/remote.php
share/nextcloud/apps/dav/bin/chunkperf.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/composer/autoload.php
share/nextcloud/apps/dav/composer/composer.json
share/nextcloud/apps/dav/composer/composer/ClassLoader.php
share/nextcloud/apps/dav/composer/composer/LICENSE
share/nextcloud/apps/dav/composer/composer/autoload_classmap.php
share/nextcloud/apps/dav/composer/composer/autoload_namespaces.php
share/nextcloud/apps/dav/composer/composer/autoload_psr4.php
share/nextcloud/apps/dav/composer/composer/autoload_real.php
share/nextcloud/apps/dav/composer/composer/autoload_static.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/css/schedule-response.css
share/nextcloud/apps/dav/js/schedule-response.js
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/js/settings-admin-caldav.js
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/bg.js
share/nextcloud/apps/dav/l10n/bg.json
share/nextcloud/apps/dav/l10n/bg_BG.js
share/nextcloud/apps/dav/l10n/bg_BG.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/ca.js
share/nextcloud/apps/dav/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/cs.js
share/nextcloud/apps/dav/l10n/cs.json
share/nextcloud/apps/dav/l10n/cs_CZ.js
share/nextcloud/apps/dav/l10n/cs_CZ.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/dav/l10n/da.js
share/nextcloud/apps/dav/l10n/da.json
share/nextcloud/apps/dav/l10n/de.js
share/nextcloud/apps/dav/l10n/de.json
share/nextcloud/apps/dav/l10n/de_DE.js
share/nextcloud/apps/dav/l10n/de_DE.json
share/nextcloud/apps/dav/l10n/el.js
share/nextcloud/apps/dav/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/dav/l10n/en_GB.js
share/nextcloud/apps/dav/l10n/en_GB.json
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/apps/dav/l10n/eo.js
share/nextcloud/apps/dav/l10n/eo.json
share/nextcloud/apps/dav/l10n/es.js
share/nextcloud/apps/dav/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/l10n/es_419.js
share/nextcloud/apps/dav/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/dav/l10n/es_AR.js
share/nextcloud/apps/dav/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/es_CL.js
share/nextcloud/apps/dav/l10n/es_CL.json
share/nextcloud/apps/dav/l10n/es_CO.js
share/nextcloud/apps/dav/l10n/es_CO.json
share/nextcloud/apps/dav/l10n/es_CR.js
share/nextcloud/apps/dav/l10n/es_CR.json
share/nextcloud/apps/dav/l10n/es_DO.js
share/nextcloud/apps/dav/l10n/es_DO.json
share/nextcloud/apps/dav/l10n/es_EC.js
share/nextcloud/apps/dav/l10n/es_EC.json
share/nextcloud/apps/dav/l10n/es_GT.js
share/nextcloud/apps/dav/l10n/es_GT.json
share/nextcloud/apps/dav/l10n/es_HN.js
share/nextcloud/apps/dav/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/es_MX.js
share/nextcloud/apps/dav/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/es_NI.js
share/nextcloud/apps/dav/l10n/es_NI.json
share/nextcloud/apps/dav/l10n/es_PA.js
share/nextcloud/apps/dav/l10n/es_PA.json
share/nextcloud/apps/dav/l10n/es_PE.js
share/nextcloud/apps/dav/l10n/es_PE.json
share/nextcloud/apps/dav/l10n/es_PR.js
share/nextcloud/apps/dav/l10n/es_PR.json
share/nextcloud/apps/dav/l10n/es_PY.js
share/nextcloud/apps/dav/l10n/es_PY.json
share/nextcloud/apps/dav/l10n/es_SV.js
share/nextcloud/apps/dav/l10n/es_SV.json
share/nextcloud/apps/dav/l10n/es_UY.js
share/nextcloud/apps/dav/l10n/es_UY.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/l10n/et_EE.js
share/nextcloud/apps/dav/l10n/et_EE.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/eu.js
share/nextcloud/apps/dav/l10n/eu.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/fi.js
share/nextcloud/apps/dav/l10n/fi.json
share/nextcloud/apps/dav/l10n/fi_FI.js
share/nextcloud/apps/dav/l10n/fi_FI.json
share/nextcloud/apps/dav/l10n/fr.js
share/nextcloud/apps/dav/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/dav/l10n/gl.js
share/nextcloud/apps/dav/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/dav/l10n/he.js
share/nextcloud/apps/dav/l10n/he.json
share/nextcloud/apps/dav/l10n/hr.js
share/nextcloud/apps/dav/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/hu.js
share/nextcloud/apps/dav/l10n/hu.json
share/nextcloud/apps/dav/l10n/hu_HU.js
share/nextcloud/apps/dav/l10n/hu_HU.json
share/nextcloud/apps/dav/l10n/id.js
share/nextcloud/apps/dav/l10n/id.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/is.js
share/nextcloud/apps/dav/l10n/is.json
share/nextcloud/apps/dav/l10n/it.js
share/nextcloud/apps/dav/l10n/it.json
share/nextcloud/apps/dav/l10n/ja.js
share/nextcloud/apps/dav/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/ka_GE.js
share/nextcloud/apps/dav/l10n/ka_GE.json
share/nextcloud/apps/dav/l10n/ko.js
share/nextcloud/apps/dav/l10n/ko.json
share/nextcloud/apps/dav/l10n/lt_LT.js
share/nextcloud/apps/dav/l10n/lt_LT.json
share/nextcloud/apps/dav/l10n/lv.js
share/nextcloud/apps/dav/l10n/lv.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/dav/l10n/mk.js
share/nextcloud/apps/dav/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/nb.js
share/nextcloud/apps/dav/l10n/nb.json
share/nextcloud/apps/dav/l10n/nb_NO.js
share/nextcloud/apps/dav/l10n/nb_NO.json
share/nextcloud/apps/dav/l10n/nl.js
share/nextcloud/apps/dav/l10n/nl.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/dav/l10n/nn_NO.js
share/nextcloud/apps/dav/l10n/nn_NO.json
share/nextcloud/apps/dav/l10n/pl.js
share/nextcloud/apps/dav/l10n/pl.json
share/nextcloud/apps/dav/l10n/pt_BR.js
share/nextcloud/apps/dav/l10n/pt_BR.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/ro.js
share/nextcloud/apps/dav/l10n/ro.json
share/nextcloud/apps/dav/l10n/ru.js
share/nextcloud/apps/dav/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/dav/l10n/sc.js
share/nextcloud/apps/dav/l10n/sc.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/sk.js
share/nextcloud/apps/dav/l10n/sk.json
share/nextcloud/apps/dav/l10n/sl.js
share/nextcloud/apps/dav/l10n/sl.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/dav/l10n/sq.js
share/nextcloud/apps/dav/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/dav/l10n/sr.js
share/nextcloud/apps/dav/l10n/sr.json
share/nextcloud/apps/dav/l10n/sv.js
share/nextcloud/apps/dav/l10n/sv.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/tr.js
share/nextcloud/apps/dav/l10n/tr.json
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/dav/l10n/uk.js
share/nextcloud/apps/dav/l10n/uk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/l10n/zh_CN.js
share/nextcloud/apps/dav/l10n/zh_CN.json
share/nextcloud/apps/dav/l10n/zh_HK.js
share/nextcloud/apps/dav/l10n/zh_HK.json
share/nextcloud/apps/dav/l10n/zh_TW.js
share/nextcloud/apps/dav/l10n/zh_TW.json
share/nextcloud/apps/dav/lib/AppInfo/Application.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/AppInfo/PluginManager.php
share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php
share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php
share/nextcloud/apps/dav/lib/Avatars/RootCollection.php
share/nextcloud/apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/BackgroundJob/RefreshWebcalJob.php
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php
share/nextcloud/apps/dav/lib/BackgroundJob/UploadCleanup.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Base.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Event.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Todo.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Event.php
share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
share/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/CalDAV/CachedSubscription.php
share/nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php
share/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
share/nextcloud/apps/dav/lib/CalDAV/Calendar.php
share/nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/CalDAV/CalendarImpl.php
share/nextcloud/apps/dav/lib/CalDAV/CalendarManager.php
share/nextcloud/apps/dav/lib/CalDAV/CalendarObject.php
share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php
share/nextcloud/apps/dav/lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php
share/nextcloud/apps/dav/lib/CalDAV/Integration/ExternalCalendar.php
share/nextcloud/apps/dav/lib/CalDAV/Integration/ICalendarProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
Update to 14.0.4 Changelog: Changes Allow overwrite.cli.url without trailing slash (server#11772) Remove duplicate call to decodeURIComponent (server#11781) Check for empty string (server#11783) Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) Always query the lookup server in a global scale setup (server#11800) Fix a case where "password_by_talk" was not a boolean (server#11851) Add .l10nignore files for compiled assets (server#11925) Properly escape column name in "createFunction" call (server#11929) Allow userId to be null (server#11939) Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) Do not emit preHooks twice on non-part-storage (server#11961) Filter null values for UserManager::getByEmail (server#11976) Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) Lazy open first source stream in assemblystream (server#11994) Fix opening a section again in the Files app (server#11995) Remove cookies from Clear-Site-Data Header (server#12005) Forwarded ExpiredTokenException (server#12032) Allow chunked uploads even if your quota is not sufficient (server#12040) Improve encrypt all / decrypt all (server#12045) Double check for failed cache with a shared storage (server#12108) Implement the size of an assembly stream (server#12111) Bring the browser window of an actor to the foreground when acting as him (server#12120) Move acceptance tests that crash the PHP built-in server to Apache (server#12121) Remove unneeded empty search attribute values, fixes #12086 (server#12122) Fixes wrong variable usage (server#12137) LDAP: announce display name changes so that addressbook picks it up (server#12141) Bruteforce protection handling in combination with (server#12160) Add global site selector as user back-end which doesn't support password confirmation (server#12184) Do not set indeterminate state for file shares (server#12187) Revert "Wait for cron to finish before running upgrade command" (server#12197) Fix bug #12151: fix list formatting by correcting malformed html (server#12202) A folder should get a folder mimetype (server#12297) Use the proper server for the apptoken flow login (server#12299) Do not log FileLock as exception (server#12300) Set the filemodel before rending the detailsview (server#12301) Disabled ldap fix (server#12331) Fix - Add to favorites not working in IE11 (server#12339) Remove arrow function for ie compatibility (server#12341) Fix default types of activity event member variables (server#12353) Suppress wrong audit log messages about failed login attempts (server#12372) Add fix for IE11 flexbox height bug (server#12374) Properly search the root of a shared external storage (server#12375) Fix app update available check (server#12412) Use nextcloud-password-confirmation (server#12416) Fix IE rule for min width (server#12431) Added cache override to ensure an always up-to-date accessibility css (server#12432) Unique contraint and deadlock fixes for filecache and file_locks (server#12433) Fix app menu calculation for random size of the right header (server#12440) Fix missing quickaccess favorite folder on add (server#12441) Fixes dav share issue with owner (server#12459) Fix wrong share popover opening on share link (server#12482) Only use width and opacity for transition (server#12492) Forward object not found error in swift as dav 404 (server#12502) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) Remove unused svg api route (server#12542) Bearer tokens are app token (server#12545) Handle permission in update of share better (server#12561) Correctly restrict affected users when using command to send emails (activity#312) Improve code blocks in markdown rendering (files_texteditor#121) Properly escape column name in "createFunction" call (survey_client#85)
2018-12-01 10:53:27 +01:00
share/nextcloud/apps/dav/lib/CalDAV/Outbox.php
share/nextcloud/apps/dav/lib/CalDAV/Plugin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/CalDAV/Principal/Collection.php
share/nextcloud/apps/dav/lib/CalDAV/Principal/User.php
share/nextcloud/apps/dav/lib/CalDAV/Proxy/Proxy.php
share/nextcloud/apps/dav/lib/CalDAV/Proxy/ProxyMapper.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/lib/CalDAV/PublicCalendar.php
share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarObject.php
share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php
share/nextcloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
share/nextcloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/Backend.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/AudioProvider.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/Notifier.php
share/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php
share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php
share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php
share/nextcloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
share/nextcloud/apps/dav/lib/CalDAV/Schedule/Plugin.php
share/nextcloud/apps/dav/lib/CalDAV/Search/SearchPlugin.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php
php-nextcloud: Update to 18.0.2 Changelog: 18.0.2 Changes [stable18] disable timeout on app install via cli (server#19439) [stable18] Show proper file name when fetching details fails (server#19441) [stable18] Don't create invalid users (server#19451) [stable18] when we receive intentional empty whats new info, do not try to show it (server#19470) [stable18] Reduce flow logging at INFO level, move to DEBUG (server#19481) [stable18] Continue with next foreach iteration (server#19516) [stable18] Allow to overwrite the path on the cache event (server#19522) [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently (server#19573) [stable18] Make sure the secondary view registered for systemtags has an id (server#19574) [stable18] Strip of users home path from share api message (server#19591) [stable18] FIx logging in accessibility controller (server#19607) [stable18] Change the route generation of AuthPublicShareController.php (server#19610) Replace tab character with space (server#19612) [stable18] remove noise from detectUuid and cache results (server#19624) [stable18] Make sure that the transfer details are present in the database during the cron run (server#19628) [stable18] Fix hover state color of drag-n-drop with theming and dark mode (server#19630) [stable18] Correctly trim long cyrillic note (server#19636) [stable18] Hash event UID to make sure it's not too long for PushProvider notifications (server#19639) [stable18] Theme search results (server#19690) [stable18] Also cache avatars when it's not allowed (server#19696) [stable18] Revive the "send email to new users" toggle for the user form (server#19702) [stable18] Fix non-centered no javascript message (server#19715) [stable18] Allow single file downloads so the video player works again (server#19729) [stable18] Add message for DoesNotExistException (server#19744) Fetch translate for Tags from files app (server#19762) [stable18] Various user settings fixes (server#19767) [stable18] Do not allow transfer ownership when the user isn't the owner (server#19773) [stable18] Introduce a default refresh rate app setting for calendar subscriptions (server#19784) [stable18] Fix regex for office documents (server#19800) [stable18] Fix filename and popover menu misalignment (server#19802) [stable18] Fix avatar in file list for users with an @ in the uid (server#19803) [stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo… (server#19824) [stable18] Prevent self-xss via invalid mysql user name on install screen (server#19830) [stable18] Correctly set up Application class (activity#430) [stable18] Chunk deleting of rows from the activity table (activity#435) [stable18] Fix 18 public folder (files_videoplayer#153) [stable18] Move to github actions (files_videoplayer#156) [stable18] Fix push notifications for multibyte notifications (notifications#576) [stable18] Prevent delete for impersonated users (notifications#582) [stable18] Delete unknown devices (notifications#583) [stable18] Fix long message (notifications#584) [stable18] ignore unavailable storages while scanning for albums (photos#211) [stable18] Don't flatten out albums (photos#213) [stable18] Avoid line breaks after long device names in "df" command (serverinfo#177) [stable18] Do not print errors if time server config is not available (serverinfo#178) [stable18] Change sidebar file while changing file in slideshow (viewer#405) 18.0.1 Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-03-23 13:10:18 +01:00
share/nextcloud/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
share/nextcloud/apps/dav/lib/Capabilities.php
share/nextcloud/apps/dav/lib/CardDAV/AddressBook.php
share/nextcloud/apps/dav/lib/CardDAV/AddressBookImpl.php
share/nextcloud/apps/dav/lib/CardDAV/AddressBookRoot.php
share/nextcloud/apps/dav/lib/CardDAV/CardDavBackend.php
share/nextcloud/apps/dav/lib/CardDAV/ContactsManager.php
share/nextcloud/apps/dav/lib/CardDAV/Converter.php
share/nextcloud/apps/dav/lib/CardDAV/HasPhotoPlugin.php
share/nextcloud/apps/dav/lib/CardDAV/ImageExportPlugin.php
share/nextcloud/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php
share/nextcloud/apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php
share/nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
share/nextcloud/apps/dav/lib/CardDAV/Plugin.php
share/nextcloud/apps/dav/lib/CardDAV/SyncService.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/CardDAV/SystemAddressbook.php
share/nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php
share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php
share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php
share/nextcloud/apps/dav/lib/Command/CreateCalendar.php
share/nextcloud/apps/dav/lib/Command/ListCalendars.php
share/nextcloud/apps/dav/lib/Command/MoveCalendar.php
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
share/nextcloud/apps/dav/lib/Command/SendEventReminders.php
share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php
share/nextcloud/apps/dav/lib/Comments/CommentNode.php
share/nextcloud/apps/dav/lib/Comments/CommentsPlugin.php
share/nextcloud/apps/dav/lib/Comments/EntityCollection.php
share/nextcloud/apps/dav/lib/Comments/EntityTypeCollection.php
share/nextcloud/apps/dav/lib/Comments/RootCollection.php
share/nextcloud/apps/dav/lib/Connector/LegacyDAVACL.php
share/nextcloud/apps/dav/lib/Connector/PublicAuth.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php
share/nextcloud/apps/dav/lib/Connector/Sabre/BearerAuth.php
share/nextcloud/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/Connector/Sabre/CachingTree.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ChecksumList.php
share/nextcloud/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php
share/nextcloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/File.php
share/nextcloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/LockPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php
share/nextcloud/apps/dav/lib/Connector/Sabre/PropfindCompressionPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/Server.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php
share/nextcloud/apps/dav/lib/Connector/Sabre/ShareeList.php
share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php
share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/Controller/BirthdayCalendarController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/Controller/DirectController.php
share/nextcloud/apps/dav/lib/Controller/InvitationResponseController.php
share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php
share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
share/nextcloud/apps/dav/lib/DAV/PublicAuth.php
share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php
share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php
share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php
share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php
share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php
share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/Db/Direct.php
share/nextcloud/apps/dav/lib/Db/DirectMapper.php
share/nextcloud/apps/dav/lib/Direct/DirectFile.php
share/nextcloud/apps/dav/lib/Direct/DirectHome.php
share/nextcloud/apps/dav/lib/Direct/Server.php
share/nextcloud/apps/dav/lib/Direct/ServerFactory.php
share/nextcloud/apps/dav/lib/Events/AddressBookCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/AddressBookDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/AddressBookShareUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/AddressBookUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/CachedCalendarObjectCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/CachedCalendarObjectDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/CachedCalendarObjectUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarObjectCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarObjectDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarObjectUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarPublishedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarShareUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarUnpublishedEvent.php
share/nextcloud/apps/dav/lib/Events/CalendarUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/CardCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/CardDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/CardUpdatedEvent.php
share/nextcloud/apps/dav/lib/Events/SabrePluginAuthInitEvent.php
share/nextcloud/apps/dav/lib/Events/SubscriptionCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/SubscriptionDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/SubscriptionUpdatedEvent.php
share/nextcloud/apps/dav/lib/Exception/UnsupportedLimitOnInitialSyncException.php
share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
share/nextcloud/apps/dav/lib/Files/FileSearchBackend.php
share/nextcloud/apps/dav/lib/Files/FilesHome.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/Files/LazySearchBackend.php
share/nextcloud/apps/dav/lib/Files/RootCollection.php
share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php
share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
share/nextcloud/apps/dav/lib/HookManager.php
share/nextcloud/apps/dav/lib/Listener/CalendarContactInteractionListener.php
share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php
share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
share/nextcloud/apps/dav/lib/Migration/BuildSocialSearchIndex.php
share/nextcloud/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
share/nextcloud/apps/dav/lib/Migration/ChunkCleanup.php
share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
share/nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
share/nextcloud/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/dav/lib/Migration/RemoveClassifiedEventActivity.php
share/nextcloud/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170825134824.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170919104507.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170924124212.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170926103422.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/lib/Migration/Version1005Date20180413093149.php
share/nextcloud/apps/dav/lib/Migration/Version1005Date20180530124431.php
share/nextcloud/apps/dav/lib/Migration/Version1006Date20180619154313.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/dav/lib/Migration/Version1006Date20180628111625.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181030113700.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104826.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104833.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105110300.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105112049.php
share/nextcloud/apps/dav/lib/Migration/Version1008Date20181114084440.php
share/nextcloud/apps/dav/lib/Migration/Version1011Date20190725113607.php
share/nextcloud/apps/dav/lib/Migration/Version1011Date20190806104428.php
share/nextcloud/apps/dav/lib/Migration/Version1012Date20190808122342.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/dav/lib/Migration/Version1016Date20201109085907.php
share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php
share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
share/nextcloud/apps/dav/lib/RootCollection.php
share/nextcloud/apps/dav/lib/Search/ACalendarSearchProvider.php
share/nextcloud/apps/dav/lib/Search/ContactsSearchProvider.php
share/nextcloud/apps/dav/lib/Search/EventsSearchProvider.php
share/nextcloud/apps/dav/lib/Search/TasksSearchProvider.php
share/nextcloud/apps/dav/lib/Server.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/Settings/CalDAVSettings.php
share/nextcloud/apps/dav/lib/Storage/PublicOwnerWrapper.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
share/nextcloud/apps/dav/lib/Traits/PrincipalProxyTrait.php
share/nextcloud/apps/dav/lib/Upload/AssemblyStream.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/lib/Upload/ChunkingPlugin.php
share/nextcloud/apps/dav/lib/Upload/CleanupService.php
share/nextcloud/apps/dav/lib/Upload/FutureFile.php
share/nextcloud/apps/dav/lib/Upload/RootCollection.php
share/nextcloud/apps/dav/lib/Upload/UploadFile.php
share/nextcloud/apps/dav/lib/Upload/UploadFolder.php
share/nextcloud/apps/dav/lib/Upload/UploadHome.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/dav/templates/schedule-response-error.php
share/nextcloud/apps/dav/templates/schedule-response-options.php
share/nextcloud/apps/dav/templates/schedule-response-success.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/dav/templates/settings-admin-caldav.php
share/nextcloud/apps/encryption/appinfo/app.php
share/nextcloud/apps/encryption/appinfo/info.xml
share/nextcloud/apps/encryption/appinfo/routes.php
share/nextcloud/apps/encryption/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/encryption/composer/autoload.php
share/nextcloud/apps/encryption/composer/composer.json
share/nextcloud/apps/encryption/composer/composer/ClassLoader.php
share/nextcloud/apps/encryption/composer/composer/LICENSE
share/nextcloud/apps/encryption/composer/composer/autoload_classmap.php
share/nextcloud/apps/encryption/composer/composer/autoload_namespaces.php
share/nextcloud/apps/encryption/composer/composer/autoload_psr4.php
share/nextcloud/apps/encryption/composer/composer/autoload_real.php
share/nextcloud/apps/encryption/composer/composer/autoload_static.php
share/nextcloud/apps/encryption/css/settings-admin.css
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/encryption/css/settings-personal.scss
share/nextcloud/apps/encryption/img/app.svg
share/nextcloud/apps/encryption/js/encryption.js
share/nextcloud/apps/encryption/js/settings-admin.js
share/nextcloud/apps/encryption/js/settings-personal.js
share/nextcloud/apps/encryption/l10n/ar.js
share/nextcloud/apps/encryption/l10n/ar.json
share/nextcloud/apps/encryption/l10n/ast.js
share/nextcloud/apps/encryption/l10n/ast.json
share/nextcloud/apps/encryption/l10n/az.js
share/nextcloud/apps/encryption/l10n/az.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/encryption/l10n/bg.js
share/nextcloud/apps/encryption/l10n/bg.json
share/nextcloud/apps/encryption/l10n/bg_BG.js
share/nextcloud/apps/encryption/l10n/bg_BG.json
share/nextcloud/apps/encryption/l10n/bn_BD.js
share/nextcloud/apps/encryption/l10n/bn_BD.json
share/nextcloud/apps/encryption/l10n/bs.js
share/nextcloud/apps/encryption/l10n/bs.json
share/nextcloud/apps/encryption/l10n/ca.js
share/nextcloud/apps/encryption/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/cs.js
share/nextcloud/apps/encryption/l10n/cs.json
share/nextcloud/apps/encryption/l10n/cs_CZ.js
share/nextcloud/apps/encryption/l10n/cs_CZ.json
share/nextcloud/apps/encryption/l10n/da.js
share/nextcloud/apps/encryption/l10n/da.json
share/nextcloud/apps/encryption/l10n/de.js
share/nextcloud/apps/encryption/l10n/de.json
share/nextcloud/apps/encryption/l10n/de_AT.js
share/nextcloud/apps/encryption/l10n/de_AT.json
share/nextcloud/apps/encryption/l10n/de_DE.js
share/nextcloud/apps/encryption/l10n/de_DE.json
share/nextcloud/apps/encryption/l10n/el.js
share/nextcloud/apps/encryption/l10n/el.json
share/nextcloud/apps/encryption/l10n/en_GB.js
share/nextcloud/apps/encryption/l10n/en_GB.json
share/nextcloud/apps/encryption/l10n/eo.js
share/nextcloud/apps/encryption/l10n/eo.json
share/nextcloud/apps/encryption/l10n/es.js
share/nextcloud/apps/encryption/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/encryption/l10n/es_419.js
share/nextcloud/apps/encryption/l10n/es_419.json
share/nextcloud/apps/encryption/l10n/es_AR.js
share/nextcloud/apps/encryption/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/encryption/l10n/es_CL.js
share/nextcloud/apps/encryption/l10n/es_CL.json
share/nextcloud/apps/encryption/l10n/es_CO.js
share/nextcloud/apps/encryption/l10n/es_CO.json
share/nextcloud/apps/encryption/l10n/es_CR.js
share/nextcloud/apps/encryption/l10n/es_CR.json
share/nextcloud/apps/encryption/l10n/es_DO.js
share/nextcloud/apps/encryption/l10n/es_DO.json
share/nextcloud/apps/encryption/l10n/es_EC.js
share/nextcloud/apps/encryption/l10n/es_EC.json
share/nextcloud/apps/encryption/l10n/es_GT.js
share/nextcloud/apps/encryption/l10n/es_GT.json
share/nextcloud/apps/encryption/l10n/es_HN.js
share/nextcloud/apps/encryption/l10n/es_HN.json
share/nextcloud/apps/encryption/l10n/es_MX.js
share/nextcloud/apps/encryption/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/encryption/l10n/es_NI.js
share/nextcloud/apps/encryption/l10n/es_NI.json
share/nextcloud/apps/encryption/l10n/es_PA.js
share/nextcloud/apps/encryption/l10n/es_PA.json
share/nextcloud/apps/encryption/l10n/es_PE.js
share/nextcloud/apps/encryption/l10n/es_PE.json
share/nextcloud/apps/encryption/l10n/es_PR.js
share/nextcloud/apps/encryption/l10n/es_PR.json
share/nextcloud/apps/encryption/l10n/es_PY.js
share/nextcloud/apps/encryption/l10n/es_PY.json
share/nextcloud/apps/encryption/l10n/es_SV.js
share/nextcloud/apps/encryption/l10n/es_SV.json
share/nextcloud/apps/encryption/l10n/es_UY.js
share/nextcloud/apps/encryption/l10n/es_UY.json
share/nextcloud/apps/encryption/l10n/et_EE.js
share/nextcloud/apps/encryption/l10n/et_EE.json
share/nextcloud/apps/encryption/l10n/eu.js
share/nextcloud/apps/encryption/l10n/eu.json
share/nextcloud/apps/encryption/l10n/fa.js
share/nextcloud/apps/encryption/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/fi.js
share/nextcloud/apps/encryption/l10n/fi.json
share/nextcloud/apps/encryption/l10n/fi_FI.js
share/nextcloud/apps/encryption/l10n/fi_FI.json
share/nextcloud/apps/encryption/l10n/fr.js
share/nextcloud/apps/encryption/l10n/fr.json
share/nextcloud/apps/encryption/l10n/gl.js
share/nextcloud/apps/encryption/l10n/gl.json
share/nextcloud/apps/encryption/l10n/he.js
share/nextcloud/apps/encryption/l10n/he.json
share/nextcloud/apps/encryption/l10n/hr.js
share/nextcloud/apps/encryption/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/hu.js
share/nextcloud/apps/encryption/l10n/hu.json
share/nextcloud/apps/encryption/l10n/hu_HU.js
share/nextcloud/apps/encryption/l10n/hu_HU.json
share/nextcloud/apps/encryption/l10n/ia.js
share/nextcloud/apps/encryption/l10n/ia.json
share/nextcloud/apps/encryption/l10n/id.js
share/nextcloud/apps/encryption/l10n/id.json
share/nextcloud/apps/encryption/l10n/is.js
share/nextcloud/apps/encryption/l10n/is.json
share/nextcloud/apps/encryption/l10n/it.js
share/nextcloud/apps/encryption/l10n/it.json
share/nextcloud/apps/encryption/l10n/ja.js
share/nextcloud/apps/encryption/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/encryption/l10n/ka_GE.js
share/nextcloud/apps/encryption/l10n/ka_GE.json
share/nextcloud/apps/encryption/l10n/km.js
share/nextcloud/apps/encryption/l10n/km.json
share/nextcloud/apps/encryption/l10n/kn.js
share/nextcloud/apps/encryption/l10n/kn.json
share/nextcloud/apps/encryption/l10n/ko.js
share/nextcloud/apps/encryption/l10n/ko.json
share/nextcloud/apps/encryption/l10n/lb.js
share/nextcloud/apps/encryption/l10n/lb.json
share/nextcloud/apps/encryption/l10n/lt_LT.js
share/nextcloud/apps/encryption/l10n/lt_LT.json
share/nextcloud/apps/encryption/l10n/lv.js
share/nextcloud/apps/encryption/l10n/lv.json
share/nextcloud/apps/encryption/l10n/mk.js
share/nextcloud/apps/encryption/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/nb.js
share/nextcloud/apps/encryption/l10n/nb.json
share/nextcloud/apps/encryption/l10n/nb_NO.js
share/nextcloud/apps/encryption/l10n/nb_NO.json
share/nextcloud/apps/encryption/l10n/nl.js
share/nextcloud/apps/encryption/l10n/nl.json
share/nextcloud/apps/encryption/l10n/oc.js
share/nextcloud/apps/encryption/l10n/oc.json
share/nextcloud/apps/encryption/l10n/pl.js
share/nextcloud/apps/encryption/l10n/pl.json
share/nextcloud/apps/encryption/l10n/pt_BR.js
share/nextcloud/apps/encryption/l10n/pt_BR.json
share/nextcloud/apps/encryption/l10n/pt_PT.js
share/nextcloud/apps/encryption/l10n/pt_PT.json
share/nextcloud/apps/encryption/l10n/ro.js
share/nextcloud/apps/encryption/l10n/ro.json
share/nextcloud/apps/encryption/l10n/ru.js
share/nextcloud/apps/encryption/l10n/ru.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/sk.js
share/nextcloud/apps/encryption/l10n/sk.json
share/nextcloud/apps/encryption/l10n/sk_SK.js
share/nextcloud/apps/encryption/l10n/sk_SK.json
share/nextcloud/apps/encryption/l10n/sl.js
share/nextcloud/apps/encryption/l10n/sl.json
share/nextcloud/apps/encryption/l10n/sq.js
share/nextcloud/apps/encryption/l10n/sq.json
share/nextcloud/apps/encryption/l10n/sr.js
share/nextcloud/apps/encryption/l10n/sr.json
share/nextcloud/apps/encryption/l10n/sr@latin.js
share/nextcloud/apps/encryption/l10n/sr@latin.json
share/nextcloud/apps/encryption/l10n/sv.js
share/nextcloud/apps/encryption/l10n/sv.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/encryption/l10n/th.js
share/nextcloud/apps/encryption/l10n/th.json
share/nextcloud/apps/encryption/l10n/th_TH.js
share/nextcloud/apps/encryption/l10n/th_TH.json
share/nextcloud/apps/encryption/l10n/tr.js
share/nextcloud/apps/encryption/l10n/tr.json
share/nextcloud/apps/encryption/l10n/uk.js
share/nextcloud/apps/encryption/l10n/uk.json
share/nextcloud/apps/encryption/l10n/ur_PK.js
share/nextcloud/apps/encryption/l10n/ur_PK.json
share/nextcloud/apps/encryption/l10n/vi.js
share/nextcloud/apps/encryption/l10n/vi.json
share/nextcloud/apps/encryption/l10n/zh_CN.js
share/nextcloud/apps/encryption/l10n/zh_CN.json
share/nextcloud/apps/encryption/l10n/zh_HK.js
share/nextcloud/apps/encryption/l10n/zh_HK.json
share/nextcloud/apps/encryption/l10n/zh_TW.js
share/nextcloud/apps/encryption/l10n/zh_TW.json
share/nextcloud/apps/encryption/lib/AppInfo/Application.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/encryption/lib/Command/DisableMasterKey.php
share/nextcloud/apps/encryption/lib/Command/EnableMasterKey.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/encryption/lib/Command/RecoverUser.php
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/encryption/lib/Command/ScanLegacyFormat.php
share/nextcloud/apps/encryption/lib/Controller/RecoveryController.php
share/nextcloud/apps/encryption/lib/Controller/SettingsController.php
share/nextcloud/apps/encryption/lib/Controller/StatusController.php
share/nextcloud/apps/encryption/lib/Crypto/Crypt.php
share/nextcloud/apps/encryption/lib/Crypto/DecryptAll.php
share/nextcloud/apps/encryption/lib/Crypto/EncryptAll.php
share/nextcloud/apps/encryption/lib/Crypto/Encryption.php
share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php
share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
share/nextcloud/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php
share/nextcloud/apps/encryption/lib/Exceptions/PublicKeyMissingException.php
share/nextcloud/apps/encryption/lib/HookManager.php
share/nextcloud/apps/encryption/lib/Hooks/Contracts/IHook.php
share/nextcloud/apps/encryption/lib/Hooks/UserHooks.php
share/nextcloud/apps/encryption/lib/KeyManager.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/encryption/lib/Migration/SetMasterKeyStatus.php
share/nextcloud/apps/encryption/lib/Recovery.php
share/nextcloud/apps/encryption/lib/Session.php
share/nextcloud/apps/encryption/lib/Settings/Admin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/encryption/lib/Settings/Personal.php
share/nextcloud/apps/encryption/lib/Users/Setup.php
share/nextcloud/apps/encryption/lib/Util.php
share/nextcloud/apps/encryption/templates/altmail.php
share/nextcloud/apps/encryption/templates/mail.php
share/nextcloud/apps/encryption/templates/settings-admin.php
share/nextcloud/apps/encryption/templates/settings-personal.php
share/nextcloud/apps/federatedfilesharing/appinfo/info.xml
share/nextcloud/apps/federatedfilesharing/appinfo/routes.php
share/nextcloud/apps/federatedfilesharing/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/federatedfilesharing/composer/autoload.php
share/nextcloud/apps/federatedfilesharing/composer/composer.json
share/nextcloud/apps/federatedfilesharing/composer/composer/ClassLoader.php
share/nextcloud/apps/federatedfilesharing/composer/composer/LICENSE
share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_classmap.php
share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_namespaces.php
share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_psr4.php
share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_real.php
share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_static.php
share/nextcloud/apps/federatedfilesharing/css/settings-admin.scss
share/nextcloud/apps/federatedfilesharing/css/settings-personal.scss
share/nextcloud/apps/federatedfilesharing/img/social-diaspora.svg
share/nextcloud/apps/federatedfilesharing/img/social-facebook.svg
share/nextcloud/apps/federatedfilesharing/img/social-twitter.svg
share/nextcloud/apps/federatedfilesharing/js/external.js
share/nextcloud/apps/federatedfilesharing/js/settings-admin.js
share/nextcloud/apps/federatedfilesharing/js/settings-personal.js
share/nextcloud/apps/federatedfilesharing/l10n/ar.js
share/nextcloud/apps/federatedfilesharing/l10n/ar.json
share/nextcloud/apps/federatedfilesharing/l10n/ast.js
share/nextcloud/apps/federatedfilesharing/l10n/ast.json
share/nextcloud/apps/federatedfilesharing/l10n/az.js
share/nextcloud/apps/federatedfilesharing/l10n/az.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/bg.js
share/nextcloud/apps/federatedfilesharing/l10n/bg.json
share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.js
share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.json
share/nextcloud/apps/federatedfilesharing/l10n/ca.js
share/nextcloud/apps/federatedfilesharing/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/cs.js
share/nextcloud/apps/federatedfilesharing/l10n/cs.json
share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.js
share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.json
share/nextcloud/apps/federatedfilesharing/l10n/da.js
share/nextcloud/apps/federatedfilesharing/l10n/da.json
share/nextcloud/apps/federatedfilesharing/l10n/de.js
share/nextcloud/apps/federatedfilesharing/l10n/de.json
share/nextcloud/apps/federatedfilesharing/l10n/de_DE.js
share/nextcloud/apps/federatedfilesharing/l10n/de_DE.json
share/nextcloud/apps/federatedfilesharing/l10n/el.js
share/nextcloud/apps/federatedfilesharing/l10n/el.json
share/nextcloud/apps/federatedfilesharing/l10n/en_GB.js
share/nextcloud/apps/federatedfilesharing/l10n/en_GB.json
share/nextcloud/apps/federatedfilesharing/l10n/eo.js
share/nextcloud/apps/federatedfilesharing/l10n/eo.json
share/nextcloud/apps/federatedfilesharing/l10n/es.js
share/nextcloud/apps/federatedfilesharing/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/es_419.js
share/nextcloud/apps/federatedfilesharing/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js
share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/es_CL.js
share/nextcloud/apps/federatedfilesharing/l10n/es_CL.json
share/nextcloud/apps/federatedfilesharing/l10n/es_CO.js
share/nextcloud/apps/federatedfilesharing/l10n/es_CO.json
share/nextcloud/apps/federatedfilesharing/l10n/es_CR.js
share/nextcloud/apps/federatedfilesharing/l10n/es_CR.json
share/nextcloud/apps/federatedfilesharing/l10n/es_DO.js
share/nextcloud/apps/federatedfilesharing/l10n/es_DO.json
share/nextcloud/apps/federatedfilesharing/l10n/es_EC.js
share/nextcloud/apps/federatedfilesharing/l10n/es_EC.json
share/nextcloud/apps/federatedfilesharing/l10n/es_GT.js
share/nextcloud/apps/federatedfilesharing/l10n/es_GT.json
share/nextcloud/apps/federatedfilesharing/l10n/es_HN.js
share/nextcloud/apps/federatedfilesharing/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js
share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/es_NI.js
share/nextcloud/apps/federatedfilesharing/l10n/es_NI.json
share/nextcloud/apps/federatedfilesharing/l10n/es_PA.js
share/nextcloud/apps/federatedfilesharing/l10n/es_PA.json
share/nextcloud/apps/federatedfilesharing/l10n/es_PE.js
share/nextcloud/apps/federatedfilesharing/l10n/es_PE.json
share/nextcloud/apps/federatedfilesharing/l10n/es_PR.js
share/nextcloud/apps/federatedfilesharing/l10n/es_PR.json
share/nextcloud/apps/federatedfilesharing/l10n/es_PY.js
share/nextcloud/apps/federatedfilesharing/l10n/es_PY.json
share/nextcloud/apps/federatedfilesharing/l10n/es_SV.js
share/nextcloud/apps/federatedfilesharing/l10n/es_SV.json
share/nextcloud/apps/federatedfilesharing/l10n/es_UY.js
share/nextcloud/apps/federatedfilesharing/l10n/es_UY.json
share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js
share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json
share/nextcloud/apps/federatedfilesharing/l10n/eu.js
share/nextcloud/apps/federatedfilesharing/l10n/eu.json
share/nextcloud/apps/federatedfilesharing/l10n/fa.js
share/nextcloud/apps/federatedfilesharing/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/fi.js
share/nextcloud/apps/federatedfilesharing/l10n/fi.json
share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.js
share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.json
share/nextcloud/apps/federatedfilesharing/l10n/fr.js
share/nextcloud/apps/federatedfilesharing/l10n/fr.json
share/nextcloud/apps/federatedfilesharing/l10n/gl.js
share/nextcloud/apps/federatedfilesharing/l10n/gl.json
share/nextcloud/apps/federatedfilesharing/l10n/he.js
share/nextcloud/apps/federatedfilesharing/l10n/he.json
share/nextcloud/apps/federatedfilesharing/l10n/hr.js
share/nextcloud/apps/federatedfilesharing/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/hu.js
share/nextcloud/apps/federatedfilesharing/l10n/hu.json
share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.js
share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/ia.js
share/nextcloud/apps/federatedfilesharing/l10n/ia.json
share/nextcloud/apps/federatedfilesharing/l10n/id.js
share/nextcloud/apps/federatedfilesharing/l10n/id.json
share/nextcloud/apps/federatedfilesharing/l10n/is.js
share/nextcloud/apps/federatedfilesharing/l10n/is.json
share/nextcloud/apps/federatedfilesharing/l10n/it.js
share/nextcloud/apps/federatedfilesharing/l10n/it.json
share/nextcloud/apps/federatedfilesharing/l10n/ja.js
share/nextcloud/apps/federatedfilesharing/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.js
share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.json
share/nextcloud/apps/federatedfilesharing/l10n/ko.js
share/nextcloud/apps/federatedfilesharing/l10n/ko.json
share/nextcloud/apps/federatedfilesharing/l10n/lb.js
share/nextcloud/apps/federatedfilesharing/l10n/lb.json
share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.js
share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.json
share/nextcloud/apps/federatedfilesharing/l10n/lv.js
share/nextcloud/apps/federatedfilesharing/l10n/lv.json
share/nextcloud/apps/federatedfilesharing/l10n/mk.js
share/nextcloud/apps/federatedfilesharing/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federatedfilesharing/l10n/nb.js
share/nextcloud/apps/federatedfilesharing/l10n/nb.json
share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.js
share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.json
share/nextcloud/apps/federatedfilesharing/l10n/nl.js
share/nextcloud/apps/federatedfilesharing/l10n/nl.json
share/nextcloud/apps/federatedfilesharing/l10n/oc.js
share/nextcloud/apps/federatedfilesharing/l10n/oc.json
share/nextcloud/apps/federatedfilesharing/l10n/pl.js
share/nextcloud/apps/federatedfilesharing/l10n/pl.json
share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.js
share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.json
share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.js
share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.json
share/nextcloud/apps/federatedfilesharing/l10n/ro.js
share/nextcloud/apps/federatedfilesharing/l10n/ro.json
share/nextcloud/apps/federatedfilesharing/l10n/ru.js
share/nextcloud/apps/federatedfilesharing/l10n/ru.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federatedfilesharing/l10n/sk.js
share/nextcloud/apps/federatedfilesharing/l10n/sk.json
share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js
share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json
share/nextcloud/apps/federatedfilesharing/l10n/sl.js
share/nextcloud/apps/federatedfilesharing/l10n/sl.json
share/nextcloud/apps/federatedfilesharing/l10n/sq.js
share/nextcloud/apps/federatedfilesharing/l10n/sq.json
share/nextcloud/apps/federatedfilesharing/l10n/sr.js
share/nextcloud/apps/federatedfilesharing/l10n/sr.json
share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.js
share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.json
share/nextcloud/apps/federatedfilesharing/l10n/sv.js
share/nextcloud/apps/federatedfilesharing/l10n/sv.json
share/nextcloud/apps/federatedfilesharing/l10n/th.js
share/nextcloud/apps/federatedfilesharing/l10n/th.json
share/nextcloud/apps/federatedfilesharing/l10n/th_TH.js
share/nextcloud/apps/federatedfilesharing/l10n/th_TH.json
share/nextcloud/apps/federatedfilesharing/l10n/tr.js
share/nextcloud/apps/federatedfilesharing/l10n/tr.json
share/nextcloud/apps/federatedfilesharing/l10n/uk.js
share/nextcloud/apps/federatedfilesharing/l10n/uk.json
share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.js
share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.json
share/nextcloud/apps/federatedfilesharing/l10n/zh_HK.js
share/nextcloud/apps/federatedfilesharing/l10n/zh_HK.json
share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.js
share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.json
share/nextcloud/apps/federatedfilesharing/lib/AddressHandler.php
share/nextcloud/apps/federatedfilesharing/lib/AppInfo/Application.php
share/nextcloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
share/nextcloud/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
share/nextcloud/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
share/nextcloud/apps/federatedfilesharing/lib/Events/FederatedShareAddedEvent.php
share/nextcloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
share/nextcloud/apps/federatedfilesharing/lib/Listeners/LoadAdditionalScriptsListener.php
share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php
share/nextcloud/apps/federatedfilesharing/lib/Notifications.php
share/nextcloud/apps/federatedfilesharing/lib/Notifier.php
share/nextcloud/apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
share/nextcloud/apps/federatedfilesharing/lib/Settings/Admin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/federatedfilesharing/lib/Settings/Personal.php
share/nextcloud/apps/federatedfilesharing/lib/Settings/PersonalSection.php
share/nextcloud/apps/federatedfilesharing/lib/TokenHandler.php
share/nextcloud/apps/federatedfilesharing/templates/settings-admin.php
share/nextcloud/apps/federatedfilesharing/templates/settings-personal.php
share/nextcloud/apps/federation/appinfo/info.xml
share/nextcloud/apps/federation/appinfo/routes.php
share/nextcloud/apps/federation/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/federation/composer/autoload.php
share/nextcloud/apps/federation/composer/composer.json
share/nextcloud/apps/federation/composer/composer/ClassLoader.php
share/nextcloud/apps/federation/composer/composer/LICENSE
share/nextcloud/apps/federation/composer/composer/autoload_classmap.php
share/nextcloud/apps/federation/composer/composer/autoload_namespaces.php
share/nextcloud/apps/federation/composer/composer/autoload_psr4.php
share/nextcloud/apps/federation/composer/composer/autoload_real.php
share/nextcloud/apps/federation/composer/composer/autoload_static.php
share/nextcloud/apps/federation/css/settings-admin.css
share/nextcloud/apps/federation/img/app.svg
share/nextcloud/apps/federation/js/settings-admin.js
share/nextcloud/apps/federation/l10n/ar.js
share/nextcloud/apps/federation/l10n/ar.json
share/nextcloud/apps/federation/l10n/ast.js
share/nextcloud/apps/federation/l10n/ast.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/federation/l10n/bg.js
share/nextcloud/apps/federation/l10n/bg.json
share/nextcloud/apps/federation/l10n/bg_BG.js
share/nextcloud/apps/federation/l10n/bg_BG.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/federation/l10n/br.js
share/nextcloud/apps/federation/l10n/br.json
share/nextcloud/apps/federation/l10n/ca.js
share/nextcloud/apps/federation/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federation/l10n/cs.js
share/nextcloud/apps/federation/l10n/cs.json
share/nextcloud/apps/federation/l10n/cs_CZ.js
share/nextcloud/apps/federation/l10n/cs_CZ.json
share/nextcloud/apps/federation/l10n/da.js
share/nextcloud/apps/federation/l10n/da.json
share/nextcloud/apps/federation/l10n/de.js
share/nextcloud/apps/federation/l10n/de.json
share/nextcloud/apps/federation/l10n/de_DE.js
share/nextcloud/apps/federation/l10n/de_DE.json
share/nextcloud/apps/federation/l10n/el.js
share/nextcloud/apps/federation/l10n/el.json
share/nextcloud/apps/federation/l10n/en_GB.js
share/nextcloud/apps/federation/l10n/en_GB.json
share/nextcloud/apps/federation/l10n/eo.js
share/nextcloud/apps/federation/l10n/eo.json
share/nextcloud/apps/federation/l10n/es.js
share/nextcloud/apps/federation/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/federation/l10n/es_419.js
share/nextcloud/apps/federation/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/federation/l10n/es_AR.js
share/nextcloud/apps/federation/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federation/l10n/es_CL.js
share/nextcloud/apps/federation/l10n/es_CL.json
share/nextcloud/apps/federation/l10n/es_CO.js
share/nextcloud/apps/federation/l10n/es_CO.json
share/nextcloud/apps/federation/l10n/es_CR.js
share/nextcloud/apps/federation/l10n/es_CR.json
share/nextcloud/apps/federation/l10n/es_DO.js
share/nextcloud/apps/federation/l10n/es_DO.json
share/nextcloud/apps/federation/l10n/es_EC.js
share/nextcloud/apps/federation/l10n/es_EC.json
share/nextcloud/apps/federation/l10n/es_GT.js
share/nextcloud/apps/federation/l10n/es_GT.json
share/nextcloud/apps/federation/l10n/es_HN.js
share/nextcloud/apps/federation/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federation/l10n/es_MX.js
share/nextcloud/apps/federation/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federation/l10n/es_NI.js
share/nextcloud/apps/federation/l10n/es_NI.json
share/nextcloud/apps/federation/l10n/es_PA.js
share/nextcloud/apps/federation/l10n/es_PA.json
share/nextcloud/apps/federation/l10n/es_PE.js
share/nextcloud/apps/federation/l10n/es_PE.json
share/nextcloud/apps/federation/l10n/es_PR.js
share/nextcloud/apps/federation/l10n/es_PR.json
share/nextcloud/apps/federation/l10n/es_PY.js
share/nextcloud/apps/federation/l10n/es_PY.json
share/nextcloud/apps/federation/l10n/es_SV.js
share/nextcloud/apps/federation/l10n/es_SV.json
share/nextcloud/apps/federation/l10n/es_UY.js
share/nextcloud/apps/federation/l10n/es_UY.json
share/nextcloud/apps/federation/l10n/et_EE.js
share/nextcloud/apps/federation/l10n/et_EE.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federation/l10n/eu.js
share/nextcloud/apps/federation/l10n/eu.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/federation/l10n/fa.js
share/nextcloud/apps/federation/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federation/l10n/fi.js
share/nextcloud/apps/federation/l10n/fi.json
share/nextcloud/apps/federation/l10n/fi_FI.js
share/nextcloud/apps/federation/l10n/fi_FI.json
share/nextcloud/apps/federation/l10n/fr.js
share/nextcloud/apps/federation/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/federation/l10n/gl.js
share/nextcloud/apps/federation/l10n/gl.json
share/nextcloud/apps/federation/l10n/he.js
share/nextcloud/apps/federation/l10n/he.json
share/nextcloud/apps/federation/l10n/hr.js
share/nextcloud/apps/federation/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federation/l10n/hu.js
share/nextcloud/apps/federation/l10n/hu.json
share/nextcloud/apps/federation/l10n/hu_HU.js
share/nextcloud/apps/federation/l10n/hu_HU.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/federation/l10n/ia.js
share/nextcloud/apps/federation/l10n/ia.json
share/nextcloud/apps/federation/l10n/id.js
share/nextcloud/apps/federation/l10n/id.json
share/nextcloud/apps/federation/l10n/is.js
share/nextcloud/apps/federation/l10n/is.json
share/nextcloud/apps/federation/l10n/it.js
share/nextcloud/apps/federation/l10n/it.json
share/nextcloud/apps/federation/l10n/ja.js
share/nextcloud/apps/federation/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federation/l10n/ka_GE.js
share/nextcloud/apps/federation/l10n/ka_GE.json
share/nextcloud/apps/federation/l10n/ko.js
share/nextcloud/apps/federation/l10n/ko.json
share/nextcloud/apps/federation/l10n/lb.js
share/nextcloud/apps/federation/l10n/lb.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/federation/l10n/lt_LT.js
share/nextcloud/apps/federation/l10n/lt_LT.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/federation/l10n/lv.js
share/nextcloud/apps/federation/l10n/lv.json
share/nextcloud/apps/federation/l10n/mk.js
share/nextcloud/apps/federation/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/federation/l10n/mn.js
share/nextcloud/apps/federation/l10n/mn.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/federation/l10n/nb.js
share/nextcloud/apps/federation/l10n/nb.json
share/nextcloud/apps/federation/l10n/nb_NO.js
share/nextcloud/apps/federation/l10n/nb_NO.json
share/nextcloud/apps/federation/l10n/nl.js
share/nextcloud/apps/federation/l10n/nl.json
share/nextcloud/apps/federation/l10n/oc.js
share/nextcloud/apps/federation/l10n/oc.json
share/nextcloud/apps/federation/l10n/pl.js
share/nextcloud/apps/federation/l10n/pl.json
share/nextcloud/apps/federation/l10n/pt_BR.js
share/nextcloud/apps/federation/l10n/pt_BR.json
share/nextcloud/apps/federation/l10n/pt_PT.js
share/nextcloud/apps/federation/l10n/pt_PT.json
share/nextcloud/apps/federation/l10n/ro.js
share/nextcloud/apps/federation/l10n/ro.json
share/nextcloud/apps/federation/l10n/ru.js
share/nextcloud/apps/federation/l10n/ru.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/federation/l10n/sk.js
share/nextcloud/apps/federation/l10n/sk.json
share/nextcloud/apps/federation/l10n/sl.js
share/nextcloud/apps/federation/l10n/sl.json
share/nextcloud/apps/federation/l10n/sq.js
share/nextcloud/apps/federation/l10n/sq.json
share/nextcloud/apps/federation/l10n/sr.js
share/nextcloud/apps/federation/l10n/sr.json
share/nextcloud/apps/federation/l10n/sv.js
share/nextcloud/apps/federation/l10n/sv.json
share/nextcloud/apps/federation/l10n/th_TH.js
share/nextcloud/apps/federation/l10n/th_TH.json
share/nextcloud/apps/federation/l10n/tr.js
share/nextcloud/apps/federation/l10n/tr.json
share/nextcloud/apps/federation/l10n/uk.js
share/nextcloud/apps/federation/l10n/uk.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/federation/l10n/vi.js
share/nextcloud/apps/federation/l10n/vi.json
share/nextcloud/apps/federation/l10n/zh_CN.js
share/nextcloud/apps/federation/l10n/zh_CN.json
share/nextcloud/apps/federation/l10n/zh_HK.js
share/nextcloud/apps/federation/l10n/zh_HK.json
share/nextcloud/apps/federation/l10n/zh_TW.js
share/nextcloud/apps/federation/l10n/zh_TW.json
share/nextcloud/apps/federation/lib/AppInfo/Application.php
share/nextcloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php
share/nextcloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
share/nextcloud/apps/federation/lib/Command/SyncFederationAddressBooks.php
share/nextcloud/apps/federation/lib/Controller/OCSAuthAPIController.php
share/nextcloud/apps/federation/lib/Controller/SettingsController.php
share/nextcloud/apps/federation/lib/DAV/FedAuth.php
share/nextcloud/apps/federation/lib/DbHandler.php
share/nextcloud/apps/federation/lib/Hooks.php
share/nextcloud/apps/federation/lib/Listener/FederatedShareAddedListener.php
share/nextcloud/apps/federation/lib/Listener/SabrePluginAuthInitListener.php
share/nextcloud/apps/federation/lib/Middleware/AddServerMiddleware.php
share/nextcloud/apps/federation/lib/Migration/Version1010Date20200630191302.php
share/nextcloud/apps/federation/lib/Settings/Admin.php
share/nextcloud/apps/federation/lib/SyncFederationAddressBooks.php
share/nextcloud/apps/federation/lib/SyncJob.php
share/nextcloud/apps/federation/lib/TrustedServers.php
share/nextcloud/apps/federation/templates/settings-admin.php
share/nextcloud/apps/files/ajax/download.php
share/nextcloud/apps/files/ajax/list.php
share/nextcloud/apps/files/appinfo/info.xml
share/nextcloud/apps/files/appinfo/routes.php
share/nextcloud/apps/files/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files/composer/autoload.php
share/nextcloud/apps/files/composer/composer.json
share/nextcloud/apps/files/composer/composer/ClassLoader.php
share/nextcloud/apps/files/composer/composer/LICENSE
share/nextcloud/apps/files/composer/composer/autoload_classmap.php
share/nextcloud/apps/files/composer/composer/autoload_namespaces.php
share/nextcloud/apps/files/composer/composer/autoload_psr4.php
share/nextcloud/apps/files/composer/composer/autoload_real.php
share/nextcloud/apps/files/composer/composer/autoload_static.php
share/nextcloud/apps/files/css/detailsView.scss
share/nextcloud/apps/files/css/files.scss
share/nextcloud/apps/files/css/merged.scss
share/nextcloud/apps/files/css/mobile.scss
share/nextcloud/apps/files/css/upload.scss
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/files/img/add-color.png
share/nextcloud/apps/files/img/add-color.svg
share/nextcloud/apps/files/img/app.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/files/img/change.png
share/nextcloud/apps/files/img/change.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/files/img/delete-color.png
share/nextcloud/apps/files/img/delete-color.svg
share/nextcloud/apps/files/img/delete.svg
share/nextcloud/apps/files/img/external.svg
share/nextcloud/apps/files/img/folder.svg
share/nextcloud/apps/files/img/public.svg
share/nextcloud/apps/files/img/recent.svg
share/nextcloud/apps/files/img/share.svg
share/nextcloud/apps/files/img/star.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files/img/unshare.svg
share/nextcloud/apps/files/js/app.js
share/nextcloud/apps/files/js/breadcrumb.js
share/nextcloud/apps/files/js/detailfileinfoview.js
share/nextcloud/apps/files/js/detailsview.js
share/nextcloud/apps/files/js/detailtabview.js
share/nextcloud/apps/files/js/dist/files-app-settings.js
share/nextcloud/apps/files/js/dist/files-app-settings.js.map
share/nextcloud/apps/files/js/dist/personal-settings.js
share/nextcloud/apps/files/js/dist/personal-settings.js.map
share/nextcloud/apps/files/js/dist/sidebar.js
share/nextcloud/apps/files/js/dist/sidebar.js.map
share/nextcloud/apps/files/js/dist/templates.js
share/nextcloud/apps/files/js/dist/templates.js.map
share/nextcloud/apps/files/js/favoritesfilelist.js
share/nextcloud/apps/files/js/favoritesplugin.js
share/nextcloud/apps/files/js/file-upload.js
share/nextcloud/apps/files/js/fileactions.js
share/nextcloud/apps/files/js/fileactionsmenu.js
share/nextcloud/apps/files/js/fileinfomodel.js
share/nextcloud/apps/files/js/filelist.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files/js/filemultiselectmenu.js
share/nextcloud/apps/files/js/files.js
share/nextcloud/apps/files/js/filesummary.js
share/nextcloud/apps/files/js/gotoplugin.js
share/nextcloud/apps/files/js/jquery-visibility.js
share/nextcloud/apps/files/js/jquery.fileupload.js
share/nextcloud/apps/files/js/keyboardshortcuts.js
share/nextcloud/apps/files/js/mainfileinfodetailview.js
share/nextcloud/apps/files/js/merged-index.json
share/nextcloud/apps/files/js/navigation.js
share/nextcloud/apps/files/js/newfilemenu.js
share/nextcloud/apps/files/js/operationprogressbar.js
share/nextcloud/apps/files/js/recentfilelist.js
share/nextcloud/apps/files/js/recentplugin.js
share/nextcloud/apps/files/js/semaphore.js
share/nextcloud/apps/files/js/sidebarpreviewmanager.js
share/nextcloud/apps/files/js/sidebarpreviewtext.js
share/nextcloud/apps/files/js/tagsplugin.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files/js/templates.js
share/nextcloud/apps/files/js/templates/detailsview.handlebars
share/nextcloud/apps/files/js/templates/favorite_mark.handlebars
share/nextcloud/apps/files/js/templates/file_action_trigger.handlebars
share/nextcloud/apps/files/js/templates/fileactionsmenu.handlebars
share/nextcloud/apps/files/js/templates/filemultiselectmenu.handlebars
share/nextcloud/apps/files/js/templates/filesummary.handlebars
share/nextcloud/apps/files/js/templates/mainfileinfodetailsview.handlebars
share/nextcloud/apps/files/js/templates/newfilemenu.handlebars
share/nextcloud/apps/files/js/templates/newfilemenu_filename_form.handlebars
share/nextcloud/apps/files/js/templates/operationprogressbar.handlebars
share/nextcloud/apps/files/js/templates/operationprogressbarlabel.handlebars
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files/js/templates/template_addbutton.handlebars
share/nextcloud/apps/files/js/upload.js
share/nextcloud/apps/files/l10n/ach.js
share/nextcloud/apps/files/l10n/ach.json
share/nextcloud/apps/files/l10n/ady.js
share/nextcloud/apps/files/l10n/ady.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/files/l10n/af.js
share/nextcloud/apps/files/l10n/af.json
share/nextcloud/apps/files/l10n/af_ZA.js
share/nextcloud/apps/files/l10n/af_ZA.json
share/nextcloud/apps/files/l10n/ak.js
share/nextcloud/apps/files/l10n/ak.json
share/nextcloud/apps/files/l10n/am_ET.js
share/nextcloud/apps/files/l10n/am_ET.json
share/nextcloud/apps/files/l10n/ar.js
share/nextcloud/apps/files/l10n/ar.json
share/nextcloud/apps/files/l10n/ast.js
share/nextcloud/apps/files/l10n/ast.json
share/nextcloud/apps/files/l10n/az.js
share/nextcloud/apps/files/l10n/az.json
share/nextcloud/apps/files/l10n/be.js
share/nextcloud/apps/files/l10n/be.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/bg.js
share/nextcloud/apps/files/l10n/bg.json
share/nextcloud/apps/files/l10n/bg_BG.js
share/nextcloud/apps/files/l10n/bg_BG.json
share/nextcloud/apps/files/l10n/bn_BD.js
share/nextcloud/apps/files/l10n/bn_BD.json
share/nextcloud/apps/files/l10n/bn_IN.js
share/nextcloud/apps/files/l10n/bn_IN.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/files/l10n/br.js
share/nextcloud/apps/files/l10n/br.json
share/nextcloud/apps/files/l10n/bs.js
share/nextcloud/apps/files/l10n/bs.json
share/nextcloud/apps/files/l10n/ca.js
share/nextcloud/apps/files/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/cs.js
share/nextcloud/apps/files/l10n/cs.json
share/nextcloud/apps/files/l10n/cs_CZ.js
share/nextcloud/apps/files/l10n/cs_CZ.json
share/nextcloud/apps/files/l10n/cy_GB.js
share/nextcloud/apps/files/l10n/cy_GB.json
share/nextcloud/apps/files/l10n/da.js
share/nextcloud/apps/files/l10n/da.json
share/nextcloud/apps/files/l10n/de.js
share/nextcloud/apps/files/l10n/de.json
share/nextcloud/apps/files/l10n/de_AT.js
share/nextcloud/apps/files/l10n/de_AT.json
share/nextcloud/apps/files/l10n/de_DE.js
share/nextcloud/apps/files/l10n/de_DE.json
share/nextcloud/apps/files/l10n/el.js
share/nextcloud/apps/files/l10n/el.json
share/nextcloud/apps/files/l10n/en_GB.js
share/nextcloud/apps/files/l10n/en_GB.json
share/nextcloud/apps/files/l10n/eo.js
share/nextcloud/apps/files/l10n/eo.json
share/nextcloud/apps/files/l10n/es.js
share/nextcloud/apps/files/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files/l10n/es_419.js
share/nextcloud/apps/files/l10n/es_419.json
share/nextcloud/apps/files/l10n/es_AR.js
share/nextcloud/apps/files/l10n/es_AR.json
share/nextcloud/apps/files/l10n/es_CL.js
share/nextcloud/apps/files/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files/l10n/es_CO.js
share/nextcloud/apps/files/l10n/es_CO.json
share/nextcloud/apps/files/l10n/es_CR.js
share/nextcloud/apps/files/l10n/es_CR.json
share/nextcloud/apps/files/l10n/es_DO.js
share/nextcloud/apps/files/l10n/es_DO.json
share/nextcloud/apps/files/l10n/es_EC.js
share/nextcloud/apps/files/l10n/es_EC.json
share/nextcloud/apps/files/l10n/es_GT.js
share/nextcloud/apps/files/l10n/es_GT.json
share/nextcloud/apps/files/l10n/es_HN.js
share/nextcloud/apps/files/l10n/es_HN.json
share/nextcloud/apps/files/l10n/es_MX.js
share/nextcloud/apps/files/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files/l10n/es_NI.js
share/nextcloud/apps/files/l10n/es_NI.json
share/nextcloud/apps/files/l10n/es_PA.js
share/nextcloud/apps/files/l10n/es_PA.json
share/nextcloud/apps/files/l10n/es_PE.js
share/nextcloud/apps/files/l10n/es_PE.json
share/nextcloud/apps/files/l10n/es_PR.js
share/nextcloud/apps/files/l10n/es_PR.json
share/nextcloud/apps/files/l10n/es_PY.js
share/nextcloud/apps/files/l10n/es_PY.json
share/nextcloud/apps/files/l10n/es_SV.js
share/nextcloud/apps/files/l10n/es_SV.json
share/nextcloud/apps/files/l10n/es_UY.js
share/nextcloud/apps/files/l10n/es_UY.json
share/nextcloud/apps/files/l10n/et_EE.js
share/nextcloud/apps/files/l10n/et_EE.json
share/nextcloud/apps/files/l10n/eu.js
share/nextcloud/apps/files/l10n/eu.json
share/nextcloud/apps/files/l10n/fa.js
share/nextcloud/apps/files/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/fi.js
share/nextcloud/apps/files/l10n/fi.json
share/nextcloud/apps/files/l10n/fi_FI.js
share/nextcloud/apps/files/l10n/fi_FI.json
share/nextcloud/apps/files/l10n/fil.js
share/nextcloud/apps/files/l10n/fil.json
share/nextcloud/apps/files/l10n/fr.js
share/nextcloud/apps/files/l10n/fr.json
share/nextcloud/apps/files/l10n/fy_NL.js
share/nextcloud/apps/files/l10n/fy_NL.json
share/nextcloud/apps/files/l10n/gl.js
share/nextcloud/apps/files/l10n/gl.json
share/nextcloud/apps/files/l10n/gu.js
share/nextcloud/apps/files/l10n/gu.json
share/nextcloud/apps/files/l10n/he.js
share/nextcloud/apps/files/l10n/he.json
share/nextcloud/apps/files/l10n/hi.js
share/nextcloud/apps/files/l10n/hi.json
share/nextcloud/apps/files/l10n/hr.js
share/nextcloud/apps/files/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/hu.js
share/nextcloud/apps/files/l10n/hu.json
share/nextcloud/apps/files/l10n/hu_HU.js
share/nextcloud/apps/files/l10n/hu_HU.json
share/nextcloud/apps/files/l10n/hy.js
share/nextcloud/apps/files/l10n/hy.json
share/nextcloud/apps/files/l10n/ia.js
share/nextcloud/apps/files/l10n/ia.json
share/nextcloud/apps/files/l10n/id.js
share/nextcloud/apps/files/l10n/id.json
share/nextcloud/apps/files/l10n/io.js
share/nextcloud/apps/files/l10n/io.json
share/nextcloud/apps/files/l10n/is.js
share/nextcloud/apps/files/l10n/is.json
share/nextcloud/apps/files/l10n/it.js
share/nextcloud/apps/files/l10n/it.json
share/nextcloud/apps/files/l10n/ja.js
share/nextcloud/apps/files/l10n/ja.json
share/nextcloud/apps/files/l10n/jv.js
share/nextcloud/apps/files/l10n/jv.json
share/nextcloud/apps/files/l10n/ka_GE.js
share/nextcloud/apps/files/l10n/ka_GE.json
share/nextcloud/apps/files/l10n/km.js
share/nextcloud/apps/files/l10n/km.json
share/nextcloud/apps/files/l10n/kn.js
share/nextcloud/apps/files/l10n/kn.json
share/nextcloud/apps/files/l10n/ko.js
share/nextcloud/apps/files/l10n/ko.json
share/nextcloud/apps/files/l10n/ku_IQ.js
share/nextcloud/apps/files/l10n/ku_IQ.json
share/nextcloud/apps/files/l10n/lb.js
share/nextcloud/apps/files/l10n/lb.json
share/nextcloud/apps/files/l10n/lo.js
share/nextcloud/apps/files/l10n/lo.json
share/nextcloud/apps/files/l10n/lt_LT.js
share/nextcloud/apps/files/l10n/lt_LT.json
share/nextcloud/apps/files/l10n/lv.js
share/nextcloud/apps/files/l10n/lv.json
share/nextcloud/apps/files/l10n/mg.js
share/nextcloud/apps/files/l10n/mg.json
share/nextcloud/apps/files/l10n/mk.js
share/nextcloud/apps/files/l10n/mk.json
share/nextcloud/apps/files/l10n/ml.js
share/nextcloud/apps/files/l10n/ml.json
share/nextcloud/apps/files/l10n/ml_IN.js
share/nextcloud/apps/files/l10n/ml_IN.json
share/nextcloud/apps/files/l10n/mn.js
share/nextcloud/apps/files/l10n/mn.json
share/nextcloud/apps/files/l10n/mr.js
share/nextcloud/apps/files/l10n/mr.json
share/nextcloud/apps/files/l10n/ms_MY.js
share/nextcloud/apps/files/l10n/ms_MY.json
share/nextcloud/apps/files/l10n/mt_MT.js
share/nextcloud/apps/files/l10n/mt_MT.json
share/nextcloud/apps/files/l10n/my_MM.js
share/nextcloud/apps/files/l10n/my_MM.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/nb.js
share/nextcloud/apps/files/l10n/nb.json
share/nextcloud/apps/files/l10n/nb_NO.js
share/nextcloud/apps/files/l10n/nb_NO.json
share/nextcloud/apps/files/l10n/nds.js
share/nextcloud/apps/files/l10n/nds.json
share/nextcloud/apps/files/l10n/nl.js
share/nextcloud/apps/files/l10n/nl.json
share/nextcloud/apps/files/l10n/nn_NO.js
share/nextcloud/apps/files/l10n/nn_NO.json
share/nextcloud/apps/files/l10n/nqo.js
share/nextcloud/apps/files/l10n/nqo.json
share/nextcloud/apps/files/l10n/oc.js
share/nextcloud/apps/files/l10n/oc.json
share/nextcloud/apps/files/l10n/pa.js
share/nextcloud/apps/files/l10n/pa.json
share/nextcloud/apps/files/l10n/pl.js
share/nextcloud/apps/files/l10n/pl.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/files/l10n/ps.js
share/nextcloud/apps/files/l10n/ps.json
share/nextcloud/apps/files/l10n/pt_BR.js
share/nextcloud/apps/files/l10n/pt_BR.json
share/nextcloud/apps/files/l10n/pt_PT.js
share/nextcloud/apps/files/l10n/pt_PT.json
share/nextcloud/apps/files/l10n/ro.js
share/nextcloud/apps/files/l10n/ro.json
share/nextcloud/apps/files/l10n/ru.js
share/nextcloud/apps/files/l10n/ru.json
share/nextcloud/apps/files/l10n/si_LK.js
share/nextcloud/apps/files/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files/l10n/sk.js
share/nextcloud/apps/files/l10n/sk.json
share/nextcloud/apps/files/l10n/sk_SK.js
share/nextcloud/apps/files/l10n/sk_SK.json
share/nextcloud/apps/files/l10n/sl.js
share/nextcloud/apps/files/l10n/sl.json
share/nextcloud/apps/files/l10n/sq.js
share/nextcloud/apps/files/l10n/sq.json
share/nextcloud/apps/files/l10n/sr.js
share/nextcloud/apps/files/l10n/sr.json
share/nextcloud/apps/files/l10n/sr@latin.js
share/nextcloud/apps/files/l10n/sr@latin.json
share/nextcloud/apps/files/l10n/su.js
share/nextcloud/apps/files/l10n/su.json
share/nextcloud/apps/files/l10n/sv.js
share/nextcloud/apps/files/l10n/sv.json
share/nextcloud/apps/files/l10n/sw_KE.js
share/nextcloud/apps/files/l10n/sw_KE.json
share/nextcloud/apps/files/l10n/ta_IN.js
share/nextcloud/apps/files/l10n/ta_IN.json
share/nextcloud/apps/files/l10n/ta_LK.js
share/nextcloud/apps/files/l10n/ta_LK.json
share/nextcloud/apps/files/l10n/te.js
share/nextcloud/apps/files/l10n/te.json
share/nextcloud/apps/files/l10n/tg_TJ.js
share/nextcloud/apps/files/l10n/tg_TJ.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/files/l10n/th.js
share/nextcloud/apps/files/l10n/th.json
share/nextcloud/apps/files/l10n/th_TH.js
share/nextcloud/apps/files/l10n/th_TH.json
share/nextcloud/apps/files/l10n/tl_PH.js
share/nextcloud/apps/files/l10n/tl_PH.json
share/nextcloud/apps/files/l10n/tr.js
share/nextcloud/apps/files/l10n/tr.json
share/nextcloud/apps/files/l10n/tzm.js
share/nextcloud/apps/files/l10n/tzm.json
share/nextcloud/apps/files/l10n/ug.js
share/nextcloud/apps/files/l10n/ug.json
share/nextcloud/apps/files/l10n/uk.js
share/nextcloud/apps/files/l10n/uk.json
share/nextcloud/apps/files/l10n/ur_PK.js
share/nextcloud/apps/files/l10n/ur_PK.json
share/nextcloud/apps/files/l10n/vi.js
share/nextcloud/apps/files/l10n/vi.json
share/nextcloud/apps/files/l10n/xgettextfiles
share/nextcloud/apps/files/l10n/zh_CN.js
share/nextcloud/apps/files/l10n/zh_CN.json
share/nextcloud/apps/files/l10n/zh_HK.js
share/nextcloud/apps/files/l10n/zh_HK.json
share/nextcloud/apps/files/l10n/zh_TW.js
share/nextcloud/apps/files/l10n/zh_TW.json
share/nextcloud/apps/files/lib/Activity/FavoriteProvider.php
share/nextcloud/apps/files/lib/Activity/Filter/Favorites.php
share/nextcloud/apps/files/lib/Activity/Filter/FileChanges.php
share/nextcloud/apps/files/lib/Activity/Helper.php
share/nextcloud/apps/files/lib/Activity/Provider.php
share/nextcloud/apps/files/lib/Activity/Settings/FavoriteAction.php
share/nextcloud/apps/files/lib/Activity/Settings/FileActivitySettings.php
share/nextcloud/apps/files/lib/Activity/Settings/FileChanged.php
share/nextcloud/apps/files/lib/Activity/Settings/FileFavoriteChanged.php
share/nextcloud/apps/files/lib/App.php
share/nextcloud/apps/files/lib/AppInfo/Application.php
share/nextcloud/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php
share/nextcloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php
share/nextcloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
share/nextcloud/apps/files/lib/BackgroundJob/ScanFiles.php
share/nextcloud/apps/files/lib/BackgroundJob/TransferOwnership.php
share/nextcloud/apps/files/lib/Capabilities.php
share/nextcloud/apps/files/lib/Collaboration/Resources/Listener.php
share/nextcloud/apps/files/lib/Collaboration/Resources/ResourceProvider.php
share/nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php
share/nextcloud/apps/files/lib/Command/RepairTree.php
share/nextcloud/apps/files/lib/Command/Scan.php
share/nextcloud/apps/files/lib/Command/ScanAppData.php
share/nextcloud/apps/files/lib/Command/TransferOwnership.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files/lib/Controller/AjaxController.php
share/nextcloud/apps/files/lib/Controller/ApiController.php
share/nextcloud/apps/files/lib/Controller/DirectEditingController.php
share/nextcloud/apps/files/lib/Controller/DirectEditingViewController.php
share/nextcloud/apps/files/lib/Controller/TemplateController.php
share/nextcloud/apps/files/lib/Controller/TransferOwnershipController.php
share/nextcloud/apps/files/lib/Controller/ViewController.php
share/nextcloud/apps/files/lib/Db/TransferOwnership.php
share/nextcloud/apps/files/lib/Db/TransferOwnershipMapper.php
share/nextcloud/apps/files/lib/Event/LoadAdditionalScriptsEvent.php
share/nextcloud/apps/files/lib/Event/LoadSidebar.php
share/nextcloud/apps/files/lib/Exception/TransferOwnershipException.php
share/nextcloud/apps/files/lib/Helper.php
share/nextcloud/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php
share/nextcloud/apps/files/lib/Listener/LoadSidebarListener.php
share/nextcloud/apps/files/lib/Migration/Version11301Date20191205150729.php
share/nextcloud/apps/files/lib/Notification/Notifier.php
share/nextcloud/apps/files/lib/Search/FilesSearchProvider.php
share/nextcloud/apps/files/lib/Service/DirectEditingService.php
share/nextcloud/apps/files/lib/Service/OwnershipTransferService.php
share/nextcloud/apps/files/lib/Service/TagService.php
share/nextcloud/apps/files/lib/Settings/PersonalSettings.php
share/nextcloud/apps/files/list.php
share/nextcloud/apps/files/recentlist.php
share/nextcloud/apps/files/simplelist.php
share/nextcloud/apps/files/templates/appnavigation.php
share/nextcloud/apps/files/templates/fileexists.html
share/nextcloud/apps/files/templates/index.php
share/nextcloud/apps/files/templates/list.php
share/nextcloud/apps/files/templates/recentlist.php
share/nextcloud/apps/files/templates/settings-personal.php
share/nextcloud/apps/files/templates/simplelist.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/.gitignore
share/nextcloud/apps/files_external/3rdparty/autoload.php
share/nextcloud/apps/files_external/3rdparty/composer.json
share/nextcloud/apps/files_external/3rdparty/composer.lock
share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/composer/InstalledVersions.php
share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php
share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
share/nextcloud/apps/files_external/3rdparty/composer/installed.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/composer/installed.php
share/nextcloud/apps/files_external/3rdparty/composer/platform_check.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore
share/nextcloud/apps/files_external/3rdparty/icewind/smb/.php_cs.dist
share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md
share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ACL.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionAbortedException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionResetException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IAuth.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IOptions.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IServer.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ISystem.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ITimeZoneProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Options.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/StringBuffer.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore
share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE
share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md
share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CountWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/HashWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/ReadHashWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallback.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WrapperHandler.php
share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WriteHashWrapper.php
share/nextcloud/apps/files_external/ajax/applicable.php
share/nextcloud/apps/files_external/ajax/oauth2.php
share/nextcloud/apps/files_external/appinfo/app.php
share/nextcloud/apps/files_external/appinfo/info.xml
share/nextcloud/apps/files_external/appinfo/routes.php
share/nextcloud/apps/files_external/appinfo/signature.json
share/nextcloud/apps/files_external/css/external.css
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/css/settings.scss
share/nextcloud/apps/files_external/img/app-dark.svg
share/nextcloud/apps/files_external/img/app.svg
share/nextcloud/apps/files_external/js/app.js
share/nextcloud/apps/files_external/js/mountsfilelist.js
share/nextcloud/apps/files_external/js/oauth1.js
share/nextcloud/apps/files_external/js/oauth2.js
share/nextcloud/apps/files_external/js/public_key.js
share/nextcloud/apps/files_external/js/rollingqueue.js
share/nextcloud/apps/files_external/js/settings.js
share/nextcloud/apps/files_external/js/statusmanager.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files_external/js/templates.js
share/nextcloud/apps/files_external/js/templates/credentialsDialog.handlebars
share/nextcloud/apps/files_external/js/templates/mountOptionsDropDown.handlebars
share/nextcloud/apps/files_external/l10n/af_ZA.js
share/nextcloud/apps/files_external/l10n/af_ZA.json
share/nextcloud/apps/files_external/l10n/ar.js
share/nextcloud/apps/files_external/l10n/ar.json
share/nextcloud/apps/files_external/l10n/ast.js
share/nextcloud/apps/files_external/l10n/ast.json
share/nextcloud/apps/files_external/l10n/az.js
share/nextcloud/apps/files_external/l10n/az.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/files_external/l10n/bg.js
share/nextcloud/apps/files_external/l10n/bg.json
share/nextcloud/apps/files_external/l10n/bg_BG.js
share/nextcloud/apps/files_external/l10n/bg_BG.json
share/nextcloud/apps/files_external/l10n/bn_BD.js
share/nextcloud/apps/files_external/l10n/bn_BD.json
share/nextcloud/apps/files_external/l10n/bn_IN.js
share/nextcloud/apps/files_external/l10n/bn_IN.json
share/nextcloud/apps/files_external/l10n/bs.js
share/nextcloud/apps/files_external/l10n/bs.json
share/nextcloud/apps/files_external/l10n/ca.js
share/nextcloud/apps/files_external/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/cs.js
share/nextcloud/apps/files_external/l10n/cs.json
share/nextcloud/apps/files_external/l10n/cs_CZ.js
share/nextcloud/apps/files_external/l10n/cs_CZ.json
share/nextcloud/apps/files_external/l10n/cy_GB.js
share/nextcloud/apps/files_external/l10n/cy_GB.json
share/nextcloud/apps/files_external/l10n/da.js
share/nextcloud/apps/files_external/l10n/da.json
share/nextcloud/apps/files_external/l10n/de.js
share/nextcloud/apps/files_external/l10n/de.json
share/nextcloud/apps/files_external/l10n/de_AT.js
share/nextcloud/apps/files_external/l10n/de_AT.json
share/nextcloud/apps/files_external/l10n/de_DE.js
share/nextcloud/apps/files_external/l10n/de_DE.json
share/nextcloud/apps/files_external/l10n/el.js
share/nextcloud/apps/files_external/l10n/el.json
share/nextcloud/apps/files_external/l10n/en_GB.js
share/nextcloud/apps/files_external/l10n/en_GB.json
share/nextcloud/apps/files_external/l10n/eo.js
share/nextcloud/apps/files_external/l10n/eo.json
share/nextcloud/apps/files_external/l10n/es.js
share/nextcloud/apps/files_external/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/l10n/es_419.js
share/nextcloud/apps/files_external/l10n/es_419.json
share/nextcloud/apps/files_external/l10n/es_AR.js
share/nextcloud/apps/files_external/l10n/es_AR.json
share/nextcloud/apps/files_external/l10n/es_CL.js
share/nextcloud/apps/files_external/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_external/l10n/es_CO.js
share/nextcloud/apps/files_external/l10n/es_CO.json
share/nextcloud/apps/files_external/l10n/es_CR.js
share/nextcloud/apps/files_external/l10n/es_CR.json
share/nextcloud/apps/files_external/l10n/es_DO.js
share/nextcloud/apps/files_external/l10n/es_DO.json
share/nextcloud/apps/files_external/l10n/es_EC.js
share/nextcloud/apps/files_external/l10n/es_EC.json
share/nextcloud/apps/files_external/l10n/es_GT.js
share/nextcloud/apps/files_external/l10n/es_GT.json
share/nextcloud/apps/files_external/l10n/es_HN.js
share/nextcloud/apps/files_external/l10n/es_HN.json
share/nextcloud/apps/files_external/l10n/es_MX.js
share/nextcloud/apps/files_external/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_external/l10n/es_NI.js
share/nextcloud/apps/files_external/l10n/es_NI.json
share/nextcloud/apps/files_external/l10n/es_PA.js
share/nextcloud/apps/files_external/l10n/es_PA.json
share/nextcloud/apps/files_external/l10n/es_PE.js
share/nextcloud/apps/files_external/l10n/es_PE.json
share/nextcloud/apps/files_external/l10n/es_PR.js
share/nextcloud/apps/files_external/l10n/es_PR.json
share/nextcloud/apps/files_external/l10n/es_PY.js
share/nextcloud/apps/files_external/l10n/es_PY.json
share/nextcloud/apps/files_external/l10n/es_SV.js
share/nextcloud/apps/files_external/l10n/es_SV.json
share/nextcloud/apps/files_external/l10n/es_UY.js
share/nextcloud/apps/files_external/l10n/es_UY.json
share/nextcloud/apps/files_external/l10n/et_EE.js
share/nextcloud/apps/files_external/l10n/et_EE.json
share/nextcloud/apps/files_external/l10n/eu.js
share/nextcloud/apps/files_external/l10n/eu.json
share/nextcloud/apps/files_external/l10n/fa.js
share/nextcloud/apps/files_external/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/fi.js
share/nextcloud/apps/files_external/l10n/fi.json
share/nextcloud/apps/files_external/l10n/fi_FI.js
share/nextcloud/apps/files_external/l10n/fi_FI.json
share/nextcloud/apps/files_external/l10n/fil.js
share/nextcloud/apps/files_external/l10n/fil.json
share/nextcloud/apps/files_external/l10n/fr.js
share/nextcloud/apps/files_external/l10n/fr.json
share/nextcloud/apps/files_external/l10n/gl.js
share/nextcloud/apps/files_external/l10n/gl.json
share/nextcloud/apps/files_external/l10n/he.js
share/nextcloud/apps/files_external/l10n/he.json
share/nextcloud/apps/files_external/l10n/hi.js
share/nextcloud/apps/files_external/l10n/hi.json
share/nextcloud/apps/files_external/l10n/hr.js
share/nextcloud/apps/files_external/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/hu.js
share/nextcloud/apps/files_external/l10n/hu.json
share/nextcloud/apps/files_external/l10n/hu_HU.js
share/nextcloud/apps/files_external/l10n/hu_HU.json
share/nextcloud/apps/files_external/l10n/hy.js
share/nextcloud/apps/files_external/l10n/hy.json
share/nextcloud/apps/files_external/l10n/ia.js
share/nextcloud/apps/files_external/l10n/ia.json
share/nextcloud/apps/files_external/l10n/id.js
share/nextcloud/apps/files_external/l10n/id.json
share/nextcloud/apps/files_external/l10n/is.js
share/nextcloud/apps/files_external/l10n/is.json
share/nextcloud/apps/files_external/l10n/it.js
share/nextcloud/apps/files_external/l10n/it.json
share/nextcloud/apps/files_external/l10n/ja.js
share/nextcloud/apps/files_external/l10n/ja.json
share/nextcloud/apps/files_external/l10n/jv.js
share/nextcloud/apps/files_external/l10n/jv.json
share/nextcloud/apps/files_external/l10n/ka_GE.js
share/nextcloud/apps/files_external/l10n/ka_GE.json
share/nextcloud/apps/files_external/l10n/km.js
share/nextcloud/apps/files_external/l10n/km.json
share/nextcloud/apps/files_external/l10n/kn.js
share/nextcloud/apps/files_external/l10n/kn.json
share/nextcloud/apps/files_external/l10n/ko.js
share/nextcloud/apps/files_external/l10n/ko.json
share/nextcloud/apps/files_external/l10n/ku_IQ.js
share/nextcloud/apps/files_external/l10n/ku_IQ.json
share/nextcloud/apps/files_external/l10n/lb.js
share/nextcloud/apps/files_external/l10n/lb.json
share/nextcloud/apps/files_external/l10n/lt_LT.js
share/nextcloud/apps/files_external/l10n/lt_LT.json
share/nextcloud/apps/files_external/l10n/lv.js
share/nextcloud/apps/files_external/l10n/lv.json
share/nextcloud/apps/files_external/l10n/mk.js
share/nextcloud/apps/files_external/l10n/mk.json
share/nextcloud/apps/files_external/l10n/mn.js
share/nextcloud/apps/files_external/l10n/mn.json
share/nextcloud/apps/files_external/l10n/ms_MY.js
share/nextcloud/apps/files_external/l10n/ms_MY.json
share/nextcloud/apps/files_external/l10n/my_MM.js
share/nextcloud/apps/files_external/l10n/my_MM.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/nb.js
share/nextcloud/apps/files_external/l10n/nb.json
share/nextcloud/apps/files_external/l10n/nb_NO.js
share/nextcloud/apps/files_external/l10n/nb_NO.json
share/nextcloud/apps/files_external/l10n/nds.js
share/nextcloud/apps/files_external/l10n/nds.json
share/nextcloud/apps/files_external/l10n/nl.js
share/nextcloud/apps/files_external/l10n/nl.json
share/nextcloud/apps/files_external/l10n/nn_NO.js
share/nextcloud/apps/files_external/l10n/nn_NO.json
share/nextcloud/apps/files_external/l10n/oc.js
share/nextcloud/apps/files_external/l10n/oc.json
share/nextcloud/apps/files_external/l10n/pa.js
share/nextcloud/apps/files_external/l10n/pa.json
share/nextcloud/apps/files_external/l10n/pl.js
share/nextcloud/apps/files_external/l10n/pl.json
share/nextcloud/apps/files_external/l10n/pt_BR.js
share/nextcloud/apps/files_external/l10n/pt_BR.json
share/nextcloud/apps/files_external/l10n/pt_PT.js
share/nextcloud/apps/files_external/l10n/pt_PT.json
share/nextcloud/apps/files_external/l10n/ro.js
share/nextcloud/apps/files_external/l10n/ro.json
share/nextcloud/apps/files_external/l10n/ru.js
share/nextcloud/apps/files_external/l10n/ru.json
share/nextcloud/apps/files_external/l10n/si_LK.js
share/nextcloud/apps/files_external/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/sk.js
share/nextcloud/apps/files_external/l10n/sk.json
share/nextcloud/apps/files_external/l10n/sk_SK.js
share/nextcloud/apps/files_external/l10n/sk_SK.json
share/nextcloud/apps/files_external/l10n/sl.js
share/nextcloud/apps/files_external/l10n/sl.json
share/nextcloud/apps/files_external/l10n/sq.js
share/nextcloud/apps/files_external/l10n/sq.json
share/nextcloud/apps/files_external/l10n/sr.js
share/nextcloud/apps/files_external/l10n/sr.json
share/nextcloud/apps/files_external/l10n/sr@latin.js
share/nextcloud/apps/files_external/l10n/sr@latin.json
share/nextcloud/apps/files_external/l10n/sv.js
share/nextcloud/apps/files_external/l10n/sv.json
share/nextcloud/apps/files_external/l10n/ta_LK.js
share/nextcloud/apps/files_external/l10n/ta_LK.json
share/nextcloud/apps/files_external/l10n/te.js
share/nextcloud/apps/files_external/l10n/te.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_external/l10n/th.js
share/nextcloud/apps/files_external/l10n/th.json
share/nextcloud/apps/files_external/l10n/th_TH.js
share/nextcloud/apps/files_external/l10n/th_TH.json
share/nextcloud/apps/files_external/l10n/tr.js
share/nextcloud/apps/files_external/l10n/tr.json
share/nextcloud/apps/files_external/l10n/ug.js
share/nextcloud/apps/files_external/l10n/ug.json
share/nextcloud/apps/files_external/l10n/uk.js
share/nextcloud/apps/files_external/l10n/uk.json
share/nextcloud/apps/files_external/l10n/ur_PK.js
share/nextcloud/apps/files_external/l10n/ur_PK.json
share/nextcloud/apps/files_external/l10n/vi.js
share/nextcloud/apps/files_external/l10n/vi.json
share/nextcloud/apps/files_external/l10n/zh_CN.js
share/nextcloud/apps/files_external/l10n/zh_CN.json
share/nextcloud/apps/files_external/l10n/zh_HK.js
share/nextcloud/apps/files_external/l10n/zh_HK.json
share/nextcloud/apps/files_external/l10n/zh_TW.js
share/nextcloud/apps/files_external/l10n/zh_TW.json
share/nextcloud/apps/files_external/lib/AppInfo/Application.php
share/nextcloud/apps/files_external/lib/BackgroundJob/CredentialsCleanup.php
share/nextcloud/apps/files_external/lib/Command/Applicable.php
share/nextcloud/apps/files_external/lib/Command/Backends.php
share/nextcloud/apps/files_external/lib/Command/Config.php
share/nextcloud/apps/files_external/lib/Command/Create.php
share/nextcloud/apps/files_external/lib/Command/Delete.php
share/nextcloud/apps/files_external/lib/Command/Export.php
share/nextcloud/apps/files_external/lib/Command/Import.php
share/nextcloud/apps/files_external/lib/Command/ListCommand.php
share/nextcloud/apps/files_external/lib/Command/Notify.php
share/nextcloud/apps/files_external/lib/Command/Option.php
share/nextcloud/apps/files_external/lib/Command/Verify.php
share/nextcloud/apps/files_external/lib/Config/ConfigAdapter.php
share/nextcloud/apps/files_external/lib/Config/ExternalMountPoint.php
share/nextcloud/apps/files_external/lib/Config/IConfigHandler.php
share/nextcloud/apps/files_external/lib/Config/SimpleSubstitutionTrait.php
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/files_external/lib/Config/UserContext.php
share/nextcloud/apps/files_external/lib/Config/UserPlaceholderHandler.php
share/nextcloud/apps/files_external/lib/Controller/AjaxController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/lib/Controller/ApiController.php
share/nextcloud/apps/files_external/lib/Controller/GlobalStoragesController.php
share/nextcloud/apps/files_external/lib/Controller/StoragesController.php
share/nextcloud/apps/files_external/lib/Controller/UserGlobalStoragesController.php
share/nextcloud/apps/files_external/lib/Controller/UserStoragesController.php
share/nextcloud/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php
share/nextcloud/apps/files_external/lib/Lib/Auth/AuthMechanism.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Builtin.php
share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/lib/Lib/Auth/InvalidAuth.php
share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php
share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV3.php
share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/Password.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php
share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserProvided.php
share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSAPrivateKey.php
share/nextcloud/apps/files_external/lib/Lib/Auth/SMB/KerberosAuth.php
share/nextcloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
share/nextcloud/apps/files_external/lib/Lib/Backend/Backend.php
share/nextcloud/apps/files_external/lib/Lib/Backend/DAV.php
share/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/lib/Lib/Backend/InvalidBackend.php
share/nextcloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php
share/nextcloud/apps/files_external/lib/Lib/Backend/Local.php
share/nextcloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP.php
share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP_Key.php
share/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php
share/nextcloud/apps/files_external/lib/Lib/Backend/SMB_OC.php
share/nextcloud/apps/files_external/lib/Lib/Backend/Swift.php
share/nextcloud/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php
share/nextcloud/apps/files_external/lib/Lib/Config/IBackendProvider.php
share/nextcloud/apps/files_external/lib/Lib/DefinitionParameter.php
share/nextcloud/apps/files_external/lib/Lib/DependencyTrait.php
share/nextcloud/apps/files_external/lib/Lib/FrontendDefinitionTrait.php
share/nextcloud/apps/files_external/lib/Lib/IdentifierTrait.php
share/nextcloud/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
share/nextcloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
share/nextcloud/apps/files_external/lib/Lib/MissingDependency.php
share/nextcloud/apps/files_external/lib/Lib/Notify/SMBNotifyHandler.php
share/nextcloud/apps/files_external/lib/Lib/PersonalMount.php
share/nextcloud/apps/files_external/lib/Lib/PriorityTrait.php
share/nextcloud/apps/files_external/lib/Lib/SessionStorageWrapper.php
share/nextcloud/apps/files_external/lib/Lib/Storage/AmazonS3.php
share/nextcloud/apps/files_external/lib/Lib/Storage/FTP.php
share/nextcloud/apps/files_external/lib/Lib/Storage/OwnCloud.php
share/nextcloud/apps/files_external/lib/Lib/Storage/SFTP.php
share/nextcloud/apps/files_external/lib/Lib/Storage/SFTPReadStream.php
share/nextcloud/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
share/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php
share/nextcloud/apps/files_external/lib/Lib/Storage/StreamWrapper.php
share/nextcloud/apps/files_external/lib/Lib/Storage/Swift.php
share/nextcloud/apps/files_external/lib/Lib/StorageConfig.php
share/nextcloud/apps/files_external/lib/Lib/StorageModifierTrait.php
share/nextcloud/apps/files_external/lib/Lib/VisibilityTrait.php
share/nextcloud/apps/files_external/lib/Listener/StorePasswordListener.php
share/nextcloud/apps/files_external/lib/Migration/DummyUserSession.php
share/nextcloud/apps/files_external/lib/Migration/StorageMigrator.php
share/nextcloud/apps/files_external/lib/Migration/Version1011Date20200630192246.php
share/nextcloud/apps/files_external/lib/MountConfig.php
share/nextcloud/apps/files_external/lib/NotFoundException.php
share/nextcloud/apps/files_external/lib/Service/BackendService.php
share/nextcloud/apps/files_external/lib/Service/DBConfigService.php
share/nextcloud/apps/files_external/lib/Service/GlobalStoragesService.php
share/nextcloud/apps/files_external/lib/Service/ImportLegacyStoragesService.php
share/nextcloud/apps/files_external/lib/Service/LegacyStoragesService.php
share/nextcloud/apps/files_external/lib/Service/StoragesService.php
share/nextcloud/apps/files_external/lib/Service/UserGlobalStoragesService.php
share/nextcloud/apps/files_external/lib/Service/UserLegacyStoragesService.php
share/nextcloud/apps/files_external/lib/Service/UserStoragesService.php
share/nextcloud/apps/files_external/lib/Service/UserTrait.php
share/nextcloud/apps/files_external/lib/Settings/Admin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_external/lib/Settings/Personal.php
share/nextcloud/apps/files_external/lib/Settings/PersonalSection.php
share/nextcloud/apps/files_external/lib/Settings/Section.php
share/nextcloud/apps/files_external/list.php
share/nextcloud/apps/files_external/templates/list.php
share/nextcloud/apps/files_external/templates/settings.php
share/nextcloud/apps/files_pdfviewer/appinfo/info.xml
share/nextcloud/apps/files_pdfviewer/appinfo/routes.php
share/nextcloud/apps/files_pdfviewer/appinfo/signature.json
share/nextcloud/apps/files_pdfviewer/babel.config.js
share/nextcloud/apps/files_pdfviewer/composer.json
share/nextcloud/apps/files_pdfviewer/composer.lock
share/nextcloud/apps/files_pdfviewer/css/minmode.css
share/nextcloud/apps/files_pdfviewer/css/style.css
share/nextcloud/apps/files_pdfviewer/css/viewer.css
share/nextcloud/apps/files_pdfviewer/img/app.png
share/nextcloud/apps/files_pdfviewer/img/app.svg
share/nextcloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.map
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js.map
share/nextcloud/apps/files_pdfviewer/js/pdfjs/LICENSE
share/nextcloud/apps/files_pdfviewer/js/pdfjs/build/pdf.js
share/nextcloud/apps/files_pdfviewer/js/pdfjs/build/pdf.js.map
share/nextcloud/apps/files_pdfviewer/js/pdfjs/build/pdf.worker.js
share/nextcloud/apps/files_pdfviewer/js/pdfjs/build/pdf.worker.js.map
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Add-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Add-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/B5pc-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/B5pc-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS1-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS1-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS2-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/CNS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETHK-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETHK-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETen-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETen-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETenms-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/ETenms-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Ext-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Ext-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GB-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GB-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GB-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GB-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBK-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBK-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBK2K-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBK2K-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBT-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBT-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBT-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBT-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKdla-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKdla-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKm314-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKm314-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKm471-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKm471-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKscs-B5-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/HKscs-B5-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Hankaku.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Hiragana.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-Johab-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-Johab-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Katakana.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/LICENSE
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/NWP-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/NWP-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/RKSJ-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/RKSJ-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/Roman.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/V.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/WP-Symbol.bcmap
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/compressed.tracemonkey-pldi-09.pdf
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/debugger.js
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-check.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-comment.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-help.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-insert.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-key.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-newparagraph.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-noicon.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-note.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-paragraph.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/findbarButton-next.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/findbarButton-next@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/findbarButton-previous.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/findbarButton-previous@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/grab.cur
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/grabbing.cur
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/loading-icon.gif
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/loading-small.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/loading-small@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-documentProperties.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-firstPage.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-handTool.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-lastPage.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-rotateCw.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollVertical.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollVertical@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-scrollWrapped@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-selectTool.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadEven.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadEven@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadNone.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadNone@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadOdd.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/secondaryToolbarButton-spreadOdd@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/shadow.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/texture.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-bookmark.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-bookmark@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-download.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-download@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-menuArrows.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-menuArrows@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-openFile.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-openFile@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-pageDown.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-pageDown@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-pageUp.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-pageUp@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-presentationMode.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-presentationMode@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-print.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-print@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-search.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-search@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-sidebarToggle.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewAttachments.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewAttachments@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewOutline.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewOutline@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewThumbnail.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-zoomIn.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-zoomIn@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-zoomOut.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-zoomOut@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/treeitem-collapsed.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/treeitem-collapsed@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/treeitem-expanded.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/treeitem-expanded@2x.png
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ach/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/af/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/an/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ar/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ast/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/az/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/be/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/bg/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/bn/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/bo/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/br/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/brx/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/bs/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ca/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/cak/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/cs/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/cy/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/da/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/de/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/dsb/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/el/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/en-CA/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/en-GB/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/en-US/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/eo/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/es-AR/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/es-CL/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/es-ES/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/es-MX/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/et/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/eu/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/fa/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ff/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/fi/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/fr/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/fy-NL/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ga-IE/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/gd/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/gl/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/gn/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/gu-IN/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/he/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hi-IN/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hr/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hsb/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hu/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hy-AM/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/hye/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ia/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/id/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/is/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/it/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ja/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ka/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/kab/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/kk/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/km/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/kn/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ko/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/lij/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/lo/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/locale.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/lt/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ltg/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/lv/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/meh/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/mk/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/mr/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ms/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/my/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/nb-NO/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ne-NP/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/nl/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/nn-NO/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/oc/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/pa-IN/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/pl/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/pt-BR/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/pt-PT/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/rm/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ro/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ru/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sk/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sl/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/son/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sq/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sr/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sv-SE/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ta/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tl/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tr/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/trs/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/uk/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ur/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/uz/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/vi/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/wo/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/xh/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-CN/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-TW/viewer.properties
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.css
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.html
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js.map
share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_pdfviewer/lib/Controller/DisplayController.php
share/nextcloud/apps/files_pdfviewer/lib/Listeners/CSPListener.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadPublicViewerListener.php
share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php
share/nextcloud/apps/files_pdfviewer/pdfjs-get.js
share/nextcloud/apps/files_pdfviewer/phpunit.xml
share/nextcloud/apps/files_pdfviewer/templates/viewer.php
share/nextcloud/apps/files_rightclick/CHANGELOG.md
share/nextcloud/apps/files_rightclick/COPYING
share/nextcloud/apps/files_rightclick/LICENSE
share/nextcloud/apps/files_rightclick/appinfo/info.xml
share/nextcloud/apps/files_rightclick/appinfo/signature.json
share/nextcloud/apps/files_rightclick/css/app.css
share/nextcloud/apps/files_rightclick/js/files.js
share/nextcloud/apps/files_rightclick/js/script.js
share/nextcloud/apps/files_rightclick/l10n/af.js
share/nextcloud/apps/files_rightclick/l10n/af.json
share/nextcloud/apps/files_rightclick/l10n/ar.js
share/nextcloud/apps/files_rightclick/l10n/ar.json
share/nextcloud/apps/files_rightclick/l10n/ast.js
share/nextcloud/apps/files_rightclick/l10n/ast.json
share/nextcloud/apps/files_rightclick/l10n/az.js
share/nextcloud/apps/files_rightclick/l10n/az.json
share/nextcloud/apps/files_rightclick/l10n/be.js
share/nextcloud/apps/files_rightclick/l10n/be.json
share/nextcloud/apps/files_rightclick/l10n/bg.js
share/nextcloud/apps/files_rightclick/l10n/bg.json
share/nextcloud/apps/files_rightclick/l10n/bn_BD.js
share/nextcloud/apps/files_rightclick/l10n/bn_BD.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/files_rightclick/l10n/br.js
share/nextcloud/apps/files_rightclick/l10n/br.json
share/nextcloud/apps/files_rightclick/l10n/bs.js
share/nextcloud/apps/files_rightclick/l10n/bs.json
share/nextcloud/apps/files_rightclick/l10n/ca.js
share/nextcloud/apps/files_rightclick/l10n/ca.json
share/nextcloud/apps/files_rightclick/l10n/cs.js
share/nextcloud/apps/files_rightclick/l10n/cs.json
share/nextcloud/apps/files_rightclick/l10n/cy_GB.js
share/nextcloud/apps/files_rightclick/l10n/cy_GB.json
share/nextcloud/apps/files_rightclick/l10n/da.js
share/nextcloud/apps/files_rightclick/l10n/da.json
share/nextcloud/apps/files_rightclick/l10n/de.js
share/nextcloud/apps/files_rightclick/l10n/de.json
share/nextcloud/apps/files_rightclick/l10n/de_DE.js
share/nextcloud/apps/files_rightclick/l10n/de_DE.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/files_rightclick/l10n/el.js
share/nextcloud/apps/files_rightclick/l10n/el.json
share/nextcloud/apps/files_rightclick/l10n/en_GB.js
share/nextcloud/apps/files_rightclick/l10n/en_GB.json
share/nextcloud/apps/files_rightclick/l10n/eo.js
share/nextcloud/apps/files_rightclick/l10n/eo.json
share/nextcloud/apps/files_rightclick/l10n/es.js
share/nextcloud/apps/files_rightclick/l10n/es.json
share/nextcloud/apps/files_rightclick/l10n/es_419.js
share/nextcloud/apps/files_rightclick/l10n/es_419.json
share/nextcloud/apps/files_rightclick/l10n/es_AR.js
share/nextcloud/apps/files_rightclick/l10n/es_AR.json
share/nextcloud/apps/files_rightclick/l10n/es_CL.js
share/nextcloud/apps/files_rightclick/l10n/es_CL.json
share/nextcloud/apps/files_rightclick/l10n/es_CO.js
share/nextcloud/apps/files_rightclick/l10n/es_CO.json
share/nextcloud/apps/files_rightclick/l10n/es_CR.js
share/nextcloud/apps/files_rightclick/l10n/es_CR.json
share/nextcloud/apps/files_rightclick/l10n/es_DO.js
share/nextcloud/apps/files_rightclick/l10n/es_DO.json
share/nextcloud/apps/files_rightclick/l10n/es_EC.js
share/nextcloud/apps/files_rightclick/l10n/es_EC.json
share/nextcloud/apps/files_rightclick/l10n/es_GT.js
share/nextcloud/apps/files_rightclick/l10n/es_GT.json
share/nextcloud/apps/files_rightclick/l10n/es_HN.js
share/nextcloud/apps/files_rightclick/l10n/es_HN.json
share/nextcloud/apps/files_rightclick/l10n/es_MX.js
share/nextcloud/apps/files_rightclick/l10n/es_MX.json
share/nextcloud/apps/files_rightclick/l10n/es_NI.js
share/nextcloud/apps/files_rightclick/l10n/es_NI.json
share/nextcloud/apps/files_rightclick/l10n/es_PA.js
share/nextcloud/apps/files_rightclick/l10n/es_PA.json
share/nextcloud/apps/files_rightclick/l10n/es_PE.js
share/nextcloud/apps/files_rightclick/l10n/es_PE.json
share/nextcloud/apps/files_rightclick/l10n/es_PR.js
share/nextcloud/apps/files_rightclick/l10n/es_PR.json
share/nextcloud/apps/files_rightclick/l10n/es_PY.js
share/nextcloud/apps/files_rightclick/l10n/es_PY.json
share/nextcloud/apps/files_rightclick/l10n/es_SV.js
share/nextcloud/apps/files_rightclick/l10n/es_SV.json
share/nextcloud/apps/files_rightclick/l10n/es_UY.js
share/nextcloud/apps/files_rightclick/l10n/es_UY.json
share/nextcloud/apps/files_rightclick/l10n/et_EE.js
share/nextcloud/apps/files_rightclick/l10n/et_EE.json
share/nextcloud/apps/files_rightclick/l10n/eu.js
share/nextcloud/apps/files_rightclick/l10n/eu.json
share/nextcloud/apps/files_rightclick/l10n/fa.js
share/nextcloud/apps/files_rightclick/l10n/fa.json
share/nextcloud/apps/files_rightclick/l10n/fi.js
share/nextcloud/apps/files_rightclick/l10n/fi.json
share/nextcloud/apps/files_rightclick/l10n/fr.js
share/nextcloud/apps/files_rightclick/l10n/fr.json
share/nextcloud/apps/files_rightclick/l10n/gl.js
share/nextcloud/apps/files_rightclick/l10n/gl.json
share/nextcloud/apps/files_rightclick/l10n/he.js
share/nextcloud/apps/files_rightclick/l10n/he.json
share/nextcloud/apps/files_rightclick/l10n/hr.js
share/nextcloud/apps/files_rightclick/l10n/hr.json
share/nextcloud/apps/files_rightclick/l10n/hu.js
share/nextcloud/apps/files_rightclick/l10n/hu.json
share/nextcloud/apps/files_rightclick/l10n/hy.js
share/nextcloud/apps/files_rightclick/l10n/hy.json
share/nextcloud/apps/files_rightclick/l10n/ia.js
share/nextcloud/apps/files_rightclick/l10n/ia.json
share/nextcloud/apps/files_rightclick/l10n/id.js
share/nextcloud/apps/files_rightclick/l10n/id.json
share/nextcloud/apps/files_rightclick/l10n/is.js
share/nextcloud/apps/files_rightclick/l10n/is.json
share/nextcloud/apps/files_rightclick/l10n/it.js
share/nextcloud/apps/files_rightclick/l10n/it.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/files_rightclick/l10n/ja.js
share/nextcloud/apps/files_rightclick/l10n/ja.json
share/nextcloud/apps/files_rightclick/l10n/ka_GE.js
share/nextcloud/apps/files_rightclick/l10n/ka_GE.json
share/nextcloud/apps/files_rightclick/l10n/km.js
share/nextcloud/apps/files_rightclick/l10n/km.json
share/nextcloud/apps/files_rightclick/l10n/kn.js
share/nextcloud/apps/files_rightclick/l10n/kn.json
share/nextcloud/apps/files_rightclick/l10n/ko.js
share/nextcloud/apps/files_rightclick/l10n/ko.json
share/nextcloud/apps/files_rightclick/l10n/lb.js
share/nextcloud/apps/files_rightclick/l10n/lb.json
share/nextcloud/apps/files_rightclick/l10n/lt_LT.js
share/nextcloud/apps/files_rightclick/l10n/lt_LT.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/files_rightclick/l10n/lv.js
share/nextcloud/apps/files_rightclick/l10n/lv.json
share/nextcloud/apps/files_rightclick/l10n/mk.js
share/nextcloud/apps/files_rightclick/l10n/mk.json
share/nextcloud/apps/files_rightclick/l10n/mn.js
share/nextcloud/apps/files_rightclick/l10n/mn.json
share/nextcloud/apps/files_rightclick/l10n/ms_MY.js
share/nextcloud/apps/files_rightclick/l10n/ms_MY.json
share/nextcloud/apps/files_rightclick/l10n/nb.js
share/nextcloud/apps/files_rightclick/l10n/nb.json
share/nextcloud/apps/files_rightclick/l10n/nl.js
share/nextcloud/apps/files_rightclick/l10n/nl.json
share/nextcloud/apps/files_rightclick/l10n/nn_NO.js
share/nextcloud/apps/files_rightclick/l10n/nn_NO.json
share/nextcloud/apps/files_rightclick/l10n/oc.js
share/nextcloud/apps/files_rightclick/l10n/oc.json
share/nextcloud/apps/files_rightclick/l10n/pl.js
share/nextcloud/apps/files_rightclick/l10n/pl.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/files_rightclick/l10n/ps.js
share/nextcloud/apps/files_rightclick/l10n/ps.json
share/nextcloud/apps/files_rightclick/l10n/pt_BR.js
share/nextcloud/apps/files_rightclick/l10n/pt_BR.json
share/nextcloud/apps/files_rightclick/l10n/pt_PT.js
share/nextcloud/apps/files_rightclick/l10n/pt_PT.json
share/nextcloud/apps/files_rightclick/l10n/ro.js
share/nextcloud/apps/files_rightclick/l10n/ro.json
share/nextcloud/apps/files_rightclick/l10n/ru.js
share/nextcloud/apps/files_rightclick/l10n/ru.json
share/nextcloud/apps/files_rightclick/l10n/sc.js
share/nextcloud/apps/files_rightclick/l10n/sc.json
share/nextcloud/apps/files_rightclick/l10n/si.js
share/nextcloud/apps/files_rightclick/l10n/si.json
share/nextcloud/apps/files_rightclick/l10n/sk.js
share/nextcloud/apps/files_rightclick/l10n/sk.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/files_rightclick/l10n/sl.js
share/nextcloud/apps/files_rightclick/l10n/sl.json
share/nextcloud/apps/files_rightclick/l10n/sq.js
share/nextcloud/apps/files_rightclick/l10n/sq.json
share/nextcloud/apps/files_rightclick/l10n/sr.js
share/nextcloud/apps/files_rightclick/l10n/sr.json
share/nextcloud/apps/files_rightclick/l10n/sr@latin.js
share/nextcloud/apps/files_rightclick/l10n/sr@latin.json
share/nextcloud/apps/files_rightclick/l10n/sv.js
share/nextcloud/apps/files_rightclick/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/files_rightclick/l10n/ta.js
share/nextcloud/apps/files_rightclick/l10n/ta.json
share/nextcloud/apps/files_rightclick/l10n/th.js
share/nextcloud/apps/files_rightclick/l10n/th.json
share/nextcloud/apps/files_rightclick/l10n/tr.js
share/nextcloud/apps/files_rightclick/l10n/tr.json
share/nextcloud/apps/files_rightclick/l10n/ug.js
share/nextcloud/apps/files_rightclick/l10n/ug.json
share/nextcloud/apps/files_rightclick/l10n/uk.js
share/nextcloud/apps/files_rightclick/l10n/uk.json
share/nextcloud/apps/files_rightclick/l10n/ur_PK.js
share/nextcloud/apps/files_rightclick/l10n/ur_PK.json
share/nextcloud/apps/files_rightclick/l10n/vi.js
share/nextcloud/apps/files_rightclick/l10n/vi.json
share/nextcloud/apps/files_rightclick/l10n/zh_CN.js
share/nextcloud/apps/files_rightclick/l10n/zh_CN.json
share/nextcloud/apps/files_rightclick/l10n/zh_HK.js
share/nextcloud/apps/files_rightclick/l10n/zh_HK.json
share/nextcloud/apps/files_rightclick/l10n/zh_TW.js
share/nextcloud/apps/files_rightclick/l10n/zh_TW.json
share/nextcloud/apps/files_rightclick/lib/AppInfo/Application.php
share/nextcloud/apps/files_rightclick/lib/Listener/BeforeLoggedInTemplateRenderedListener.php
share/nextcloud/apps/files_rightclick/lib/Listener/BeforeTemplateRenderedListener.php
share/nextcloud/apps/files_rightclick/screenshots/file.png
share/nextcloud/apps/files_rightclick/screenshots/folder.png
share/nextcloud/apps/files_rightclick/screenshots/picture.png
share/nextcloud/apps/files_sharing/appinfo/app.php
share/nextcloud/apps/files_sharing/appinfo/info.xml
share/nextcloud/apps/files_sharing/appinfo/routes.php
share/nextcloud/apps/files_sharing/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_sharing/composer/autoload.php
share/nextcloud/apps/files_sharing/composer/composer.json
share/nextcloud/apps/files_sharing/composer/composer/ClassLoader.php
share/nextcloud/apps/files_sharing/composer/composer/LICENSE
share/nextcloud/apps/files_sharing/composer/composer/autoload_classmap.php
share/nextcloud/apps/files_sharing/composer/composer/autoload_namespaces.php
share/nextcloud/apps/files_sharing/composer/composer/autoload_psr4.php
share/nextcloud/apps/files_sharing/composer/composer/autoload_real.php
share/nextcloud/apps/files_sharing/composer/composer/autoload_static.php
share/nextcloud/apps/files_sharing/css/404.css
share/nextcloud/apps/files_sharing/css/icons.scss
share/nextcloud/apps/files_sharing/css/mobile.scss
share/nextcloud/apps/files_sharing/css/public.scss
share/nextcloud/apps/files_sharing/css/publicView.scss
share/nextcloud/apps/files_sharing/img/app.svg
share/nextcloud/apps/files_sharing/js/additionalScripts.js
share/nextcloud/apps/files_sharing/js/additionalScripts.js.map
share/nextcloud/apps/files_sharing/js/app.js
share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js
share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js.map
share/nextcloud/apps/files_sharing/js/dist/collaboration.js
share/nextcloud/apps/files_sharing/js/dist/collaboration.js.map
share/nextcloud/apps/files_sharing/js/dist/files_sharing.js
share/nextcloud/apps/files_sharing/js/dist/files_sharing.js.map
share/nextcloud/apps/files_sharing/js/dist/files_sharing_tab.js
share/nextcloud/apps/files_sharing/js/dist/files_sharing_tab.js.map
share/nextcloud/apps/files_sharing/js/dist/main.js
share/nextcloud/apps/files_sharing/js/dist/main.js.map
share/nextcloud/apps/files_sharing/js/dist/personal-settings.js
share/nextcloud/apps/files_sharing/js/dist/personal-settings.js.map
share/nextcloud/apps/files_sharing/js/files_drop.js
share/nextcloud/apps/files_sharing/js/public.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_sharing/js/public_note.js
share/nextcloud/apps/files_sharing/js/sharedfilelist.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files_sharing/js/templates.js
share/nextcloud/apps/files_sharing/js/templates/files_drop.handlebars
share/nextcloud/apps/files_sharing/l10n/af_ZA.js
share/nextcloud/apps/files_sharing/l10n/af_ZA.json
share/nextcloud/apps/files_sharing/l10n/ar.js
share/nextcloud/apps/files_sharing/l10n/ar.json
share/nextcloud/apps/files_sharing/l10n/ast.js
share/nextcloud/apps/files_sharing/l10n/ast.json
share/nextcloud/apps/files_sharing/l10n/az.js
share/nextcloud/apps/files_sharing/l10n/az.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_sharing/l10n/bg.js
share/nextcloud/apps/files_sharing/l10n/bg.json
share/nextcloud/apps/files_sharing/l10n/bg_BG.js
share/nextcloud/apps/files_sharing/l10n/bg_BG.json
share/nextcloud/apps/files_sharing/l10n/bn_BD.js
share/nextcloud/apps/files_sharing/l10n/bn_BD.json
share/nextcloud/apps/files_sharing/l10n/bn_IN.js
share/nextcloud/apps/files_sharing/l10n/bn_IN.json
share/nextcloud/apps/files_sharing/l10n/bs.js
share/nextcloud/apps/files_sharing/l10n/bs.json
share/nextcloud/apps/files_sharing/l10n/ca.js
share/nextcloud/apps/files_sharing/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_sharing/l10n/cs.js
share/nextcloud/apps/files_sharing/l10n/cs.json
share/nextcloud/apps/files_sharing/l10n/cs_CZ.js
share/nextcloud/apps/files_sharing/l10n/cs_CZ.json
share/nextcloud/apps/files_sharing/l10n/cy_GB.js
share/nextcloud/apps/files_sharing/l10n/cy_GB.json
share/nextcloud/apps/files_sharing/l10n/da.js
share/nextcloud/apps/files_sharing/l10n/da.json
share/nextcloud/apps/files_sharing/l10n/de.js
share/nextcloud/apps/files_sharing/l10n/de.json
share/nextcloud/apps/files_sharing/l10n/de_AT.js
share/nextcloud/apps/files_sharing/l10n/de_AT.json
share/nextcloud/apps/files_sharing/l10n/de_DE.js
share/nextcloud/apps/files_sharing/l10n/de_DE.json
share/nextcloud/apps/files_sharing/l10n/el.js
share/nextcloud/apps/files_sharing/l10n/el.json
share/nextcloud/apps/files_sharing/l10n/en_GB.js
share/nextcloud/apps/files_sharing/l10n/en_GB.json
share/nextcloud/apps/files_sharing/l10n/eo.js
share/nextcloud/apps/files_sharing/l10n/eo.json
share/nextcloud/apps/files_sharing/l10n/es.js
share/nextcloud/apps/files_sharing/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_sharing/l10n/es_419.js
share/nextcloud/apps/files_sharing/l10n/es_419.json
share/nextcloud/apps/files_sharing/l10n/es_AR.js
share/nextcloud/apps/files_sharing/l10n/es_AR.json
share/nextcloud/apps/files_sharing/l10n/es_CL.js
share/nextcloud/apps/files_sharing/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_sharing/l10n/es_CO.js
share/nextcloud/apps/files_sharing/l10n/es_CO.json
share/nextcloud/apps/files_sharing/l10n/es_CR.js
share/nextcloud/apps/files_sharing/l10n/es_CR.json
share/nextcloud/apps/files_sharing/l10n/es_DO.js
share/nextcloud/apps/files_sharing/l10n/es_DO.json
share/nextcloud/apps/files_sharing/l10n/es_EC.js
share/nextcloud/apps/files_sharing/l10n/es_EC.json
share/nextcloud/apps/files_sharing/l10n/es_GT.js
share/nextcloud/apps/files_sharing/l10n/es_GT.json
share/nextcloud/apps/files_sharing/l10n/es_HN.js
share/nextcloud/apps/files_sharing/l10n/es_HN.json
share/nextcloud/apps/files_sharing/l10n/es_MX.js
share/nextcloud/apps/files_sharing/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_sharing/l10n/es_NI.js
share/nextcloud/apps/files_sharing/l10n/es_NI.json
share/nextcloud/apps/files_sharing/l10n/es_PA.js
share/nextcloud/apps/files_sharing/l10n/es_PA.json
share/nextcloud/apps/files_sharing/l10n/es_PE.js
share/nextcloud/apps/files_sharing/l10n/es_PE.json
share/nextcloud/apps/files_sharing/l10n/es_PR.js
share/nextcloud/apps/files_sharing/l10n/es_PR.json
share/nextcloud/apps/files_sharing/l10n/es_PY.js
share/nextcloud/apps/files_sharing/l10n/es_PY.json
share/nextcloud/apps/files_sharing/l10n/es_SV.js
share/nextcloud/apps/files_sharing/l10n/es_SV.json
share/nextcloud/apps/files_sharing/l10n/es_UY.js
share/nextcloud/apps/files_sharing/l10n/es_UY.json
share/nextcloud/apps/files_sharing/l10n/et_EE.js
share/nextcloud/apps/files_sharing/l10n/et_EE.json
share/nextcloud/apps/files_sharing/l10n/eu.js
share/nextcloud/apps/files_sharing/l10n/eu.json
share/nextcloud/apps/files_sharing/l10n/fa.js
share/nextcloud/apps/files_sharing/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_sharing/l10n/fi.js
share/nextcloud/apps/files_sharing/l10n/fi.json
share/nextcloud/apps/files_sharing/l10n/fi_FI.js
share/nextcloud/apps/files_sharing/l10n/fi_FI.json
share/nextcloud/apps/files_sharing/l10n/fil.js
share/nextcloud/apps/files_sharing/l10n/fil.json
share/nextcloud/apps/files_sharing/l10n/fr.js
share/nextcloud/apps/files_sharing/l10n/fr.json
share/nextcloud/apps/files_sharing/l10n/gl.js
share/nextcloud/apps/files_sharing/l10n/gl.json
share/nextcloud/apps/files_sharing/l10n/he.js
share/nextcloud/apps/files_sharing/l10n/he.json
share/nextcloud/apps/files_sharing/l10n/hi.js
share/nextcloud/apps/files_sharing/l10n/hi.json
share/nextcloud/apps/files_sharing/l10n/hr.js
share/nextcloud/apps/files_sharing/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_sharing/l10n/hu.js
share/nextcloud/apps/files_sharing/l10n/hu.json
share/nextcloud/apps/files_sharing/l10n/hu_HU.js
share/nextcloud/apps/files_sharing/l10n/hu_HU.json
share/nextcloud/apps/files_sharing/l10n/hy.js
share/nextcloud/apps/files_sharing/l10n/hy.json
share/nextcloud/apps/files_sharing/l10n/ia.js
share/nextcloud/apps/files_sharing/l10n/ia.json
share/nextcloud/apps/files_sharing/l10n/id.js
share/nextcloud/apps/files_sharing/l10n/id.json
share/nextcloud/apps/files_sharing/l10n/is.js
share/nextcloud/apps/files_sharing/l10n/is.json
share/nextcloud/apps/files_sharing/l10n/it.js
share/nextcloud/apps/files_sharing/l10n/it.json
share/nextcloud/apps/files_sharing/l10n/ja.js
share/nextcloud/apps/files_sharing/l10n/ja.json
share/nextcloud/apps/files_sharing/l10n/jv.js
share/nextcloud/apps/files_sharing/l10n/jv.json
share/nextcloud/apps/files_sharing/l10n/ka_GE.js
share/nextcloud/apps/files_sharing/l10n/ka_GE.json
share/nextcloud/apps/files_sharing/l10n/km.js
share/nextcloud/apps/files_sharing/l10n/km.json
share/nextcloud/apps/files_sharing/l10n/kn.js
share/nextcloud/apps/files_sharing/l10n/kn.json
share/nextcloud/apps/files_sharing/l10n/ko.js
share/nextcloud/apps/files_sharing/l10n/ko.json
share/nextcloud/apps/files_sharing/l10n/ku_IQ.js
share/nextcloud/apps/files_sharing/l10n/ku_IQ.json
share/nextcloud/apps/files_sharing/l10n/lb.js
share/nextcloud/apps/files_sharing/l10n/lb.json
share/nextcloud/apps/files_sharing/l10n/lo.js
share/nextcloud/apps/files_sharing/l10n/lo.json
share/nextcloud/apps/files_sharing/l10n/lt_LT.js
share/nextcloud/apps/files_sharing/l10n/lt_LT.json
share/nextcloud/apps/files_sharing/l10n/lv.js
share/nextcloud/apps/files_sharing/l10n/lv.json
share/nextcloud/apps/files_sharing/l10n/mk.js
share/nextcloud/apps/files_sharing/l10n/mk.json
share/nextcloud/apps/files_sharing/l10n/ml_IN.js
share/nextcloud/apps/files_sharing/l10n/ml_IN.json
share/nextcloud/apps/files_sharing/l10n/mn.js
share/nextcloud/apps/files_sharing/l10n/mn.json
share/nextcloud/apps/files_sharing/l10n/ms_MY.js
share/nextcloud/apps/files_sharing/l10n/ms_MY.json
share/nextcloud/apps/files_sharing/l10n/my_MM.js
share/nextcloud/apps/files_sharing/l10n/my_MM.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_sharing/l10n/nb.js
share/nextcloud/apps/files_sharing/l10n/nb.json
share/nextcloud/apps/files_sharing/l10n/nb_NO.js
share/nextcloud/apps/files_sharing/l10n/nb_NO.json
share/nextcloud/apps/files_sharing/l10n/nds.js
share/nextcloud/apps/files_sharing/l10n/nds.json
share/nextcloud/apps/files_sharing/l10n/nl.js
share/nextcloud/apps/files_sharing/l10n/nl.json
share/nextcloud/apps/files_sharing/l10n/nn_NO.js
share/nextcloud/apps/files_sharing/l10n/nn_NO.json
share/nextcloud/apps/files_sharing/l10n/oc.js
share/nextcloud/apps/files_sharing/l10n/oc.json
share/nextcloud/apps/files_sharing/l10n/pa.js
share/nextcloud/apps/files_sharing/l10n/pa.json
share/nextcloud/apps/files_sharing/l10n/pl.js
share/nextcloud/apps/files_sharing/l10n/pl.json
share/nextcloud/apps/files_sharing/l10n/pt_BR.js
share/nextcloud/apps/files_sharing/l10n/pt_BR.json
share/nextcloud/apps/files_sharing/l10n/pt_PT.js
share/nextcloud/apps/files_sharing/l10n/pt_PT.json
share/nextcloud/apps/files_sharing/l10n/ro.js
share/nextcloud/apps/files_sharing/l10n/ro.json
share/nextcloud/apps/files_sharing/l10n/ru.js
share/nextcloud/apps/files_sharing/l10n/ru.json
share/nextcloud/apps/files_sharing/l10n/si_LK.js
share/nextcloud/apps/files_sharing/l10n/si_LK.json
share/nextcloud/apps/files_sharing/l10n/sk.js
share/nextcloud/apps/files_sharing/l10n/sk.json
share/nextcloud/apps/files_sharing/l10n/sk_SK.js
share/nextcloud/apps/files_sharing/l10n/sk_SK.json
share/nextcloud/apps/files_sharing/l10n/sl.js
share/nextcloud/apps/files_sharing/l10n/sl.json
share/nextcloud/apps/files_sharing/l10n/sq.js
share/nextcloud/apps/files_sharing/l10n/sq.json
share/nextcloud/apps/files_sharing/l10n/sr.js
share/nextcloud/apps/files_sharing/l10n/sr.json
share/nextcloud/apps/files_sharing/l10n/sr@latin.js
share/nextcloud/apps/files_sharing/l10n/sr@latin.json
share/nextcloud/apps/files_sharing/l10n/sv.js
share/nextcloud/apps/files_sharing/l10n/sv.json
share/nextcloud/apps/files_sharing/l10n/ta_IN.js
share/nextcloud/apps/files_sharing/l10n/ta_IN.json
share/nextcloud/apps/files_sharing/l10n/ta_LK.js
share/nextcloud/apps/files_sharing/l10n/ta_LK.json
share/nextcloud/apps/files_sharing/l10n/te.js
share/nextcloud/apps/files_sharing/l10n/te.json
share/nextcloud/apps/files_sharing/l10n/th_TH.js
share/nextcloud/apps/files_sharing/l10n/th_TH.json
share/nextcloud/apps/files_sharing/l10n/tr.js
share/nextcloud/apps/files_sharing/l10n/tr.json
share/nextcloud/apps/files_sharing/l10n/ug.js
share/nextcloud/apps/files_sharing/l10n/ug.json
share/nextcloud/apps/files_sharing/l10n/uk.js
share/nextcloud/apps/files_sharing/l10n/uk.json
share/nextcloud/apps/files_sharing/l10n/ur_PK.js
share/nextcloud/apps/files_sharing/l10n/ur_PK.json
share/nextcloud/apps/files_sharing/l10n/vi.js
share/nextcloud/apps/files_sharing/l10n/vi.json
share/nextcloud/apps/files_sharing/l10n/zh_CN.js
share/nextcloud/apps/files_sharing/l10n/zh_CN.json
share/nextcloud/apps/files_sharing/l10n/zh_HK.js
share/nextcloud/apps/files_sharing/l10n/zh_HK.json
share/nextcloud/apps/files_sharing/l10n/zh_TW.js
share/nextcloud/apps/files_sharing/l10n/zh_TW.json
share/nextcloud/apps/files_sharing/lib/Activity/Filter.php
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/files_sharing/lib/Activity/Providers/Base.php
share/nextcloud/apps/files_sharing/lib/Activity/Providers/Downloads.php
share/nextcloud/apps/files_sharing/lib/Activity/Providers/Groups.php
share/nextcloud/apps/files_sharing/lib/Activity/Providers/PublicLinks.php
share/nextcloud/apps/files_sharing/lib/Activity/Providers/RemoteShares.php
share/nextcloud/apps/files_sharing/lib/Activity/Providers/Users.php
share/nextcloud/apps/files_sharing/lib/Activity/Settings/PublicLinks.php
share/nextcloud/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
share/nextcloud/apps/files_sharing/lib/Activity/Settings/ShareActivitySettings.php
share/nextcloud/apps/files_sharing/lib/Activity/Settings/Shared.php
share/nextcloud/apps/files_sharing/lib/AppInfo/Application.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_sharing/lib/BackgroundJob/FederatedSharesDiscoverJob.php
share/nextcloud/apps/files_sharing/lib/Cache.php
share/nextcloud/apps/files_sharing/lib/Capabilities.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php
share/nextcloud/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
share/nextcloud/apps/files_sharing/lib/Command/ExiprationNotification.php
share/nextcloud/apps/files_sharing/lib/Controller/AcceptController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_sharing/lib/Controller/DeletedShareAPIController.php
share/nextcloud/apps/files_sharing/lib/Controller/ExternalSharesController.php
share/nextcloud/apps/files_sharing/lib/Controller/PublicPreviewController.php
share/nextcloud/apps/files_sharing/lib/Controller/RemoteController.php
share/nextcloud/apps/files_sharing/lib/Controller/SettingsController.php
share/nextcloud/apps/files_sharing/lib/Controller/ShareAPIController.php
share/nextcloud/apps/files_sharing/lib/Controller/ShareController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_sharing/lib/Controller/ShareInfoController.php
share/nextcloud/apps/files_sharing/lib/Controller/ShareesAPIController.php
share/nextcloud/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
share/nextcloud/apps/files_sharing/lib/Event/BeforeTemplateRenderedEvent.php
share/nextcloud/apps/files_sharing/lib/Exceptions/BrokenPath.php
share/nextcloud/apps/files_sharing/lib/Exceptions/S2SException.php
share/nextcloud/apps/files_sharing/lib/Exceptions/SharingRightsException.php
share/nextcloud/apps/files_sharing/lib/ExpireSharesJob.php
share/nextcloud/apps/files_sharing/lib/External/Cache.php
share/nextcloud/apps/files_sharing/lib/External/Manager.php
share/nextcloud/apps/files_sharing/lib/External/Mount.php
share/nextcloud/apps/files_sharing/lib/External/MountProvider.php
share/nextcloud/apps/files_sharing/lib/External/Scanner.php
share/nextcloud/apps/files_sharing/lib/External/Storage.php
share/nextcloud/apps/files_sharing/lib/External/Watcher.php
share/nextcloud/apps/files_sharing/lib/Helper.php
share/nextcloud/apps/files_sharing/lib/Hooks.php
share/nextcloud/apps/files_sharing/lib/ISharedStorage.php
share/nextcloud/apps/files_sharing/lib/Listener/LegacyBeforeTemplateRenderedListener.php
share/nextcloud/apps/files_sharing/lib/Listener/LoadAdditionalListener.php
share/nextcloud/apps/files_sharing/lib/Listener/LoadSidebarListener.php
share/nextcloud/apps/files_sharing/lib/Listener/ShareInteractionListener.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/files_sharing/lib/Listener/UserAddedToGroupListener.php
share/nextcloud/apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php
share/nextcloud/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php
share/nextcloud/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
share/nextcloud/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
share/nextcloud/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/files_sharing/lib/Migration/Version21000Date20201223143245.php
share/nextcloud/apps/files_sharing/lib/MountProvider.php
share/nextcloud/apps/files_sharing/lib/Notification/Listener.php
share/nextcloud/apps/files_sharing/lib/Notification/Notifier.php
share/nextcloud/apps/files_sharing/lib/Scanner.php
share/nextcloud/apps/files_sharing/lib/Settings/Personal.php
share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php
share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php
share/nextcloud/apps/files_sharing/lib/SharedMount.php
share/nextcloud/apps/files_sharing/lib/SharedStorage.php
share/nextcloud/apps/files_sharing/lib/Updater.php
share/nextcloud/apps/files_sharing/list.php
share/nextcloud/apps/files_sharing/public.php
share/nextcloud/apps/files_sharing/templates/Settings/personal.php
share/nextcloud/apps/files_sharing/templates/list.php
share/nextcloud/apps/files_sharing/templates/part.404.php
share/nextcloud/apps/files_sharing/templates/public.php
share/nextcloud/apps/files_trashbin/appinfo/info.xml
share/nextcloud/apps/files_trashbin/appinfo/routes.php
share/nextcloud/apps/files_trashbin/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_trashbin/composer/autoload.php
share/nextcloud/apps/files_trashbin/composer/composer.json
share/nextcloud/apps/files_trashbin/composer/composer/ClassLoader.php
share/nextcloud/apps/files_trashbin/composer/composer/LICENSE
share/nextcloud/apps/files_trashbin/composer/composer/autoload_classmap.php
share/nextcloud/apps/files_trashbin/composer/composer/autoload_namespaces.php
share/nextcloud/apps/files_trashbin/composer/composer/autoload_psr4.php
share/nextcloud/apps/files_trashbin/composer/composer/autoload_real.php
share/nextcloud/apps/files_trashbin/composer/composer/autoload_static.php
share/nextcloud/apps/files_trashbin/img/app.svg
share/nextcloud/apps/files_trashbin/js/files_trashbin.js
share/nextcloud/apps/files_trashbin/js/files_trashbin.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/files_trashbin/l10n/af.js
share/nextcloud/apps/files_trashbin/l10n/af.json
share/nextcloud/apps/files_trashbin/l10n/af_ZA.js
share/nextcloud/apps/files_trashbin/l10n/af_ZA.json
share/nextcloud/apps/files_trashbin/l10n/ar.js
share/nextcloud/apps/files_trashbin/l10n/ar.json
share/nextcloud/apps/files_trashbin/l10n/ast.js
share/nextcloud/apps/files_trashbin/l10n/ast.json
share/nextcloud/apps/files_trashbin/l10n/az.js
share/nextcloud/apps/files_trashbin/l10n/az.json
share/nextcloud/apps/files_trashbin/l10n/be.js
share/nextcloud/apps/files_trashbin/l10n/be.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/bg.js
share/nextcloud/apps/files_trashbin/l10n/bg.json
share/nextcloud/apps/files_trashbin/l10n/bg_BG.js
share/nextcloud/apps/files_trashbin/l10n/bg_BG.json
share/nextcloud/apps/files_trashbin/l10n/bn_BD.js
share/nextcloud/apps/files_trashbin/l10n/bn_BD.json
share/nextcloud/apps/files_trashbin/l10n/bn_IN.js
share/nextcloud/apps/files_trashbin/l10n/bn_IN.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/files_trashbin/l10n/br.js
share/nextcloud/apps/files_trashbin/l10n/br.json
share/nextcloud/apps/files_trashbin/l10n/bs.js
share/nextcloud/apps/files_trashbin/l10n/bs.json
share/nextcloud/apps/files_trashbin/l10n/ca.js
share/nextcloud/apps/files_trashbin/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/cs.js
share/nextcloud/apps/files_trashbin/l10n/cs.json
share/nextcloud/apps/files_trashbin/l10n/cs_CZ.js
share/nextcloud/apps/files_trashbin/l10n/cs_CZ.json
share/nextcloud/apps/files_trashbin/l10n/cy_GB.js
share/nextcloud/apps/files_trashbin/l10n/cy_GB.json
share/nextcloud/apps/files_trashbin/l10n/da.js
share/nextcloud/apps/files_trashbin/l10n/da.json
share/nextcloud/apps/files_trashbin/l10n/de.js
share/nextcloud/apps/files_trashbin/l10n/de.json
share/nextcloud/apps/files_trashbin/l10n/de_AT.js
share/nextcloud/apps/files_trashbin/l10n/de_AT.json
share/nextcloud/apps/files_trashbin/l10n/de_DE.js
share/nextcloud/apps/files_trashbin/l10n/de_DE.json
share/nextcloud/apps/files_trashbin/l10n/el.js
share/nextcloud/apps/files_trashbin/l10n/el.json
share/nextcloud/apps/files_trashbin/l10n/en_GB.js
share/nextcloud/apps/files_trashbin/l10n/en_GB.json
share/nextcloud/apps/files_trashbin/l10n/eo.js
share/nextcloud/apps/files_trashbin/l10n/eo.json
share/nextcloud/apps/files_trashbin/l10n/es.js
share/nextcloud/apps/files_trashbin/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_trashbin/l10n/es_419.js
share/nextcloud/apps/files_trashbin/l10n/es_419.json
share/nextcloud/apps/files_trashbin/l10n/es_AR.js
share/nextcloud/apps/files_trashbin/l10n/es_AR.json
share/nextcloud/apps/files_trashbin/l10n/es_CL.js
share/nextcloud/apps/files_trashbin/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_trashbin/l10n/es_CO.js
share/nextcloud/apps/files_trashbin/l10n/es_CO.json
share/nextcloud/apps/files_trashbin/l10n/es_CR.js
share/nextcloud/apps/files_trashbin/l10n/es_CR.json
share/nextcloud/apps/files_trashbin/l10n/es_DO.js
share/nextcloud/apps/files_trashbin/l10n/es_DO.json
share/nextcloud/apps/files_trashbin/l10n/es_EC.js
share/nextcloud/apps/files_trashbin/l10n/es_EC.json
share/nextcloud/apps/files_trashbin/l10n/es_GT.js
share/nextcloud/apps/files_trashbin/l10n/es_GT.json
share/nextcloud/apps/files_trashbin/l10n/es_HN.js
share/nextcloud/apps/files_trashbin/l10n/es_HN.json
share/nextcloud/apps/files_trashbin/l10n/es_MX.js
share/nextcloud/apps/files_trashbin/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_trashbin/l10n/es_NI.js
share/nextcloud/apps/files_trashbin/l10n/es_NI.json
share/nextcloud/apps/files_trashbin/l10n/es_PA.js
share/nextcloud/apps/files_trashbin/l10n/es_PA.json
share/nextcloud/apps/files_trashbin/l10n/es_PE.js
share/nextcloud/apps/files_trashbin/l10n/es_PE.json
share/nextcloud/apps/files_trashbin/l10n/es_PR.js
share/nextcloud/apps/files_trashbin/l10n/es_PR.json
share/nextcloud/apps/files_trashbin/l10n/es_PY.js
share/nextcloud/apps/files_trashbin/l10n/es_PY.json
share/nextcloud/apps/files_trashbin/l10n/es_SV.js
share/nextcloud/apps/files_trashbin/l10n/es_SV.json
share/nextcloud/apps/files_trashbin/l10n/es_UY.js
share/nextcloud/apps/files_trashbin/l10n/es_UY.json
share/nextcloud/apps/files_trashbin/l10n/et_EE.js
share/nextcloud/apps/files_trashbin/l10n/et_EE.json
share/nextcloud/apps/files_trashbin/l10n/eu.js
share/nextcloud/apps/files_trashbin/l10n/eu.json
share/nextcloud/apps/files_trashbin/l10n/fa.js
share/nextcloud/apps/files_trashbin/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/fi.js
share/nextcloud/apps/files_trashbin/l10n/fi.json
share/nextcloud/apps/files_trashbin/l10n/fi_FI.js
share/nextcloud/apps/files_trashbin/l10n/fi_FI.json
share/nextcloud/apps/files_trashbin/l10n/fil.js
share/nextcloud/apps/files_trashbin/l10n/fil.json
share/nextcloud/apps/files_trashbin/l10n/fr.js
share/nextcloud/apps/files_trashbin/l10n/fr.json
share/nextcloud/apps/files_trashbin/l10n/gl.js
share/nextcloud/apps/files_trashbin/l10n/gl.json
share/nextcloud/apps/files_trashbin/l10n/he.js
share/nextcloud/apps/files_trashbin/l10n/he.json
share/nextcloud/apps/files_trashbin/l10n/hi.js
share/nextcloud/apps/files_trashbin/l10n/hi.json
share/nextcloud/apps/files_trashbin/l10n/hr.js
share/nextcloud/apps/files_trashbin/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/hu.js
share/nextcloud/apps/files_trashbin/l10n/hu.json
share/nextcloud/apps/files_trashbin/l10n/hu_HU.js
share/nextcloud/apps/files_trashbin/l10n/hu_HU.json
share/nextcloud/apps/files_trashbin/l10n/hy.js
share/nextcloud/apps/files_trashbin/l10n/hy.json
share/nextcloud/apps/files_trashbin/l10n/ia.js
share/nextcloud/apps/files_trashbin/l10n/ia.json
share/nextcloud/apps/files_trashbin/l10n/id.js
share/nextcloud/apps/files_trashbin/l10n/id.json
share/nextcloud/apps/files_trashbin/l10n/is.js
share/nextcloud/apps/files_trashbin/l10n/is.json
share/nextcloud/apps/files_trashbin/l10n/it.js
share/nextcloud/apps/files_trashbin/l10n/it.json
share/nextcloud/apps/files_trashbin/l10n/ja.js
share/nextcloud/apps/files_trashbin/l10n/ja.json
share/nextcloud/apps/files_trashbin/l10n/ka_GE.js
share/nextcloud/apps/files_trashbin/l10n/ka_GE.json
share/nextcloud/apps/files_trashbin/l10n/km.js
share/nextcloud/apps/files_trashbin/l10n/km.json
share/nextcloud/apps/files_trashbin/l10n/kn.js
share/nextcloud/apps/files_trashbin/l10n/kn.json
share/nextcloud/apps/files_trashbin/l10n/ko.js
share/nextcloud/apps/files_trashbin/l10n/ko.json
share/nextcloud/apps/files_trashbin/l10n/ku_IQ.js
share/nextcloud/apps/files_trashbin/l10n/ku_IQ.json
share/nextcloud/apps/files_trashbin/l10n/lb.js
share/nextcloud/apps/files_trashbin/l10n/lb.json
share/nextcloud/apps/files_trashbin/l10n/lt_LT.js
share/nextcloud/apps/files_trashbin/l10n/lt_LT.json
share/nextcloud/apps/files_trashbin/l10n/lv.js
share/nextcloud/apps/files_trashbin/l10n/lv.json
share/nextcloud/apps/files_trashbin/l10n/mk.js
share/nextcloud/apps/files_trashbin/l10n/mk.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/files_trashbin/l10n/mn.js
share/nextcloud/apps/files_trashbin/l10n/mn.json
share/nextcloud/apps/files_trashbin/l10n/ms_MY.js
share/nextcloud/apps/files_trashbin/l10n/ms_MY.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/nb.js
share/nextcloud/apps/files_trashbin/l10n/nb.json
share/nextcloud/apps/files_trashbin/l10n/nb_NO.js
share/nextcloud/apps/files_trashbin/l10n/nb_NO.json
share/nextcloud/apps/files_trashbin/l10n/nds.js
share/nextcloud/apps/files_trashbin/l10n/nds.json
share/nextcloud/apps/files_trashbin/l10n/nl.js
share/nextcloud/apps/files_trashbin/l10n/nl.json
share/nextcloud/apps/files_trashbin/l10n/nn_NO.js
share/nextcloud/apps/files_trashbin/l10n/nn_NO.json
share/nextcloud/apps/files_trashbin/l10n/oc.js
share/nextcloud/apps/files_trashbin/l10n/oc.json
share/nextcloud/apps/files_trashbin/l10n/pa.js
share/nextcloud/apps/files_trashbin/l10n/pa.json
share/nextcloud/apps/files_trashbin/l10n/pl.js
share/nextcloud/apps/files_trashbin/l10n/pl.json
share/nextcloud/apps/files_trashbin/l10n/pt_BR.js
share/nextcloud/apps/files_trashbin/l10n/pt_BR.json
share/nextcloud/apps/files_trashbin/l10n/pt_PT.js
share/nextcloud/apps/files_trashbin/l10n/pt_PT.json
share/nextcloud/apps/files_trashbin/l10n/ro.js
share/nextcloud/apps/files_trashbin/l10n/ro.json
share/nextcloud/apps/files_trashbin/l10n/ru.js
share/nextcloud/apps/files_trashbin/l10n/ru.json
share/nextcloud/apps/files_trashbin/l10n/si_LK.js
share/nextcloud/apps/files_trashbin/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/sk.js
share/nextcloud/apps/files_trashbin/l10n/sk.json
share/nextcloud/apps/files_trashbin/l10n/sk_SK.js
share/nextcloud/apps/files_trashbin/l10n/sk_SK.json
share/nextcloud/apps/files_trashbin/l10n/sl.js
share/nextcloud/apps/files_trashbin/l10n/sl.json
share/nextcloud/apps/files_trashbin/l10n/sq.js
share/nextcloud/apps/files_trashbin/l10n/sq.json
share/nextcloud/apps/files_trashbin/l10n/sr.js
share/nextcloud/apps/files_trashbin/l10n/sr.json
share/nextcloud/apps/files_trashbin/l10n/sr@latin.js
share/nextcloud/apps/files_trashbin/l10n/sr@latin.json
share/nextcloud/apps/files_trashbin/l10n/sv.js
share/nextcloud/apps/files_trashbin/l10n/sv.json
share/nextcloud/apps/files_trashbin/l10n/ta_LK.js
share/nextcloud/apps/files_trashbin/l10n/ta_LK.json
share/nextcloud/apps/files_trashbin/l10n/te.js
share/nextcloud/apps/files_trashbin/l10n/te.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_trashbin/l10n/th.js
share/nextcloud/apps/files_trashbin/l10n/th.json
share/nextcloud/apps/files_trashbin/l10n/th_TH.js
share/nextcloud/apps/files_trashbin/l10n/th_TH.json
share/nextcloud/apps/files_trashbin/l10n/tr.js
share/nextcloud/apps/files_trashbin/l10n/tr.json
share/nextcloud/apps/files_trashbin/l10n/ug.js
share/nextcloud/apps/files_trashbin/l10n/ug.json
share/nextcloud/apps/files_trashbin/l10n/uk.js
share/nextcloud/apps/files_trashbin/l10n/uk.json
share/nextcloud/apps/files_trashbin/l10n/ur_PK.js
share/nextcloud/apps/files_trashbin/l10n/ur_PK.json
share/nextcloud/apps/files_trashbin/l10n/vi.js
share/nextcloud/apps/files_trashbin/l10n/vi.json
share/nextcloud/apps/files_trashbin/l10n/zh_CN.js
share/nextcloud/apps/files_trashbin/l10n/zh_CN.json
share/nextcloud/apps/files_trashbin/l10n/zh_HK.js
share/nextcloud/apps/files_trashbin/l10n/zh_HK.json
share/nextcloud/apps/files_trashbin/l10n/zh_TW.js
share/nextcloud/apps/files_trashbin/l10n/zh_TW.json
share/nextcloud/apps/files_trashbin/lib/AppInfo/Application.php
share/nextcloud/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
share/nextcloud/apps/files_trashbin/lib/Capabilities.php
share/nextcloud/apps/files_trashbin/lib/Command/CleanUp.php
share/nextcloud/apps/files_trashbin/lib/Command/Expire.php
share/nextcloud/apps/files_trashbin/lib/Command/ExpireTrash.php
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/files_trashbin/lib/Command/Size.php
share/nextcloud/apps/files_trashbin/lib/Controller/PreviewController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
share/nextcloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
share/nextcloud/apps/files_trashbin/lib/Expiration.php
share/nextcloud/apps/files_trashbin/lib/Helper.php
share/nextcloud/apps/files_trashbin/lib/Hooks.php
share/nextcloud/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files_trashbin/lib/Sabre/AbstractTrash.php
share/nextcloud/apps/files_trashbin/lib/Sabre/AbstractTrashFile.php
share/nextcloud/apps/files_trashbin/lib/Sabre/AbstractTrashFolder.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_trashbin/lib/Sabre/ITrash.php
share/nextcloud/apps/files_trashbin/lib/Sabre/PropfindPlugin.php
share/nextcloud/apps/files_trashbin/lib/Sabre/RestoreFolder.php
share/nextcloud/apps/files_trashbin/lib/Sabre/RootCollection.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashFile.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashFolder.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashFolderFile.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashFolderFolder.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashHome.php
share/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php
share/nextcloud/apps/files_trashbin/lib/Storage.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files_trashbin/lib/Trash/BackendNotFoundException.php
share/nextcloud/apps/files_trashbin/lib/Trash/ITrashBackend.php
share/nextcloud/apps/files_trashbin/lib/Trash/ITrashItem.php
share/nextcloud/apps/files_trashbin/lib/Trash/ITrashManager.php
share/nextcloud/apps/files_trashbin/lib/Trash/LegacyTrashBackend.php
share/nextcloud/apps/files_trashbin/lib/Trash/TrashItem.php
share/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php
share/nextcloud/apps/files_trashbin/lib/Trashbin.php
share/nextcloud/apps/files_trashbin/list.php
share/nextcloud/apps/files_trashbin/templates/index.php
share/nextcloud/apps/files_versions/appinfo/info.xml
share/nextcloud/apps/files_versions/appinfo/routes.php
share/nextcloud/apps/files_versions/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_versions/composer/autoload.php
share/nextcloud/apps/files_versions/composer/composer.json
share/nextcloud/apps/files_versions/composer/composer/ClassLoader.php
share/nextcloud/apps/files_versions/composer/composer/LICENSE
share/nextcloud/apps/files_versions/composer/composer/autoload_classmap.php
share/nextcloud/apps/files_versions/composer/composer/autoload_namespaces.php
share/nextcloud/apps/files_versions/composer/composer/autoload_psr4.php
share/nextcloud/apps/files_versions/composer/composer/autoload_real.php
share/nextcloud/apps/files_versions/composer/composer/autoload_static.php
share/nextcloud/apps/files_versions/img/app.svg
share/nextcloud/apps/files_versions/js/files_versions.js
share/nextcloud/apps/files_versions/js/files_versions.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/files_versions/l10n/af.js
share/nextcloud/apps/files_versions/l10n/af.json
share/nextcloud/apps/files_versions/l10n/ar.js
share/nextcloud/apps/files_versions/l10n/ar.json
share/nextcloud/apps/files_versions/l10n/ast.js
share/nextcloud/apps/files_versions/l10n/ast.json
share/nextcloud/apps/files_versions/l10n/az.js
share/nextcloud/apps/files_versions/l10n/az.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/bg.js
share/nextcloud/apps/files_versions/l10n/bg.json
share/nextcloud/apps/files_versions/l10n/bg_BG.js
share/nextcloud/apps/files_versions/l10n/bg_BG.json
share/nextcloud/apps/files_versions/l10n/bn_BD.js
share/nextcloud/apps/files_versions/l10n/bn_BD.json
share/nextcloud/apps/files_versions/l10n/bn_IN.js
share/nextcloud/apps/files_versions/l10n/bn_IN.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/files_versions/l10n/br.js
share/nextcloud/apps/files_versions/l10n/br.json
share/nextcloud/apps/files_versions/l10n/bs.js
share/nextcloud/apps/files_versions/l10n/bs.json
share/nextcloud/apps/files_versions/l10n/ca.js
share/nextcloud/apps/files_versions/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/cs.js
share/nextcloud/apps/files_versions/l10n/cs.json
share/nextcloud/apps/files_versions/l10n/cs_CZ.js
share/nextcloud/apps/files_versions/l10n/cs_CZ.json
share/nextcloud/apps/files_versions/l10n/cy_GB.js
share/nextcloud/apps/files_versions/l10n/cy_GB.json
share/nextcloud/apps/files_versions/l10n/da.js
share/nextcloud/apps/files_versions/l10n/da.json
share/nextcloud/apps/files_versions/l10n/de.js
share/nextcloud/apps/files_versions/l10n/de.json
share/nextcloud/apps/files_versions/l10n/de_DE.js
share/nextcloud/apps/files_versions/l10n/de_DE.json
share/nextcloud/apps/files_versions/l10n/el.js
share/nextcloud/apps/files_versions/l10n/el.json
share/nextcloud/apps/files_versions/l10n/en_GB.js
share/nextcloud/apps/files_versions/l10n/en_GB.json
share/nextcloud/apps/files_versions/l10n/eo.js
share/nextcloud/apps/files_versions/l10n/eo.json
share/nextcloud/apps/files_versions/l10n/es.js
share/nextcloud/apps/files_versions/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_versions/l10n/es_419.js
share/nextcloud/apps/files_versions/l10n/es_419.json
share/nextcloud/apps/files_versions/l10n/es_AR.js
share/nextcloud/apps/files_versions/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_versions/l10n/es_CL.js
share/nextcloud/apps/files_versions/l10n/es_CL.json
share/nextcloud/apps/files_versions/l10n/es_CO.js
share/nextcloud/apps/files_versions/l10n/es_CO.json
share/nextcloud/apps/files_versions/l10n/es_CR.js
share/nextcloud/apps/files_versions/l10n/es_CR.json
share/nextcloud/apps/files_versions/l10n/es_DO.js
share/nextcloud/apps/files_versions/l10n/es_DO.json
share/nextcloud/apps/files_versions/l10n/es_EC.js
share/nextcloud/apps/files_versions/l10n/es_EC.json
share/nextcloud/apps/files_versions/l10n/es_GT.js
share/nextcloud/apps/files_versions/l10n/es_GT.json
share/nextcloud/apps/files_versions/l10n/es_HN.js
share/nextcloud/apps/files_versions/l10n/es_HN.json
share/nextcloud/apps/files_versions/l10n/es_MX.js
share/nextcloud/apps/files_versions/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/files_versions/l10n/es_NI.js
share/nextcloud/apps/files_versions/l10n/es_NI.json
share/nextcloud/apps/files_versions/l10n/es_PA.js
share/nextcloud/apps/files_versions/l10n/es_PA.json
share/nextcloud/apps/files_versions/l10n/es_PE.js
share/nextcloud/apps/files_versions/l10n/es_PE.json
share/nextcloud/apps/files_versions/l10n/es_PR.js
share/nextcloud/apps/files_versions/l10n/es_PR.json
share/nextcloud/apps/files_versions/l10n/es_PY.js
share/nextcloud/apps/files_versions/l10n/es_PY.json
share/nextcloud/apps/files_versions/l10n/es_SV.js
share/nextcloud/apps/files_versions/l10n/es_SV.json
share/nextcloud/apps/files_versions/l10n/es_UY.js
share/nextcloud/apps/files_versions/l10n/es_UY.json
share/nextcloud/apps/files_versions/l10n/et_EE.js
share/nextcloud/apps/files_versions/l10n/et_EE.json
share/nextcloud/apps/files_versions/l10n/eu.js
share/nextcloud/apps/files_versions/l10n/eu.json
share/nextcloud/apps/files_versions/l10n/fa.js
share/nextcloud/apps/files_versions/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/fi.js
share/nextcloud/apps/files_versions/l10n/fi.json
share/nextcloud/apps/files_versions/l10n/fi_FI.js
share/nextcloud/apps/files_versions/l10n/fi_FI.json
share/nextcloud/apps/files_versions/l10n/fr.js
share/nextcloud/apps/files_versions/l10n/fr.json
share/nextcloud/apps/files_versions/l10n/gl.js
share/nextcloud/apps/files_versions/l10n/gl.json
share/nextcloud/apps/files_versions/l10n/he.js
share/nextcloud/apps/files_versions/l10n/he.json
share/nextcloud/apps/files_versions/l10n/hr.js
share/nextcloud/apps/files_versions/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/hu.js
share/nextcloud/apps/files_versions/l10n/hu.json
share/nextcloud/apps/files_versions/l10n/hu_HU.js
share/nextcloud/apps/files_versions/l10n/hu_HU.json
share/nextcloud/apps/files_versions/l10n/hy.js
share/nextcloud/apps/files_versions/l10n/hy.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/files_versions/l10n/ia.js
share/nextcloud/apps/files_versions/l10n/ia.json
share/nextcloud/apps/files_versions/l10n/id.js
share/nextcloud/apps/files_versions/l10n/id.json
share/nextcloud/apps/files_versions/l10n/is.js
share/nextcloud/apps/files_versions/l10n/is.json
share/nextcloud/apps/files_versions/l10n/it.js
share/nextcloud/apps/files_versions/l10n/it.json
share/nextcloud/apps/files_versions/l10n/ja.js
share/nextcloud/apps/files_versions/l10n/ja.json
share/nextcloud/apps/files_versions/l10n/ka_GE.js
share/nextcloud/apps/files_versions/l10n/ka_GE.json
share/nextcloud/apps/files_versions/l10n/km.js
share/nextcloud/apps/files_versions/l10n/km.json
share/nextcloud/apps/files_versions/l10n/kn.js
share/nextcloud/apps/files_versions/l10n/kn.json
share/nextcloud/apps/files_versions/l10n/ko.js
share/nextcloud/apps/files_versions/l10n/ko.json
share/nextcloud/apps/files_versions/l10n/ku_IQ.js
share/nextcloud/apps/files_versions/l10n/ku_IQ.json
share/nextcloud/apps/files_versions/l10n/lb.js
share/nextcloud/apps/files_versions/l10n/lb.json
share/nextcloud/apps/files_versions/l10n/lt_LT.js
share/nextcloud/apps/files_versions/l10n/lt_LT.json
share/nextcloud/apps/files_versions/l10n/lv.js
share/nextcloud/apps/files_versions/l10n/lv.json
share/nextcloud/apps/files_versions/l10n/mk.js
share/nextcloud/apps/files_versions/l10n/mk.json
share/nextcloud/apps/files_versions/l10n/ms_MY.js
share/nextcloud/apps/files_versions/l10n/ms_MY.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/nb.js
share/nextcloud/apps/files_versions/l10n/nb.json
share/nextcloud/apps/files_versions/l10n/nb_NO.js
share/nextcloud/apps/files_versions/l10n/nb_NO.json
share/nextcloud/apps/files_versions/l10n/nl.js
share/nextcloud/apps/files_versions/l10n/nl.json
share/nextcloud/apps/files_versions/l10n/nn_NO.js
share/nextcloud/apps/files_versions/l10n/nn_NO.json
share/nextcloud/apps/files_versions/l10n/oc.js
share/nextcloud/apps/files_versions/l10n/oc.json
share/nextcloud/apps/files_versions/l10n/pl.js
share/nextcloud/apps/files_versions/l10n/pl.json
share/nextcloud/apps/files_versions/l10n/pt_BR.js
share/nextcloud/apps/files_versions/l10n/pt_BR.json
share/nextcloud/apps/files_versions/l10n/pt_PT.js
share/nextcloud/apps/files_versions/l10n/pt_PT.json
share/nextcloud/apps/files_versions/l10n/ro.js
share/nextcloud/apps/files_versions/l10n/ro.json
share/nextcloud/apps/files_versions/l10n/ru.js
share/nextcloud/apps/files_versions/l10n/ru.json
share/nextcloud/apps/files_versions/l10n/sc.js
share/nextcloud/apps/files_versions/l10n/sc.json
share/nextcloud/apps/files_versions/l10n/si_LK.js
share/nextcloud/apps/files_versions/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/sk.js
share/nextcloud/apps/files_versions/l10n/sk.json
share/nextcloud/apps/files_versions/l10n/sk_SK.js
share/nextcloud/apps/files_versions/l10n/sk_SK.json
share/nextcloud/apps/files_versions/l10n/sl.js
share/nextcloud/apps/files_versions/l10n/sl.json
share/nextcloud/apps/files_versions/l10n/sq.js
share/nextcloud/apps/files_versions/l10n/sq.json
share/nextcloud/apps/files_versions/l10n/sr.js
share/nextcloud/apps/files_versions/l10n/sr.json
share/nextcloud/apps/files_versions/l10n/sr@latin.js
share/nextcloud/apps/files_versions/l10n/sr@latin.json
share/nextcloud/apps/files_versions/l10n/sv.js
share/nextcloud/apps/files_versions/l10n/sv.json
share/nextcloud/apps/files_versions/l10n/ta_LK.js
share/nextcloud/apps/files_versions/l10n/ta_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/files_versions/l10n/th.js
share/nextcloud/apps/files_versions/l10n/th.json
share/nextcloud/apps/files_versions/l10n/th_TH.js
share/nextcloud/apps/files_versions/l10n/th_TH.json
share/nextcloud/apps/files_versions/l10n/tr.js
share/nextcloud/apps/files_versions/l10n/tr.json
share/nextcloud/apps/files_versions/l10n/ug.js
share/nextcloud/apps/files_versions/l10n/ug.json
share/nextcloud/apps/files_versions/l10n/uk.js
share/nextcloud/apps/files_versions/l10n/uk.json
share/nextcloud/apps/files_versions/l10n/ur_PK.js
share/nextcloud/apps/files_versions/l10n/ur_PK.json
share/nextcloud/apps/files_versions/l10n/vi.js
share/nextcloud/apps/files_versions/l10n/vi.json
share/nextcloud/apps/files_versions/l10n/zh_CN.js
share/nextcloud/apps/files_versions/l10n/zh_CN.json
share/nextcloud/apps/files_versions/l10n/zh_HK.js
share/nextcloud/apps/files_versions/l10n/zh_HK.json
share/nextcloud/apps/files_versions/l10n/zh_TW.js
share/nextcloud/apps/files_versions/l10n/zh_TW.json
share/nextcloud/apps/files_versions/lib/AppInfo/Application.php
share/nextcloud/apps/files_versions/lib/BackgroundJob/ExpireVersions.php
share/nextcloud/apps/files_versions/lib/Capabilities.php
share/nextcloud/apps/files_versions/lib/Command/CleanUp.php
share/nextcloud/apps/files_versions/lib/Command/Expire.php
share/nextcloud/apps/files_versions/lib/Command/ExpireVersions.php
share/nextcloud/apps/files_versions/lib/Controller/PreviewController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/files_versions/lib/Events/CreateVersionEvent.php
share/nextcloud/apps/files_versions/lib/Expiration.php
share/nextcloud/apps/files_versions/lib/Hooks.php
share/nextcloud/apps/files_versions/lib/Listener/LoadAdditionalListener.php
share/nextcloud/apps/files_versions/lib/Listener/LoadSidebarListener.php
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/files_versions/lib/Sabre/Plugin.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/files_versions/lib/Sabre/RestoreFolder.php
share/nextcloud/apps/files_versions/lib/Sabre/RootCollection.php
share/nextcloud/apps/files_versions/lib/Sabre/VersionCollection.php
share/nextcloud/apps/files_versions/lib/Sabre/VersionFile.php
share/nextcloud/apps/files_versions/lib/Sabre/VersionHome.php
share/nextcloud/apps/files_versions/lib/Sabre/VersionRoot.php
share/nextcloud/apps/files_versions/lib/Storage.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/files_versions/lib/Versions/BackendNotFoundException.php
share/nextcloud/apps/files_versions/lib/Versions/IVersion.php
share/nextcloud/apps/files_versions/lib/Versions/IVersionBackend.php
share/nextcloud/apps/files_versions/lib/Versions/IVersionManager.php
share/nextcloud/apps/files_versions/lib/Versions/LegacyVersionsBackend.php
share/nextcloud/apps/files_versions/lib/Versions/Version.php
share/nextcloud/apps/files_versions/lib/Versions/VersionManager.php
share/nextcloud/apps/files_videoplayer/appinfo/info.xml
share/nextcloud/apps/files_videoplayer/appinfo/signature.json
share/nextcloud/apps/files_videoplayer/css/style.css
share/nextcloud/apps/files_videoplayer/img/app.svg
share/nextcloud/apps/files_videoplayer/img/poster.png
share/nextcloud/apps/files_videoplayer/img/vjs-volume-bar.png
share/nextcloud/apps/files_videoplayer/img/vjs-volume-level.png
share/nextcloud/apps/files_videoplayer/js/main.js
share/nextcloud/apps/files_videoplayer/js/main.js.map
share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js
share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js.map
share/nextcloud/apps/files_videoplayer/js/videojs.js
share/nextcloud/apps/files_videoplayer/js/videojs.js.map
share/nextcloud/apps/files_videoplayer/lib/AppInfo/Application.php
share/nextcloud/apps/files_videoplayer/screenshot.jpg
share/nextcloud/apps/firstrunwizard/.babelrc.js
share/nextcloud/apps/firstrunwizard/appinfo/info.xml
share/nextcloud/apps/firstrunwizard/appinfo/routes.php
share/nextcloud/apps/firstrunwizard/appinfo/signature.json
share/nextcloud/apps/firstrunwizard/composer.json
share/nextcloud/apps/firstrunwizard/css/personalsettings.scss
share/nextcloud/apps/firstrunwizard/img/Nextcloud.mp4
share/nextcloud/apps/firstrunwizard/img/Nextcloud.webm
share/nextcloud/apps/firstrunwizard/img/app.svg
share/nextcloud/apps/firstrunwizard/img/apps/calendar.svg
share/nextcloud/apps/firstrunwizard/img/apps/contacts.svg
share/nextcloud/apps/firstrunwizard/img/apps/deck.svg
share/nextcloud/apps/firstrunwizard/img/apps/groupfolders.svg
share/nextcloud/apps/firstrunwizard/img/apps/mail.svg
share/nextcloud/apps/firstrunwizard/img/apps/notes.svg
share/nextcloud/apps/firstrunwizard/img/apps/social.svg
share/nextcloud/apps/firstrunwizard/img/apps/spreed.svg
share/nextcloud/apps/firstrunwizard/img/apps/tasks.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/firstrunwizard/img/appstore.png
share/nextcloud/apps/firstrunwizard/img/info.svg
share/nextcloud/apps/firstrunwizard/img/intro.png
share/nextcloud/apps/firstrunwizard/js/about.js
share/nextcloud/apps/firstrunwizard/js/activate.js
share/nextcloud/apps/firstrunwizard/js/firstrunwizard-main.js
share/nextcloud/apps/firstrunwizard/js/firstrunwizard-main.js.map
share/nextcloud/apps/firstrunwizard/js/personalsettings.js
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/firstrunwizard/l10n/.gitignore
share/nextcloud/apps/firstrunwizard/l10n/af.js
share/nextcloud/apps/firstrunwizard/l10n/af.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ar.js
share/nextcloud/apps/firstrunwizard/l10n/ar.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ast.js
share/nextcloud/apps/firstrunwizard/l10n/ast.json
share/nextcloud/apps/firstrunwizard/l10n/az.js
share/nextcloud/apps/firstrunwizard/l10n/az.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/firstrunwizard/l10n/bg.js
share/nextcloud/apps/firstrunwizard/l10n/bg.json
share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/firstrunwizard/l10n/br.js
share/nextcloud/apps/firstrunwizard/l10n/br.json
share/nextcloud/apps/firstrunwizard/l10n/bs.js
share/nextcloud/apps/firstrunwizard/l10n/bs.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ca.js
share/nextcloud/apps/firstrunwizard/l10n/ca.json
share/nextcloud/apps/firstrunwizard/l10n/cs.js
share/nextcloud/apps/firstrunwizard/l10n/cs.json
share/nextcloud/apps/firstrunwizard/l10n/cy_GB.js
share/nextcloud/apps/firstrunwizard/l10n/cy_GB.json
share/nextcloud/apps/firstrunwizard/l10n/cy_GB.php
share/nextcloud/apps/firstrunwizard/l10n/da.js
share/nextcloud/apps/firstrunwizard/l10n/da.json
share/nextcloud/apps/firstrunwizard/l10n/de.js
share/nextcloud/apps/firstrunwizard/l10n/de.json
share/nextcloud/apps/firstrunwizard/l10n/de_CH.php
share/nextcloud/apps/firstrunwizard/l10n/de_DE.js
share/nextcloud/apps/firstrunwizard/l10n/de_DE.json
share/nextcloud/apps/firstrunwizard/l10n/el.js
share/nextcloud/apps/firstrunwizard/l10n/el.json
share/nextcloud/apps/firstrunwizard/l10n/en_GB.js
share/nextcloud/apps/firstrunwizard/l10n/en_GB.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/firstrunwizard/l10n/eo.js
share/nextcloud/apps/firstrunwizard/l10n/eo.json
share/nextcloud/apps/firstrunwizard/l10n/es.js
share/nextcloud/apps/firstrunwizard/l10n/es.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/es_419.js
share/nextcloud/apps/firstrunwizard/l10n/es_419.json
share/nextcloud/apps/firstrunwizard/l10n/es_AR.js
share/nextcloud/apps/firstrunwizard/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/firstrunwizard/l10n/es_CL.js
share/nextcloud/apps/firstrunwizard/l10n/es_CL.json
share/nextcloud/apps/firstrunwizard/l10n/es_CO.js
share/nextcloud/apps/firstrunwizard/l10n/es_CO.json
share/nextcloud/apps/firstrunwizard/l10n/es_CR.js
share/nextcloud/apps/firstrunwizard/l10n/es_CR.json
share/nextcloud/apps/firstrunwizard/l10n/es_DO.js
share/nextcloud/apps/firstrunwizard/l10n/es_DO.json
share/nextcloud/apps/firstrunwizard/l10n/es_EC.js
share/nextcloud/apps/firstrunwizard/l10n/es_EC.json
share/nextcloud/apps/firstrunwizard/l10n/es_GT.js
share/nextcloud/apps/firstrunwizard/l10n/es_GT.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/es_HN.js
share/nextcloud/apps/firstrunwizard/l10n/es_HN.json
share/nextcloud/apps/firstrunwizard/l10n/es_MX.js
share/nextcloud/apps/firstrunwizard/l10n/es_MX.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/es_NI.js
share/nextcloud/apps/firstrunwizard/l10n/es_NI.json
share/nextcloud/apps/firstrunwizard/l10n/es_PA.js
share/nextcloud/apps/firstrunwizard/l10n/es_PA.json
share/nextcloud/apps/firstrunwizard/l10n/es_PE.js
share/nextcloud/apps/firstrunwizard/l10n/es_PE.json
share/nextcloud/apps/firstrunwizard/l10n/es_PR.js
share/nextcloud/apps/firstrunwizard/l10n/es_PR.json
share/nextcloud/apps/firstrunwizard/l10n/es_PY.js
share/nextcloud/apps/firstrunwizard/l10n/es_PY.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/firstrunwizard/l10n/es_SV.js
share/nextcloud/apps/firstrunwizard/l10n/es_SV.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/es_UY.js
share/nextcloud/apps/firstrunwizard/l10n/es_UY.json
share/nextcloud/apps/firstrunwizard/l10n/et_EE.js
share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/firstrunwizard/l10n/eu.js
share/nextcloud/apps/firstrunwizard/l10n/eu.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/fa.js
share/nextcloud/apps/firstrunwizard/l10n/fa.json
share/nextcloud/apps/firstrunwizard/l10n/fi.js
share/nextcloud/apps/firstrunwizard/l10n/fi.json
share/nextcloud/apps/firstrunwizard/l10n/fr.js
share/nextcloud/apps/firstrunwizard/l10n/fr.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/firstrunwizard/l10n/gl.js
share/nextcloud/apps/firstrunwizard/l10n/gl.json
share/nextcloud/apps/firstrunwizard/l10n/he.js
share/nextcloud/apps/firstrunwizard/l10n/he.json
share/nextcloud/apps/firstrunwizard/l10n/hr.js
share/nextcloud/apps/firstrunwizard/l10n/hr.json
share/nextcloud/apps/firstrunwizard/l10n/hu.js
share/nextcloud/apps/firstrunwizard/l10n/hu.json
share/nextcloud/apps/firstrunwizard/l10n/hy.js
share/nextcloud/apps/firstrunwizard/l10n/hy.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ia.js
share/nextcloud/apps/firstrunwizard/l10n/ia.json
share/nextcloud/apps/firstrunwizard/l10n/id.js
share/nextcloud/apps/firstrunwizard/l10n/id.json
share/nextcloud/apps/firstrunwizard/l10n/is.js
share/nextcloud/apps/firstrunwizard/l10n/is.json
share/nextcloud/apps/firstrunwizard/l10n/it.js
share/nextcloud/apps/firstrunwizard/l10n/it.json
share/nextcloud/apps/firstrunwizard/l10n/ja.js
share/nextcloud/apps/firstrunwizard/l10n/ja.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js
share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json
share/nextcloud/apps/firstrunwizard/l10n/km.js
share/nextcloud/apps/firstrunwizard/l10n/km.json
share/nextcloud/apps/firstrunwizard/l10n/km.php
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/firstrunwizard/l10n/ko.js
share/nextcloud/apps/firstrunwizard/l10n/ko.json
share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
share/nextcloud/apps/firstrunwizard/l10n/lb.js
share/nextcloud/apps/firstrunwizard/l10n/lb.json
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/lv.js
share/nextcloud/apps/firstrunwizard/l10n/lv.json
share/nextcloud/apps/firstrunwizard/l10n/mk.js
share/nextcloud/apps/firstrunwizard/l10n/mk.json
share/nextcloud/apps/firstrunwizard/l10n/mn.js
share/nextcloud/apps/firstrunwizard/l10n/mn.json
share/nextcloud/apps/firstrunwizard/l10n/ms_MY.js
share/nextcloud/apps/firstrunwizard/l10n/ms_MY.json
share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php
share/nextcloud/apps/firstrunwizard/l10n/nb.js
share/nextcloud/apps/firstrunwizard/l10n/nb.json
share/nextcloud/apps/firstrunwizard/l10n/nl.js
share/nextcloud/apps/firstrunwizard/l10n/nl.json
share/nextcloud/apps/firstrunwizard/l10n/nn_NO.js
share/nextcloud/apps/firstrunwizard/l10n/nn_NO.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/oc.js
share/nextcloud/apps/firstrunwizard/l10n/oc.json
share/nextcloud/apps/firstrunwizard/l10n/pl.js
share/nextcloud/apps/firstrunwizard/l10n/pl.json
share/nextcloud/apps/firstrunwizard/l10n/ps.js
share/nextcloud/apps/firstrunwizard/l10n/ps.json
share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
share/nextcloud/apps/firstrunwizard/l10n/ro.js
share/nextcloud/apps/firstrunwizard/l10n/ro.json
share/nextcloud/apps/firstrunwizard/l10n/ru.js
share/nextcloud/apps/firstrunwizard/l10n/ru.json
share/nextcloud/apps/firstrunwizard/l10n/si.js
share/nextcloud/apps/firstrunwizard/l10n/si.json
share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
share/nextcloud/apps/firstrunwizard/l10n/sk.js
share/nextcloud/apps/firstrunwizard/l10n/sk.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/firstrunwizard/l10n/sl.js
share/nextcloud/apps/firstrunwizard/l10n/sl.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/sq.js
share/nextcloud/apps/firstrunwizard/l10n/sq.json
share/nextcloud/apps/firstrunwizard/l10n/sr.js
share/nextcloud/apps/firstrunwizard/l10n/sr.json
share/nextcloud/apps/firstrunwizard/l10n/sr@latin.js
share/nextcloud/apps/firstrunwizard/l10n/sr@latin.json
share/nextcloud/apps/firstrunwizard/l10n/sv.js
share/nextcloud/apps/firstrunwizard/l10n/sv.json
share/nextcloud/apps/firstrunwizard/l10n/ta_LK.php
share/nextcloud/apps/firstrunwizard/l10n/te.php
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/th.js
share/nextcloud/apps/firstrunwizard/l10n/th.json
share/nextcloud/apps/firstrunwizard/l10n/tr.js
share/nextcloud/apps/firstrunwizard/l10n/tr.json
share/nextcloud/apps/firstrunwizard/l10n/ug.php
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/firstrunwizard/l10n/uk.js
share/nextcloud/apps/firstrunwizard/l10n/uk.json
share/nextcloud/apps/firstrunwizard/l10n/uz.js
share/nextcloud/apps/firstrunwizard/l10n/uz.json
share/nextcloud/apps/firstrunwizard/l10n/vi.js
share/nextcloud/apps/firstrunwizard/l10n/vi.json
share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js
share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json
share/nextcloud/apps/firstrunwizard/l10n/zh_HK.js
share/nextcloud/apps/firstrunwizard/l10n/zh_HK.json
share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php
share/nextcloud/apps/firstrunwizard/l10n/zh_TW.js
share/nextcloud/apps/firstrunwizard/l10n/zh_TW.json
share/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php
share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php
share/nextcloud/apps/firstrunwizard/lib/Listener/AppEnabledListener.php
share/nextcloud/apps/firstrunwizard/lib/Listener/BeforeTemplateRenderedListener.php
share/nextcloud/apps/firstrunwizard/lib/Notification/AppHint.php
share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/firstrunwizard/lib/Settings/Personal.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/firstrunwizard/templates/page.apps.php
share/nextcloud/apps/firstrunwizard/templates/page.clients.php
share/nextcloud/apps/firstrunwizard/templates/page.final.php
share/nextcloud/apps/firstrunwizard/templates/page.intro.php
share/nextcloud/apps/firstrunwizard/templates/page.values.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/firstrunwizard/templates/personal-settings.php
share/nextcloud/apps/logreader/appinfo/info.xml
share/nextcloud/apps/logreader/appinfo/routes.php
share/nextcloud/apps/logreader/appinfo/signature.json
share/nextcloud/apps/logreader/build/main.css
share/nextcloud/apps/logreader/build/main.css.map
share/nextcloud/apps/logreader/build/main.js
share/nextcloud/apps/logreader/build/main.js.map
share/nextcloud/apps/logreader/composer.json
share/nextcloud/apps/logreader/composer.lock
share/nextcloud/apps/logreader/css/app.css
share/nextcloud/apps/logreader/img/app-dark.svg
share/nextcloud/apps/logreader/img/app.svg
share/nextcloud/apps/logreader/js/App.js
share/nextcloud/apps/logreader/js/Components/BackgroundException.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/Exception.css
share/nextcloud/apps/logreader/js/Components/Exception.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/LevelSettings.css
share/nextcloud/apps/logreader/js/Components/LogEntry.js
share/nextcloud/apps/logreader/js/Components/LogLevel.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/LogTable.css
share/nextcloud/apps/logreader/js/Components/LogTable.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/LogUploader.css
share/nextcloud/apps/logreader/js/Components/LogUploader.js
share/nextcloud/apps/logreader/js/Components/Settings.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/ToggleEntry.css
share/nextcloud/apps/logreader/js/Components/ToggleEntry.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/js/Components/TraceLine.css
share/nextcloud/apps/logreader/js/Components/TraceLine.js
share/nextcloud/apps/logreader/js/DateFormatConverter.js
share/nextcloud/apps/logreader/js/ExceptionParser.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/logreader/js/Providers/ClipboardProvider.js
share/nextcloud/apps/logreader/js/Providers/LogFile.js
share/nextcloud/apps/logreader/js/Providers/LogProvider.js
share/nextcloud/apps/logreader/js/Search.js
share/nextcloud/apps/logreader/js/index.js
share/nextcloud/apps/logreader/js/unserialize.js
share/nextcloud/apps/logreader/l10n/af.js
share/nextcloud/apps/logreader/l10n/af.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/logreader/l10n/ar.js
share/nextcloud/apps/logreader/l10n/ar.json
share/nextcloud/apps/logreader/l10n/ast.js
share/nextcloud/apps/logreader/l10n/ast.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/az.js
share/nextcloud/apps/logreader/l10n/az.json
share/nextcloud/apps/logreader/l10n/bg.js
share/nextcloud/apps/logreader/l10n/bg.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/bn_BD.js
share/nextcloud/apps/logreader/l10n/bn_BD.json
share/nextcloud/apps/logreader/l10n/br.js
share/nextcloud/apps/logreader/l10n/br.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/ca.js
share/nextcloud/apps/logreader/l10n/ca.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/cs.js
share/nextcloud/apps/logreader/l10n/cs.json
share/nextcloud/apps/logreader/l10n/cy_GB.js
share/nextcloud/apps/logreader/l10n/cy_GB.json
share/nextcloud/apps/logreader/l10n/da.js
share/nextcloud/apps/logreader/l10n/da.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/de.js
share/nextcloud/apps/logreader/l10n/de.json
share/nextcloud/apps/logreader/l10n/de_DE.js
share/nextcloud/apps/logreader/l10n/de_DE.json
share/nextcloud/apps/logreader/l10n/el.js
share/nextcloud/apps/logreader/l10n/el.json
share/nextcloud/apps/logreader/l10n/en_GB.js
share/nextcloud/apps/logreader/l10n/en_GB.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/logreader/l10n/eo.js
share/nextcloud/apps/logreader/l10n/eo.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/es.js
share/nextcloud/apps/logreader/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/logreader/l10n/es_419.js
share/nextcloud/apps/logreader/l10n/es_419.json
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/logreader/l10n/es_AR.js
share/nextcloud/apps/logreader/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/es_CL.js
share/nextcloud/apps/logreader/l10n/es_CL.json
share/nextcloud/apps/logreader/l10n/es_CO.js
share/nextcloud/apps/logreader/l10n/es_CO.json
share/nextcloud/apps/logreader/l10n/es_CR.js
share/nextcloud/apps/logreader/l10n/es_CR.json
share/nextcloud/apps/logreader/l10n/es_DO.js
share/nextcloud/apps/logreader/l10n/es_DO.json
share/nextcloud/apps/logreader/l10n/es_EC.js
share/nextcloud/apps/logreader/l10n/es_EC.json
share/nextcloud/apps/logreader/l10n/es_GT.js
share/nextcloud/apps/logreader/l10n/es_GT.json
share/nextcloud/apps/logreader/l10n/es_HN.js
share/nextcloud/apps/logreader/l10n/es_HN.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/es_MX.js
share/nextcloud/apps/logreader/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/es_NI.js
share/nextcloud/apps/logreader/l10n/es_NI.json
share/nextcloud/apps/logreader/l10n/es_PA.js
share/nextcloud/apps/logreader/l10n/es_PA.json
share/nextcloud/apps/logreader/l10n/es_PE.js
share/nextcloud/apps/logreader/l10n/es_PE.json
share/nextcloud/apps/logreader/l10n/es_PR.js
share/nextcloud/apps/logreader/l10n/es_PR.json
share/nextcloud/apps/logreader/l10n/es_PY.js
share/nextcloud/apps/logreader/l10n/es_PY.json
share/nextcloud/apps/logreader/l10n/es_SV.js
share/nextcloud/apps/logreader/l10n/es_SV.json
share/nextcloud/apps/logreader/l10n/es_UY.js
share/nextcloud/apps/logreader/l10n/es_UY.json
share/nextcloud/apps/logreader/l10n/et_EE.js
share/nextcloud/apps/logreader/l10n/et_EE.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/eu.js
share/nextcloud/apps/logreader/l10n/eu.json
share/nextcloud/apps/logreader/l10n/fa.js
share/nextcloud/apps/logreader/l10n/fa.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/fi.js
share/nextcloud/apps/logreader/l10n/fi.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/fo.js
share/nextcloud/apps/logreader/l10n/fo.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/fr.js
share/nextcloud/apps/logreader/l10n/fr.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/logreader/l10n/gl.js
share/nextcloud/apps/logreader/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/logreader/l10n/he.js
share/nextcloud/apps/logreader/l10n/he.json
share/nextcloud/apps/logreader/l10n/hr.js
share/nextcloud/apps/logreader/l10n/hr.json
share/nextcloud/apps/logreader/l10n/hu.js
share/nextcloud/apps/logreader/l10n/hu.json
share/nextcloud/apps/logreader/l10n/hy.js
share/nextcloud/apps/logreader/l10n/hy.json
share/nextcloud/apps/logreader/l10n/ia.js
share/nextcloud/apps/logreader/l10n/ia.json
share/nextcloud/apps/logreader/l10n/id.js
share/nextcloud/apps/logreader/l10n/id.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/is.js
share/nextcloud/apps/logreader/l10n/is.json
share/nextcloud/apps/logreader/l10n/it.js
share/nextcloud/apps/logreader/l10n/it.json
share/nextcloud/apps/logreader/l10n/ja.js
share/nextcloud/apps/logreader/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/ka_GE.js
share/nextcloud/apps/logreader/l10n/ka_GE.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/kab.js
share/nextcloud/apps/logreader/l10n/kab.json
share/nextcloud/apps/logreader/l10n/km.js
share/nextcloud/apps/logreader/l10n/km.json
share/nextcloud/apps/logreader/l10n/kn.js
share/nextcloud/apps/logreader/l10n/kn.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/logreader/l10n/ko.js
share/nextcloud/apps/logreader/l10n/ko.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/lb.js
share/nextcloud/apps/logreader/l10n/lb.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/logreader/l10n/lo.js
share/nextcloud/apps/logreader/l10n/lo.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/lt_LT.js
share/nextcloud/apps/logreader/l10n/lt_LT.json
share/nextcloud/apps/logreader/l10n/lv.js
share/nextcloud/apps/logreader/l10n/lv.json
share/nextcloud/apps/logreader/l10n/mk.js
share/nextcloud/apps/logreader/l10n/mk.json
share/nextcloud/apps/logreader/l10n/mn.js
share/nextcloud/apps/logreader/l10n/mn.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/nb.js
share/nextcloud/apps/logreader/l10n/nb.json
share/nextcloud/apps/logreader/l10n/nl.js
share/nextcloud/apps/logreader/l10n/nl.json
share/nextcloud/apps/logreader/l10n/nn_NO.js
share/nextcloud/apps/logreader/l10n/nn_NO.json
share/nextcloud/apps/logreader/l10n/oc.js
share/nextcloud/apps/logreader/l10n/oc.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/pl.js
share/nextcloud/apps/logreader/l10n/pl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/ps.js
share/nextcloud/apps/logreader/l10n/ps.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/pt_BR.js
share/nextcloud/apps/logreader/l10n/pt_BR.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/logreader/l10n/pt_PT.js
share/nextcloud/apps/logreader/l10n/pt_PT.json
share/nextcloud/apps/logreader/l10n/ro.js
share/nextcloud/apps/logreader/l10n/ro.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/ru.js
share/nextcloud/apps/logreader/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/logreader/l10n/sc.js
share/nextcloud/apps/logreader/l10n/sc.json
share/nextcloud/apps/logreader/l10n/si.js
share/nextcloud/apps/logreader/l10n/si.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/sk.js
share/nextcloud/apps/logreader/l10n/sk.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/l10n/sl.js
share/nextcloud/apps/logreader/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/sq.js
share/nextcloud/apps/logreader/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/logreader/l10n/sr.js
share/nextcloud/apps/logreader/l10n/sr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/sr@latin.js
share/nextcloud/apps/logreader/l10n/sr@latin.json
share/nextcloud/apps/logreader/l10n/sv.js
share/nextcloud/apps/logreader/l10n/sv.json
share/nextcloud/apps/logreader/l10n/th.js
share/nextcloud/apps/logreader/l10n/th.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/tr.js
share/nextcloud/apps/logreader/l10n/tr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/ug.js
share/nextcloud/apps/logreader/l10n/ug.json
share/nextcloud/apps/logreader/l10n/uk.js
share/nextcloud/apps/logreader/l10n/uk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/uz.js
share/nextcloud/apps/logreader/l10n/uz.json
share/nextcloud/apps/logreader/l10n/vi.js
share/nextcloud/apps/logreader/l10n/vi.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/zh_CN.js
share/nextcloud/apps/logreader/l10n/zh_CN.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/logreader/l10n/zh_HK.js
share/nextcloud/apps/logreader/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/logreader/l10n/zh_TW.js
share/nextcloud/apps/logreader/l10n/zh_TW.json
share/nextcloud/apps/logreader/lib/AppInfo/Application.php
share/nextcloud/apps/logreader/lib/Command/Tail.php
share/nextcloud/apps/logreader/lib/Command/Watch.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/logreader/lib/Controller/LogController.php
share/nextcloud/apps/logreader/lib/Controller/PageController.php
share/nextcloud/apps/logreader/lib/Log/Formatter.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/logreader/lib/Log/LogIterator.php
share/nextcloud/apps/logreader/lib/Log/LogIteratorFactory.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/logreader/lib/Log/SearchFilter.php
share/nextcloud/apps/logreader/lib/Settings/Admin.php
share/nextcloud/apps/logreader/lib/Settings/Section.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/logreader/postcss.config.js
share/nextcloud/apps/logreader/screenshots/reader.png
share/nextcloud/apps/logreader/templates/index.php
share/nextcloud/apps/logreader/webpack/dev.config.js
share/nextcloud/apps/logreader/webpack/prod.config.js
share/nextcloud/apps/lookup_server_connector/appinfo/info.xml
share/nextcloud/apps/lookup_server_connector/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/lookup_server_connector/composer/autoload.php
share/nextcloud/apps/lookup_server_connector/composer/composer.json
share/nextcloud/apps/lookup_server_connector/composer/composer/ClassLoader.php
share/nextcloud/apps/lookup_server_connector/composer/composer/LICENSE
share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_classmap.php
share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_namespaces.php
share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_psr4.php
share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_real.php
share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_static.php
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/ca.js
share/nextcloud/apps/lookup_server_connector/l10n/ca.json
share/nextcloud/apps/lookup_server_connector/l10n/cs.js
share/nextcloud/apps/lookup_server_connector/l10n/cs.json
share/nextcloud/apps/lookup_server_connector/l10n/de.js
share/nextcloud/apps/lookup_server_connector/l10n/de.json
share/nextcloud/apps/lookup_server_connector/l10n/de_DE.js
share/nextcloud/apps/lookup_server_connector/l10n/de_DE.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/el.js
share/nextcloud/apps/lookup_server_connector/l10n/el.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/en_GB.js
share/nextcloud/apps/lookup_server_connector/l10n/en_GB.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/es.js
share/nextcloud/apps/lookup_server_connector/l10n/es.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/eu.js
share/nextcloud/apps/lookup_server_connector/l10n/eu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/fr.js
share/nextcloud/apps/lookup_server_connector/l10n/fr.json
share/nextcloud/apps/lookup_server_connector/l10n/gl.js
share/nextcloud/apps/lookup_server_connector/l10n/gl.json
share/nextcloud/apps/lookup_server_connector/l10n/he.js
share/nextcloud/apps/lookup_server_connector/l10n/he.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/hr.js
share/nextcloud/apps/lookup_server_connector/l10n/hr.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/lookup_server_connector/l10n/hu.js
share/nextcloud/apps/lookup_server_connector/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/it.js
share/nextcloud/apps/lookup_server_connector/l10n/it.json
share/nextcloud/apps/lookup_server_connector/l10n/nl.js
share/nextcloud/apps/lookup_server_connector/l10n/nl.json
share/nextcloud/apps/lookup_server_connector/l10n/pl.js
share/nextcloud/apps/lookup_server_connector/l10n/pl.json
share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.js
share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.json
share/nextcloud/apps/lookup_server_connector/l10n/ro.js
share/nextcloud/apps/lookup_server_connector/l10n/ro.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/ru.js
share/nextcloud/apps/lookup_server_connector/l10n/ru.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/sc.js
share/nextcloud/apps/lookup_server_connector/l10n/sc.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/sk.js
share/nextcloud/apps/lookup_server_connector/l10n/sk.json
share/nextcloud/apps/lookup_server_connector/l10n/sl.js
share/nextcloud/apps/lookup_server_connector/l10n/sl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/sr.js
share/nextcloud/apps/lookup_server_connector/l10n/sr.json
share/nextcloud/apps/lookup_server_connector/l10n/tr.js
share/nextcloud/apps/lookup_server_connector/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.js
share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json
share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.js
share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.js
share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.json
share/nextcloud/apps/lookup_server_connector/lib/AppInfo/Application.php
share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
share/nextcloud/apps/nextcloud_announcements/COPYING
share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt
share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml
share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json
share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg
share/nextcloud/apps/nextcloud_announcements/img/app.svg
share/nextcloud/apps/nextcloud_announcements/js/admin.js
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/af.js
share/nextcloud/apps/nextcloud_announcements/l10n/af.json
share/nextcloud/apps/nextcloud_announcements/l10n/ar.js
share/nextcloud/apps/nextcloud_announcements/l10n/ar.json
share/nextcloud/apps/nextcloud_announcements/l10n/ast.js
share/nextcloud/apps/nextcloud_announcements/l10n/ast.json
share/nextcloud/apps/nextcloud_announcements/l10n/bg.js
share/nextcloud/apps/nextcloud_announcements/l10n/bg.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/br.js
share/nextcloud/apps/nextcloud_announcements/l10n/br.json
share/nextcloud/apps/nextcloud_announcements/l10n/ca.js
share/nextcloud/apps/nextcloud_announcements/l10n/ca.json
share/nextcloud/apps/nextcloud_announcements/l10n/cs.js
share/nextcloud/apps/nextcloud_announcements/l10n/cs.json
share/nextcloud/apps/nextcloud_announcements/l10n/da.js
share/nextcloud/apps/nextcloud_announcements/l10n/da.json
share/nextcloud/apps/nextcloud_announcements/l10n/de.js
share/nextcloud/apps/nextcloud_announcements/l10n/de.json
share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js
share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json
share/nextcloud/apps/nextcloud_announcements/l10n/el.js
share/nextcloud/apps/nextcloud_announcements/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js
share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.json
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/eo.js
share/nextcloud/apps/nextcloud_announcements/l10n/eo.json
share/nextcloud/apps/nextcloud_announcements/l10n/es.js
share/nextcloud/apps/nextcloud_announcements/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/es_419.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.json
share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.js
share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json
share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js
share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/eu.js
share/nextcloud/apps/nextcloud_announcements/l10n/eu.json
share/nextcloud/apps/nextcloud_announcements/l10n/fa.js
share/nextcloud/apps/nextcloud_announcements/l10n/fa.json
share/nextcloud/apps/nextcloud_announcements/l10n/fi.js
share/nextcloud/apps/nextcloud_announcements/l10n/fi.json
share/nextcloud/apps/nextcloud_announcements/l10n/fr.js
share/nextcloud/apps/nextcloud_announcements/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/gl.js
share/nextcloud/apps/nextcloud_announcements/l10n/gl.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/he.js
share/nextcloud/apps/nextcloud_announcements/l10n/he.json
share/nextcloud/apps/nextcloud_announcements/l10n/hr.js
share/nextcloud/apps/nextcloud_announcements/l10n/hr.json
share/nextcloud/apps/nextcloud_announcements/l10n/hu.js
share/nextcloud/apps/nextcloud_announcements/l10n/hu.json
share/nextcloud/apps/nextcloud_announcements/l10n/ia.js
share/nextcloud/apps/nextcloud_announcements/l10n/ia.json
share/nextcloud/apps/nextcloud_announcements/l10n/id.js
share/nextcloud/apps/nextcloud_announcements/l10n/id.json
share/nextcloud/apps/nextcloud_announcements/l10n/is.js
share/nextcloud/apps/nextcloud_announcements/l10n/is.json
share/nextcloud/apps/nextcloud_announcements/l10n/it.js
share/nextcloud/apps/nextcloud_announcements/l10n/it.json
share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
share/nextcloud/apps/nextcloud_announcements/l10n/ko.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json
share/nextcloud/apps/nextcloud_announcements/l10n/lv.js
share/nextcloud/apps/nextcloud_announcements/l10n/lv.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/mk.js
share/nextcloud/apps/nextcloud_announcements/l10n/mk.json
share/nextcloud/apps/nextcloud_announcements/l10n/nb.js
share/nextcloud/apps/nextcloud_announcements/l10n/nb.json
share/nextcloud/apps/nextcloud_announcements/l10n/nl.js
share/nextcloud/apps/nextcloud_announcements/l10n/nl.json
share/nextcloud/apps/nextcloud_announcements/l10n/pl.js
share/nextcloud/apps/nextcloud_announcements/l10n/pl.json
share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js
share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.js
share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.json
share/nextcloud/apps/nextcloud_announcements/l10n/ro.js
share/nextcloud/apps/nextcloud_announcements/l10n/ro.json
share/nextcloud/apps/nextcloud_announcements/l10n/ru.js
share/nextcloud/apps/nextcloud_announcements/l10n/ru.json
share/nextcloud/apps/nextcloud_announcements/l10n/sc.js
share/nextcloud/apps/nextcloud_announcements/l10n/sc.json
share/nextcloud/apps/nextcloud_announcements/l10n/sk.js
share/nextcloud/apps/nextcloud_announcements/l10n/sk.json
share/nextcloud/apps/nextcloud_announcements/l10n/sl.js
share/nextcloud/apps/nextcloud_announcements/l10n/sl.json
share/nextcloud/apps/nextcloud_announcements/l10n/sq.js
share/nextcloud/apps/nextcloud_announcements/l10n/sq.json
share/nextcloud/apps/nextcloud_announcements/l10n/sr.js
share/nextcloud/apps/nextcloud_announcements/l10n/sr.json
share/nextcloud/apps/nextcloud_announcements/l10n/sv.js
share/nextcloud/apps/nextcloud_announcements/l10n/sv.json
share/nextcloud/apps/nextcloud_announcements/l10n/tr.js
share/nextcloud/apps/nextcloud_announcements/l10n/tr.json
share/nextcloud/apps/nextcloud_announcements/l10n/uk.js
share/nextcloud/apps/nextcloud_announcements/l10n/uk.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json
share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.js
share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.json
share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json
share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php
share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php
share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
share/nextcloud/apps/nextcloud_announcements/templates/admin.php
share/nextcloud/apps/notifications/COPYING
share/nextcloud/apps/notifications/appinfo/info.xml
share/nextcloud/apps/notifications/appinfo/routes.php
share/nextcloud/apps/notifications/appinfo/signature.json
share/nextcloud/apps/notifications/babel.config.js
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/notifications/composer.json
share/nextcloud/apps/notifications/composer.lock
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/css/styles.scss
share/nextcloud/apps/notifications/docs/admin-notifications.md
share/nextcloud/apps/notifications/docs/notification-workflow.md
share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md
share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md
share/nextcloud/apps/notifications/docs/push-v2.md
share/nextcloud/apps/notifications/docs/screenshot.png
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/img/notifications-dark.svg
share/nextcloud/apps/notifications/img/notifications-new-dark.svg
share/nextcloud/apps/notifications/img/notifications-new.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/img/notifications-red-new-dark.svg
share/nextcloud/apps/notifications/img/notifications-red-new.svg
share/nextcloud/apps/notifications/img/notifications.png
share/nextcloud/apps/notifications/img/notifications.svg
share/nextcloud/apps/notifications/js/notifications-main.js
share/nextcloud/apps/notifications/js/notifications-main.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/af.js
share/nextcloud/apps/notifications/l10n/af.json
share/nextcloud/apps/notifications/l10n/ar.js
share/nextcloud/apps/notifications/l10n/ar.json
share/nextcloud/apps/notifications/l10n/ast.js
share/nextcloud/apps/notifications/l10n/ast.json
share/nextcloud/apps/notifications/l10n/az.js
share/nextcloud/apps/notifications/l10n/az.json
share/nextcloud/apps/notifications/l10n/bg.js
share/nextcloud/apps/notifications/l10n/bg.json
share/nextcloud/apps/notifications/l10n/bn_BD.js
share/nextcloud/apps/notifications/l10n/bn_BD.json
share/nextcloud/apps/notifications/l10n/br.js
share/nextcloud/apps/notifications/l10n/br.json
share/nextcloud/apps/notifications/l10n/bs.js
share/nextcloud/apps/notifications/l10n/bs.json
share/nextcloud/apps/notifications/l10n/ca.js
share/nextcloud/apps/notifications/l10n/ca.json
share/nextcloud/apps/notifications/l10n/cs.js
share/nextcloud/apps/notifications/l10n/cs.json
share/nextcloud/apps/notifications/l10n/cy_GB.js
share/nextcloud/apps/notifications/l10n/cy_GB.json
share/nextcloud/apps/notifications/l10n/da.js
share/nextcloud/apps/notifications/l10n/da.json
share/nextcloud/apps/notifications/l10n/de.js
share/nextcloud/apps/notifications/l10n/de.json
share/nextcloud/apps/notifications/l10n/de_DE.js
share/nextcloud/apps/notifications/l10n/de_DE.json
share/nextcloud/apps/notifications/l10n/el.js
share/nextcloud/apps/notifications/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/en_GB.js
share/nextcloud/apps/notifications/l10n/en_GB.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/notifications/l10n/eo.js
share/nextcloud/apps/notifications/l10n/eo.json
share/nextcloud/apps/notifications/l10n/es.js
share/nextcloud/apps/notifications/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/notifications/l10n/es_419.js
share/nextcloud/apps/notifications/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/es_AR.js
share/nextcloud/apps/notifications/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/notifications/l10n/es_CL.js
share/nextcloud/apps/notifications/l10n/es_CL.json
share/nextcloud/apps/notifications/l10n/es_CO.js
share/nextcloud/apps/notifications/l10n/es_CO.json
share/nextcloud/apps/notifications/l10n/es_CR.js
share/nextcloud/apps/notifications/l10n/es_CR.json
share/nextcloud/apps/notifications/l10n/es_DO.js
share/nextcloud/apps/notifications/l10n/es_DO.json
share/nextcloud/apps/notifications/l10n/es_EC.js
share/nextcloud/apps/notifications/l10n/es_EC.json
share/nextcloud/apps/notifications/l10n/es_GT.js
share/nextcloud/apps/notifications/l10n/es_GT.json
share/nextcloud/apps/notifications/l10n/es_HN.js
share/nextcloud/apps/notifications/l10n/es_HN.json
share/nextcloud/apps/notifications/l10n/es_MX.js
share/nextcloud/apps/notifications/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/notifications/l10n/es_NI.js
share/nextcloud/apps/notifications/l10n/es_NI.json
share/nextcloud/apps/notifications/l10n/es_PA.js
share/nextcloud/apps/notifications/l10n/es_PA.json
share/nextcloud/apps/notifications/l10n/es_PE.js
share/nextcloud/apps/notifications/l10n/es_PE.json
share/nextcloud/apps/notifications/l10n/es_PR.js
share/nextcloud/apps/notifications/l10n/es_PR.json
share/nextcloud/apps/notifications/l10n/es_PY.js
share/nextcloud/apps/notifications/l10n/es_PY.json
share/nextcloud/apps/notifications/l10n/es_SV.js
share/nextcloud/apps/notifications/l10n/es_SV.json
share/nextcloud/apps/notifications/l10n/es_UY.js
share/nextcloud/apps/notifications/l10n/es_UY.json
share/nextcloud/apps/notifications/l10n/et_EE.js
share/nextcloud/apps/notifications/l10n/et_EE.json
share/nextcloud/apps/notifications/l10n/eu.js
share/nextcloud/apps/notifications/l10n/eu.json
share/nextcloud/apps/notifications/l10n/fa.js
share/nextcloud/apps/notifications/l10n/fa.json
share/nextcloud/apps/notifications/l10n/fi.js
share/nextcloud/apps/notifications/l10n/fi.json
share/nextcloud/apps/notifications/l10n/fo.js
share/nextcloud/apps/notifications/l10n/fo.json
share/nextcloud/apps/notifications/l10n/fr.js
share/nextcloud/apps/notifications/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/gl.js
share/nextcloud/apps/notifications/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/notifications/l10n/he.js
share/nextcloud/apps/notifications/l10n/he.json
share/nextcloud/apps/notifications/l10n/hr.js
share/nextcloud/apps/notifications/l10n/hr.json
share/nextcloud/apps/notifications/l10n/hu.js
share/nextcloud/apps/notifications/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/notifications/l10n/hy.js
share/nextcloud/apps/notifications/l10n/hy.json
share/nextcloud/apps/notifications/l10n/ia.js
share/nextcloud/apps/notifications/l10n/ia.json
share/nextcloud/apps/notifications/l10n/id.js
share/nextcloud/apps/notifications/l10n/id.json
share/nextcloud/apps/notifications/l10n/is.js
share/nextcloud/apps/notifications/l10n/is.json
share/nextcloud/apps/notifications/l10n/it.js
share/nextcloud/apps/notifications/l10n/it.json
share/nextcloud/apps/notifications/l10n/ja.js
share/nextcloud/apps/notifications/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/notifications/l10n/ka_GE.js
share/nextcloud/apps/notifications/l10n/ka_GE.json
share/nextcloud/apps/notifications/l10n/kab.js
share/nextcloud/apps/notifications/l10n/kab.json
share/nextcloud/apps/notifications/l10n/km.js
share/nextcloud/apps/notifications/l10n/km.json
share/nextcloud/apps/notifications/l10n/kn.js
share/nextcloud/apps/notifications/l10n/kn.json
share/nextcloud/apps/notifications/l10n/ko.js
share/nextcloud/apps/notifications/l10n/ko.json
share/nextcloud/apps/notifications/l10n/lb.js
share/nextcloud/apps/notifications/l10n/lb.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/notifications/l10n/lo.js
share/nextcloud/apps/notifications/l10n/lo.json
share/nextcloud/apps/notifications/l10n/lt_LT.js
share/nextcloud/apps/notifications/l10n/lt_LT.json
share/nextcloud/apps/notifications/l10n/lv.js
share/nextcloud/apps/notifications/l10n/lv.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/notifications/l10n/mk.js
share/nextcloud/apps/notifications/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/mn.js
share/nextcloud/apps/notifications/l10n/mn.json
share/nextcloud/apps/notifications/l10n/ms_MY.js
share/nextcloud/apps/notifications/l10n/ms_MY.json
share/nextcloud/apps/notifications/l10n/my.js
share/nextcloud/apps/notifications/l10n/my.json
share/nextcloud/apps/notifications/l10n/nb.js
share/nextcloud/apps/notifications/l10n/nb.json
share/nextcloud/apps/notifications/l10n/ne.js
share/nextcloud/apps/notifications/l10n/ne.json
share/nextcloud/apps/notifications/l10n/nl.js
share/nextcloud/apps/notifications/l10n/nl.json
share/nextcloud/apps/notifications/l10n/nn_NO.js
share/nextcloud/apps/notifications/l10n/nn_NO.json
share/nextcloud/apps/notifications/l10n/oc.js
share/nextcloud/apps/notifications/l10n/oc.json
share/nextcloud/apps/notifications/l10n/pl.js
share/nextcloud/apps/notifications/l10n/pl.json
share/nextcloud/apps/notifications/l10n/ps.js
share/nextcloud/apps/notifications/l10n/ps.json
share/nextcloud/apps/notifications/l10n/pt_BR.js
share/nextcloud/apps/notifications/l10n/pt_BR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/notifications/l10n/pt_PT.js
share/nextcloud/apps/notifications/l10n/pt_PT.json
share/nextcloud/apps/notifications/l10n/ro.js
share/nextcloud/apps/notifications/l10n/ro.json
share/nextcloud/apps/notifications/l10n/ru.js
share/nextcloud/apps/notifications/l10n/ru.json
share/nextcloud/apps/notifications/l10n/si.js
share/nextcloud/apps/notifications/l10n/si.json
share/nextcloud/apps/notifications/l10n/sk.js
share/nextcloud/apps/notifications/l10n/sk.json
share/nextcloud/apps/notifications/l10n/sl.js
share/nextcloud/apps/notifications/l10n/sl.json
share/nextcloud/apps/notifications/l10n/sq.js
share/nextcloud/apps/notifications/l10n/sq.json
share/nextcloud/apps/notifications/l10n/sr.js
share/nextcloud/apps/notifications/l10n/sr.json
share/nextcloud/apps/notifications/l10n/sr@latin.js
share/nextcloud/apps/notifications/l10n/sr@latin.json
share/nextcloud/apps/notifications/l10n/sv.js
share/nextcloud/apps/notifications/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/notifications/l10n/ta.js
share/nextcloud/apps/notifications/l10n/ta.json
share/nextcloud/apps/notifications/l10n/th.js
share/nextcloud/apps/notifications/l10n/th.json
share/nextcloud/apps/notifications/l10n/tr.js
share/nextcloud/apps/notifications/l10n/tr.json
share/nextcloud/apps/notifications/l10n/uk.js
share/nextcloud/apps/notifications/l10n/uk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/notifications/l10n/ur_PK.js
share/nextcloud/apps/notifications/l10n/ur_PK.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/notifications/l10n/uz.js
share/nextcloud/apps/notifications/l10n/uz.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/notifications/l10n/vi.js
share/nextcloud/apps/notifications/l10n/vi.json
share/nextcloud/apps/notifications/l10n/zh_CN.js
share/nextcloud/apps/notifications/l10n/zh_CN.json
share/nextcloud/apps/notifications/l10n/zh_HK.js
share/nextcloud/apps/notifications/l10n/zh_HK.json
share/nextcloud/apps/notifications/l10n/zh_TW.js
share/nextcloud/apps/notifications/l10n/zh_TW.json
share/nextcloud/apps/notifications/lib/App.php
share/nextcloud/apps/notifications/lib/AppInfo/Application.php
share/nextcloud/apps/notifications/lib/Capabilities.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/lib/Command/Generate.php
share/nextcloud/apps/notifications/lib/Command/TestPush.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/lib/Controller/APIController.php
share/nextcloud/apps/notifications/lib/Controller/EndpointController.php
share/nextcloud/apps/notifications/lib/Controller/PushController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/lib/Exceptions/NotificationNotFoundException.php
share/nextcloud/apps/notifications/lib/Handler.php
share/nextcloud/apps/notifications/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/notifications/lib/Migration/Version2004Date20190107135757.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/notifications/lib/Notifier/AdminNotifications.php
share/nextcloud/apps/notifications/lib/Push.php
share/nextcloud/apps/oauth2/appinfo/info.xml
share/nextcloud/apps/oauth2/appinfo/routes.php
share/nextcloud/apps/oauth2/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/composer/autoload.php
share/nextcloud/apps/oauth2/composer/composer.json
share/nextcloud/apps/oauth2/composer/composer/ClassLoader.php
share/nextcloud/apps/oauth2/composer/composer/LICENSE
share/nextcloud/apps/oauth2/composer/composer/autoload_classmap.php
share/nextcloud/apps/oauth2/composer/composer/autoload_namespaces.php
share/nextcloud/apps/oauth2/composer/composer/autoload_psr4.php
share/nextcloud/apps/oauth2/composer/composer/autoload_real.php
share/nextcloud/apps/oauth2/composer/composer/autoload_static.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/oauth2/js/oauth2.js
share/nextcloud/apps/oauth2/js/oauth2.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/af.js
share/nextcloud/apps/oauth2/l10n/af.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/l10n/ar.js
share/nextcloud/apps/oauth2/l10n/ar.json
share/nextcloud/apps/oauth2/l10n/ast.js
share/nextcloud/apps/oauth2/l10n/ast.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/oauth2/l10n/br.js
share/nextcloud/apps/oauth2/l10n/br.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/ca.js
share/nextcloud/apps/oauth2/l10n/ca.json
share/nextcloud/apps/oauth2/l10n/cs.js
share/nextcloud/apps/oauth2/l10n/cs.json
share/nextcloud/apps/oauth2/l10n/da.js
share/nextcloud/apps/oauth2/l10n/da.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/de.js
share/nextcloud/apps/oauth2/l10n/de.json
share/nextcloud/apps/oauth2/l10n/de_DE.js
share/nextcloud/apps/oauth2/l10n/de_DE.json
share/nextcloud/apps/oauth2/l10n/el.js
share/nextcloud/apps/oauth2/l10n/el.json
share/nextcloud/apps/oauth2/l10n/en_GB.js
share/nextcloud/apps/oauth2/l10n/en_GB.json
share/nextcloud/apps/oauth2/l10n/es.js
share/nextcloud/apps/oauth2/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/l10n/es_419.js
share/nextcloud/apps/oauth2/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/es_AR.js
share/nextcloud/apps/oauth2/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/es_CL.js
share/nextcloud/apps/oauth2/l10n/es_CL.json
share/nextcloud/apps/oauth2/l10n/es_CO.js
share/nextcloud/apps/oauth2/l10n/es_CO.json
share/nextcloud/apps/oauth2/l10n/es_CR.js
share/nextcloud/apps/oauth2/l10n/es_CR.json
share/nextcloud/apps/oauth2/l10n/es_DO.js
share/nextcloud/apps/oauth2/l10n/es_DO.json
share/nextcloud/apps/oauth2/l10n/es_EC.js
share/nextcloud/apps/oauth2/l10n/es_EC.json
share/nextcloud/apps/oauth2/l10n/es_GT.js
share/nextcloud/apps/oauth2/l10n/es_GT.json
share/nextcloud/apps/oauth2/l10n/es_HN.js
share/nextcloud/apps/oauth2/l10n/es_HN.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/es_MX.js
share/nextcloud/apps/oauth2/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/es_NI.js
share/nextcloud/apps/oauth2/l10n/es_NI.json
share/nextcloud/apps/oauth2/l10n/es_PA.js
share/nextcloud/apps/oauth2/l10n/es_PA.json
share/nextcloud/apps/oauth2/l10n/es_PE.js
share/nextcloud/apps/oauth2/l10n/es_PE.json
share/nextcloud/apps/oauth2/l10n/es_PR.js
share/nextcloud/apps/oauth2/l10n/es_PR.json
share/nextcloud/apps/oauth2/l10n/es_PY.js
share/nextcloud/apps/oauth2/l10n/es_PY.json
share/nextcloud/apps/oauth2/l10n/es_SV.js
share/nextcloud/apps/oauth2/l10n/es_SV.json
share/nextcloud/apps/oauth2/l10n/es_UY.js
share/nextcloud/apps/oauth2/l10n/es_UY.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/l10n/et_EE.js
share/nextcloud/apps/oauth2/l10n/et_EE.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/eu.js
share/nextcloud/apps/oauth2/l10n/eu.json
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/oauth2/l10n/fa.js
share/nextcloud/apps/oauth2/l10n/fa.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/fi.js
share/nextcloud/apps/oauth2/l10n/fi.json
share/nextcloud/apps/oauth2/l10n/fr.js
share/nextcloud/apps/oauth2/l10n/fr.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/l10n/gl.js
share/nextcloud/apps/oauth2/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/oauth2/l10n/he.js
share/nextcloud/apps/oauth2/l10n/he.json
share/nextcloud/apps/oauth2/l10n/hr.js
share/nextcloud/apps/oauth2/l10n/hr.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/hu.js
share/nextcloud/apps/oauth2/l10n/hu.json
share/nextcloud/apps/oauth2/l10n/id.js
share/nextcloud/apps/oauth2/l10n/id.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/is.js
share/nextcloud/apps/oauth2/l10n/is.json
share/nextcloud/apps/oauth2/l10n/it.js
share/nextcloud/apps/oauth2/l10n/it.json
share/nextcloud/apps/oauth2/l10n/ja.js
share/nextcloud/apps/oauth2/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/ka_GE.js
share/nextcloud/apps/oauth2/l10n/ka_GE.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/oauth2/l10n/ko.js
share/nextcloud/apps/oauth2/l10n/ko.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/lt_LT.js
share/nextcloud/apps/oauth2/l10n/lt_LT.json
share/nextcloud/apps/oauth2/l10n/lv.js
share/nextcloud/apps/oauth2/l10n/lv.json
share/nextcloud/apps/oauth2/l10n/mk.js
share/nextcloud/apps/oauth2/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/nb.js
share/nextcloud/apps/oauth2/l10n/nb.json
share/nextcloud/apps/oauth2/l10n/nl.js
share/nextcloud/apps/oauth2/l10n/nl.json
share/nextcloud/apps/oauth2/l10n/pl.js
share/nextcloud/apps/oauth2/l10n/pl.json
share/nextcloud/apps/oauth2/l10n/pt_BR.js
share/nextcloud/apps/oauth2/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/oauth2/l10n/pt_PT.js
share/nextcloud/apps/oauth2/l10n/pt_PT.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/ru.js
share/nextcloud/apps/oauth2/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/oauth2/l10n/sc.js
share/nextcloud/apps/oauth2/l10n/sc.json
share/nextcloud/apps/oauth2/l10n/si.js
share/nextcloud/apps/oauth2/l10n/si.json
share/nextcloud/apps/oauth2/l10n/sk.js
share/nextcloud/apps/oauth2/l10n/sk.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/oauth2/l10n/sl.js
share/nextcloud/apps/oauth2/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/sq.js
share/nextcloud/apps/oauth2/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/sr.js
share/nextcloud/apps/oauth2/l10n/sr.json
share/nextcloud/apps/oauth2/l10n/sv.js
share/nextcloud/apps/oauth2/l10n/sv.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/oauth2/l10n/tr.js
share/nextcloud/apps/oauth2/l10n/tr.json
share/nextcloud/apps/oauth2/l10n/vi.js
share/nextcloud/apps/oauth2/l10n/vi.json
share/nextcloud/apps/oauth2/l10n/zh_CN.js
share/nextcloud/apps/oauth2/l10n/zh_CN.json
share/nextcloud/apps/oauth2/l10n/zh_HK.js
share/nextcloud/apps/oauth2/l10n/zh_HK.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/oauth2/l10n/zh_TW.js
share/nextcloud/apps/oauth2/l10n/zh_TW.json
share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php
share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php
share/nextcloud/apps/oauth2/lib/Db/AccessToken.php
share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php
share/nextcloud/apps/oauth2/lib/Db/Client.php
share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php
share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/oauth2/lib/Migration/SetTokenExpiration.php
share/nextcloud/apps/oauth2/lib/Migration/Version010401Date20181207190718.php
share/nextcloud/apps/oauth2/lib/Migration/Version010402Date20190107124745.php
share/nextcloud/apps/oauth2/lib/Settings/Admin.php
share/nextcloud/apps/oauth2/templates/admin.php
share/nextcloud/apps/password_policy/LICENSE
share/nextcloud/apps/password_policy/appinfo/info.xml
share/nextcloud/apps/password_policy/appinfo/routes.php
share/nextcloud/apps/password_policy/appinfo/signature.json
share/nextcloud/apps/password_policy/css/settings-admin.css
share/nextcloud/apps/password_policy/img/app.svg
share/nextcloud/apps/password_policy/js/settings-admin.js
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/af.js
share/nextcloud/apps/password_policy/l10n/af.json
share/nextcloud/apps/password_policy/l10n/ast.js
share/nextcloud/apps/password_policy/l10n/ast.json
share/nextcloud/apps/password_policy/l10n/bg.js
share/nextcloud/apps/password_policy/l10n/bg.json
share/nextcloud/apps/password_policy/l10n/ca.js
share/nextcloud/apps/password_policy/l10n/ca.json
share/nextcloud/apps/password_policy/l10n/cs.js
share/nextcloud/apps/password_policy/l10n/cs.json
share/nextcloud/apps/password_policy/l10n/da.js
share/nextcloud/apps/password_policy/l10n/da.json
share/nextcloud/apps/password_policy/l10n/de.js
share/nextcloud/apps/password_policy/l10n/de.json
share/nextcloud/apps/password_policy/l10n/de_DE.js
share/nextcloud/apps/password_policy/l10n/de_DE.json
share/nextcloud/apps/password_policy/l10n/el.js
share/nextcloud/apps/password_policy/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/en_GB.js
share/nextcloud/apps/password_policy/l10n/en_GB.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/password_policy/l10n/eo.js
share/nextcloud/apps/password_policy/l10n/eo.json
share/nextcloud/apps/password_policy/l10n/es.js
share/nextcloud/apps/password_policy/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/password_policy/l10n/es_419.js
share/nextcloud/apps/password_policy/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/es_AR.js
share/nextcloud/apps/password_policy/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/password_policy/l10n/es_CL.js
share/nextcloud/apps/password_policy/l10n/es_CL.json
share/nextcloud/apps/password_policy/l10n/es_CO.js
share/nextcloud/apps/password_policy/l10n/es_CO.json
share/nextcloud/apps/password_policy/l10n/es_CR.js
share/nextcloud/apps/password_policy/l10n/es_CR.json
share/nextcloud/apps/password_policy/l10n/es_DO.js
share/nextcloud/apps/password_policy/l10n/es_DO.json
share/nextcloud/apps/password_policy/l10n/es_EC.js
share/nextcloud/apps/password_policy/l10n/es_EC.json
share/nextcloud/apps/password_policy/l10n/es_GT.js
share/nextcloud/apps/password_policy/l10n/es_GT.json
share/nextcloud/apps/password_policy/l10n/es_HN.js
share/nextcloud/apps/password_policy/l10n/es_HN.json
share/nextcloud/apps/password_policy/l10n/es_MX.js
share/nextcloud/apps/password_policy/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/password_policy/l10n/es_NI.js
share/nextcloud/apps/password_policy/l10n/es_NI.json
share/nextcloud/apps/password_policy/l10n/es_PA.js
share/nextcloud/apps/password_policy/l10n/es_PA.json
share/nextcloud/apps/password_policy/l10n/es_PE.js
share/nextcloud/apps/password_policy/l10n/es_PE.json
share/nextcloud/apps/password_policy/l10n/es_PR.js
share/nextcloud/apps/password_policy/l10n/es_PR.json
share/nextcloud/apps/password_policy/l10n/es_PY.js
share/nextcloud/apps/password_policy/l10n/es_PY.json
share/nextcloud/apps/password_policy/l10n/es_SV.js
share/nextcloud/apps/password_policy/l10n/es_SV.json
share/nextcloud/apps/password_policy/l10n/es_UY.js
share/nextcloud/apps/password_policy/l10n/es_UY.json
share/nextcloud/apps/password_policy/l10n/et_EE.js
share/nextcloud/apps/password_policy/l10n/et_EE.json
share/nextcloud/apps/password_policy/l10n/eu.js
share/nextcloud/apps/password_policy/l10n/eu.json
share/nextcloud/apps/password_policy/l10n/fa.js
share/nextcloud/apps/password_policy/l10n/fa.json
share/nextcloud/apps/password_policy/l10n/fi.js
share/nextcloud/apps/password_policy/l10n/fi.json
share/nextcloud/apps/password_policy/l10n/fr.js
share/nextcloud/apps/password_policy/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/gl.js
share/nextcloud/apps/password_policy/l10n/gl.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/password_policy/l10n/he.js
share/nextcloud/apps/password_policy/l10n/he.json
share/nextcloud/apps/password_policy/l10n/hr.js
share/nextcloud/apps/password_policy/l10n/hr.json
share/nextcloud/apps/password_policy/l10n/hu.js
share/nextcloud/apps/password_policy/l10n/hu.json
share/nextcloud/apps/password_policy/l10n/ia.js
share/nextcloud/apps/password_policy/l10n/ia.json
share/nextcloud/apps/password_policy/l10n/id.js
share/nextcloud/apps/password_policy/l10n/id.json
share/nextcloud/apps/password_policy/l10n/is.js
share/nextcloud/apps/password_policy/l10n/is.json
share/nextcloud/apps/password_policy/l10n/it.js
share/nextcloud/apps/password_policy/l10n/it.json
share/nextcloud/apps/password_policy/l10n/ja.js
share/nextcloud/apps/password_policy/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/password_policy/l10n/ka_GE.js
share/nextcloud/apps/password_policy/l10n/ka_GE.json
share/nextcloud/apps/password_policy/l10n/ko.js
share/nextcloud/apps/password_policy/l10n/ko.json
share/nextcloud/apps/password_policy/l10n/lt_LT.js
share/nextcloud/apps/password_policy/l10n/lt_LT.json
share/nextcloud/apps/password_policy/l10n/lv.js
share/nextcloud/apps/password_policy/l10n/lv.json
share/nextcloud/apps/password_policy/l10n/mk.js
share/nextcloud/apps/password_policy/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/mn.js
share/nextcloud/apps/password_policy/l10n/mn.json
share/nextcloud/apps/password_policy/l10n/nb.js
share/nextcloud/apps/password_policy/l10n/nb.json
share/nextcloud/apps/password_policy/l10n/nl.js
share/nextcloud/apps/password_policy/l10n/nl.json
share/nextcloud/apps/password_policy/l10n/pl.js
share/nextcloud/apps/password_policy/l10n/pl.json
share/nextcloud/apps/password_policy/l10n/pt_BR.js
share/nextcloud/apps/password_policy/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/password_policy/l10n/pt_PT.js
share/nextcloud/apps/password_policy/l10n/pt_PT.json
share/nextcloud/apps/password_policy/l10n/ru.js
share/nextcloud/apps/password_policy/l10n/ru.json
share/nextcloud/apps/password_policy/l10n/sk.js
share/nextcloud/apps/password_policy/l10n/sk.json
share/nextcloud/apps/password_policy/l10n/sl.js
share/nextcloud/apps/password_policy/l10n/sl.json
share/nextcloud/apps/password_policy/l10n/sq.js
share/nextcloud/apps/password_policy/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/password_policy/l10n/sr.js
share/nextcloud/apps/password_policy/l10n/sr.json
share/nextcloud/apps/password_policy/l10n/sv.js
share/nextcloud/apps/password_policy/l10n/sv.json
share/nextcloud/apps/password_policy/l10n/tr.js
share/nextcloud/apps/password_policy/l10n/tr.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/password_policy/l10n/uk.js
share/nextcloud/apps/password_policy/l10n/uk.json
share/nextcloud/apps/password_policy/l10n/zh_CN.js
share/nextcloud/apps/password_policy/l10n/zh_CN.json
share/nextcloud/apps/password_policy/l10n/zh_HK.js
share/nextcloud/apps/password_policy/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/password_policy/l10n/zh_TW.js
share/nextcloud/apps/password_policy/l10n/zh_TW.json
share/nextcloud/apps/password_policy/lib/AppInfo/Application.php
share/nextcloud/apps/password_policy/lib/Capabilities.php
share/nextcloud/apps/password_policy/lib/Compliance/Expiration.php
share/nextcloud/apps/password_policy/lib/Compliance/HistoryCompliance.php
share/nextcloud/apps/password_policy/lib/Compliance/IAuditor.php
share/nextcloud/apps/password_policy/lib/Compliance/IEntryControl.php
share/nextcloud/apps/password_policy/lib/Compliance/IUpdatable.php
share/nextcloud/apps/password_policy/lib/ComplianceService.php
share/nextcloud/apps/password_policy/lib/Controller/APIController.php
share/nextcloud/apps/password_policy/lib/FailedLoginCompliance.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/password_policy/lib/Generator.php
share/nextcloud/apps/password_policy/lib/Listener/BeforePasswordUpdatedEventListener.php
share/nextcloud/apps/password_policy/lib/Listener/BeforeUserLoggedInEventListener.php
share/nextcloud/apps/password_policy/lib/Listener/FailedLoginListener.php
share/nextcloud/apps/password_policy/lib/Listener/GenerateSecurePasswordEventListener.php
share/nextcloud/apps/password_policy/lib/Listener/PasswordUpdatedEventListener.php
share/nextcloud/apps/password_policy/lib/Listener/SuccesfullLoginListener.php
share/nextcloud/apps/password_policy/lib/Listener/ValidatePasswordPolicyEventListener.php
share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php
share/nextcloud/apps/password_policy/lib/PasswordValidator.php
share/nextcloud/apps/password_policy/lib/Settings.php
share/nextcloud/apps/password_policy/lib/Validator/CommonPasswordsValidator.php
share/nextcloud/apps/password_policy/lib/Validator/HIBPValidator.php
share/nextcloud/apps/password_policy/lib/Validator/IValidator.php
share/nextcloud/apps/password_policy/lib/Validator/LengthValidator.php
share/nextcloud/apps/password_policy/lib/Validator/NumericCharacterValidator.php
share/nextcloud/apps/password_policy/lib/Validator/SpecialCharactersValidator.php
share/nextcloud/apps/password_policy/lib/Validator/UpperCaseLoweCaseValidator.php
share/nextcloud/apps/password_policy/lists/README.md
share/nextcloud/apps/password_policy/lists/converter.php
share/nextcloud/apps/password_policy/lists/list-1.php
share/nextcloud/apps/password_policy/lists/list-10.php
share/nextcloud/apps/password_policy/lists/list-11.php
share/nextcloud/apps/password_policy/lists/list-12.php
share/nextcloud/apps/password_policy/lists/list-13.php
share/nextcloud/apps/password_policy/lists/list-14.php
share/nextcloud/apps/password_policy/lists/list-15.php
share/nextcloud/apps/password_policy/lists/list-16.php
share/nextcloud/apps/password_policy/lists/list-17.php
share/nextcloud/apps/password_policy/lists/list-18.php
share/nextcloud/apps/password_policy/lists/list-19.php
share/nextcloud/apps/password_policy/lists/list-2.php
share/nextcloud/apps/password_policy/lists/list-20.php
share/nextcloud/apps/password_policy/lists/list-21.php
share/nextcloud/apps/password_policy/lists/list-22.php
share/nextcloud/apps/password_policy/lists/list-23.php
share/nextcloud/apps/password_policy/lists/list-24.php
share/nextcloud/apps/password_policy/lists/list-25.php
share/nextcloud/apps/password_policy/lists/list-26.php
share/nextcloud/apps/password_policy/lists/list-27.php
share/nextcloud/apps/password_policy/lists/list-28.php
share/nextcloud/apps/password_policy/lists/list-29.php
share/nextcloud/apps/password_policy/lists/list-3.php
share/nextcloud/apps/password_policy/lists/list-30.php
share/nextcloud/apps/password_policy/lists/list-31.php
share/nextcloud/apps/password_policy/lists/list-32.php
share/nextcloud/apps/password_policy/lists/list-33.php
share/nextcloud/apps/password_policy/lists/list-35.php
share/nextcloud/apps/password_policy/lists/list-36.php
share/nextcloud/apps/password_policy/lists/list-37.php
share/nextcloud/apps/password_policy/lists/list-38.php
share/nextcloud/apps/password_policy/lists/list-39.php
share/nextcloud/apps/password_policy/lists/list-4.php
share/nextcloud/apps/password_policy/lists/list-5.php
share/nextcloud/apps/password_policy/lists/list-6.php
share/nextcloud/apps/password_policy/lists/list-7.php
share/nextcloud/apps/password_policy/lists/list-8.php
share/nextcloud/apps/password_policy/lists/list-9.php
share/nextcloud/apps/password_policy/templates/settings-admin.php
share/nextcloud/apps/photos/.npmignore
share/nextcloud/apps/photos/COPYING
share/nextcloud/apps/photos/appinfo/info.xml
share/nextcloud/apps/photos/appinfo/routes.php
share/nextcloud/apps/photos/appinfo/signature.json
share/nextcloud/apps/photos/babel.config.js
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/photos/composer.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/photos/composer.lock
share/nextcloud/apps/photos/css/icons.scss
share/nextcloud/apps/photos/img/app.svg
share/nextcloud/apps/photos/img/photos.svg
share/nextcloud/apps/photos/img/yourphotos.svg
share/nextcloud/apps/photos/js/photos-0.js
share/nextcloud/apps/photos/js/photos-0.js.map
share/nextcloud/apps/photos/js/photos-1.js
share/nextcloud/apps/photos/js/photos-1.js.map
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/photos/js/photos-10.js
share/nextcloud/apps/photos/js/photos-10.js.map
share/nextcloud/apps/photos/js/photos-2.js
share/nextcloud/apps/photos/js/photos-2.js.map
share/nextcloud/apps/photos/js/photos-3.js
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/photos/js/photos-3.js.map
share/nextcloud/apps/photos/js/photos-4.js
share/nextcloud/apps/photos/js/photos-4.js.map
share/nextcloud/apps/photos/js/photos-5.js
share/nextcloud/apps/photos/js/photos-5.js.map
share/nextcloud/apps/photos/js/photos-6.js
share/nextcloud/apps/photos/js/photos-6.js.map
share/nextcloud/apps/photos/js/photos-7.js
share/nextcloud/apps/photos/js/photos-7.js.map
share/nextcloud/apps/photos/js/photos-8.js
share/nextcloud/apps/photos/js/photos-8.js.map
share/nextcloud/apps/photos/js/photos-9.js
share/nextcloud/apps/photos/js/photos-9.js.map
share/nextcloud/apps/photos/js/photos-main.js
share/nextcloud/apps/photos/js/photos-main.js.map
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/photos/js/photos-service-worker.js
share/nextcloud/apps/photos/l10n/af.js
share/nextcloud/apps/photos/l10n/af.json
share/nextcloud/apps/photos/l10n/ar.js
share/nextcloud/apps/photos/l10n/ar.json
share/nextcloud/apps/photos/l10n/ast.js
share/nextcloud/apps/photos/l10n/ast.json
share/nextcloud/apps/photos/l10n/az.js
share/nextcloud/apps/photos/l10n/az.json
share/nextcloud/apps/photos/l10n/be.js
share/nextcloud/apps/photos/l10n/be.json
share/nextcloud/apps/photos/l10n/bg.js
share/nextcloud/apps/photos/l10n/bg.json
share/nextcloud/apps/photos/l10n/bn_BD.js
share/nextcloud/apps/photos/l10n/bn_BD.json
share/nextcloud/apps/photos/l10n/br.js
share/nextcloud/apps/photos/l10n/br.json
share/nextcloud/apps/photos/l10n/bs.js
share/nextcloud/apps/photos/l10n/bs.json
share/nextcloud/apps/photos/l10n/ca.js
share/nextcloud/apps/photos/l10n/ca.json
share/nextcloud/apps/photos/l10n/cs.js
share/nextcloud/apps/photos/l10n/cs.json
share/nextcloud/apps/photos/l10n/cy_GB.js
share/nextcloud/apps/photos/l10n/cy_GB.json
share/nextcloud/apps/photos/l10n/da.js
share/nextcloud/apps/photos/l10n/da.json
share/nextcloud/apps/photos/l10n/de.js
share/nextcloud/apps/photos/l10n/de.json
share/nextcloud/apps/photos/l10n/de_DE.js
share/nextcloud/apps/photos/l10n/de_DE.json
share/nextcloud/apps/photos/l10n/el.js
share/nextcloud/apps/photos/l10n/el.json
share/nextcloud/apps/photos/l10n/en_GB.js
share/nextcloud/apps/photos/l10n/en_GB.json
share/nextcloud/apps/photos/l10n/eo.js
share/nextcloud/apps/photos/l10n/eo.json
share/nextcloud/apps/photos/l10n/es.js
share/nextcloud/apps/photos/l10n/es.json
share/nextcloud/apps/photos/l10n/es_419.js
share/nextcloud/apps/photos/l10n/es_419.json
share/nextcloud/apps/photos/l10n/es_AR.js
share/nextcloud/apps/photos/l10n/es_AR.json
share/nextcloud/apps/photos/l10n/es_CL.js
share/nextcloud/apps/photos/l10n/es_CL.json
share/nextcloud/apps/photos/l10n/es_CO.js
share/nextcloud/apps/photos/l10n/es_CO.json
share/nextcloud/apps/photos/l10n/es_CR.js
share/nextcloud/apps/photos/l10n/es_CR.json
share/nextcloud/apps/photos/l10n/es_DO.js
share/nextcloud/apps/photos/l10n/es_DO.json
share/nextcloud/apps/photos/l10n/es_EC.js
share/nextcloud/apps/photos/l10n/es_EC.json
share/nextcloud/apps/photos/l10n/es_GT.js
share/nextcloud/apps/photos/l10n/es_GT.json
share/nextcloud/apps/photos/l10n/es_HN.js
share/nextcloud/apps/photos/l10n/es_HN.json
share/nextcloud/apps/photos/l10n/es_MX.js
share/nextcloud/apps/photos/l10n/es_MX.json
share/nextcloud/apps/photos/l10n/es_NI.js
share/nextcloud/apps/photos/l10n/es_NI.json
share/nextcloud/apps/photos/l10n/es_PA.js
share/nextcloud/apps/photos/l10n/es_PA.json
share/nextcloud/apps/photos/l10n/es_PE.js
share/nextcloud/apps/photos/l10n/es_PE.json
share/nextcloud/apps/photos/l10n/es_PR.js
share/nextcloud/apps/photos/l10n/es_PR.json
share/nextcloud/apps/photos/l10n/es_PY.js
share/nextcloud/apps/photos/l10n/es_PY.json
share/nextcloud/apps/photos/l10n/es_SV.js
share/nextcloud/apps/photos/l10n/es_SV.json
share/nextcloud/apps/photos/l10n/es_UY.js
share/nextcloud/apps/photos/l10n/es_UY.json
share/nextcloud/apps/photos/l10n/et_EE.js
share/nextcloud/apps/photos/l10n/et_EE.json
share/nextcloud/apps/photos/l10n/eu.js
share/nextcloud/apps/photos/l10n/eu.json
share/nextcloud/apps/photos/l10n/fa.js
share/nextcloud/apps/photos/l10n/fa.json
share/nextcloud/apps/photos/l10n/fi.js
share/nextcloud/apps/photos/l10n/fi.json
share/nextcloud/apps/photos/l10n/fr.js
share/nextcloud/apps/photos/l10n/fr.json
share/nextcloud/apps/photos/l10n/gl.js
share/nextcloud/apps/photos/l10n/gl.json
share/nextcloud/apps/photos/l10n/he.js
share/nextcloud/apps/photos/l10n/he.json
share/nextcloud/apps/photos/l10n/hr.js
share/nextcloud/apps/photos/l10n/hr.json
share/nextcloud/apps/photos/l10n/hu.js
share/nextcloud/apps/photos/l10n/hu.json
share/nextcloud/apps/photos/l10n/hy.js
share/nextcloud/apps/photos/l10n/hy.json
share/nextcloud/apps/photos/l10n/ia.js
share/nextcloud/apps/photos/l10n/ia.json
share/nextcloud/apps/photos/l10n/id.js
share/nextcloud/apps/photos/l10n/id.json
share/nextcloud/apps/photos/l10n/is.js
share/nextcloud/apps/photos/l10n/is.json
share/nextcloud/apps/photos/l10n/it.js
share/nextcloud/apps/photos/l10n/it.json
share/nextcloud/apps/photos/l10n/ja.js
share/nextcloud/apps/photos/l10n/ja.json
share/nextcloud/apps/photos/l10n/ka_GE.js
share/nextcloud/apps/photos/l10n/ka_GE.json
share/nextcloud/apps/photos/l10n/kab.js
share/nextcloud/apps/photos/l10n/kab.json
share/nextcloud/apps/photos/l10n/km.js
share/nextcloud/apps/photos/l10n/km.json
share/nextcloud/apps/photos/l10n/kn.js
share/nextcloud/apps/photos/l10n/kn.json
share/nextcloud/apps/photos/l10n/ko.js
share/nextcloud/apps/photos/l10n/ko.json
share/nextcloud/apps/photos/l10n/lb.js
share/nextcloud/apps/photos/l10n/lb.json
share/nextcloud/apps/photos/l10n/lt_LT.js
share/nextcloud/apps/photos/l10n/lt_LT.json
share/nextcloud/apps/photos/l10n/lv.js
share/nextcloud/apps/photos/l10n/lv.json
share/nextcloud/apps/photos/l10n/mk.js
share/nextcloud/apps/photos/l10n/mk.json
share/nextcloud/apps/photos/l10n/mn.js
share/nextcloud/apps/photos/l10n/mn.json
share/nextcloud/apps/photos/l10n/ms_MY.js
share/nextcloud/apps/photos/l10n/ms_MY.json
share/nextcloud/apps/photos/l10n/nb.js
share/nextcloud/apps/photos/l10n/nb.json
share/nextcloud/apps/photos/l10n/nl.js
share/nextcloud/apps/photos/l10n/nl.json
share/nextcloud/apps/photos/l10n/nn_NO.js
share/nextcloud/apps/photos/l10n/nn_NO.json
share/nextcloud/apps/photos/l10n/oc.js
share/nextcloud/apps/photos/l10n/oc.json
share/nextcloud/apps/photos/l10n/pl.js
share/nextcloud/apps/photos/l10n/pl.json
share/nextcloud/apps/photos/l10n/ps.js
share/nextcloud/apps/photos/l10n/ps.json
share/nextcloud/apps/photos/l10n/pt_BR.js
share/nextcloud/apps/photos/l10n/pt_BR.json
share/nextcloud/apps/photos/l10n/pt_PT.js
share/nextcloud/apps/photos/l10n/pt_PT.json
share/nextcloud/apps/photos/l10n/ro.js
share/nextcloud/apps/photos/l10n/ro.json
share/nextcloud/apps/photos/l10n/ru.js
share/nextcloud/apps/photos/l10n/ru.json
share/nextcloud/apps/photos/l10n/si.js
share/nextcloud/apps/photos/l10n/si.json
share/nextcloud/apps/photos/l10n/sk.js
share/nextcloud/apps/photos/l10n/sk.json
share/nextcloud/apps/photos/l10n/sl.js
share/nextcloud/apps/photos/l10n/sl.json
share/nextcloud/apps/photos/l10n/sq.js
share/nextcloud/apps/photos/l10n/sq.json
share/nextcloud/apps/photos/l10n/sr.js
share/nextcloud/apps/photos/l10n/sr.json
share/nextcloud/apps/photos/l10n/sr@latin.js
share/nextcloud/apps/photos/l10n/sr@latin.json
share/nextcloud/apps/photos/l10n/sv.js
share/nextcloud/apps/photos/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/photos/l10n/ta.js
share/nextcloud/apps/photos/l10n/ta.json
share/nextcloud/apps/photos/l10n/th.js
share/nextcloud/apps/photos/l10n/th.json
share/nextcloud/apps/photos/l10n/tr.js
share/nextcloud/apps/photos/l10n/tr.json
share/nextcloud/apps/photos/l10n/ug.js
share/nextcloud/apps/photos/l10n/ug.json
share/nextcloud/apps/photos/l10n/uk.js
share/nextcloud/apps/photos/l10n/uk.json
share/nextcloud/apps/photos/l10n/ur_PK.js
share/nextcloud/apps/photos/l10n/ur_PK.json
share/nextcloud/apps/photos/l10n/uz.js
share/nextcloud/apps/photos/l10n/uz.json
share/nextcloud/apps/photos/l10n/vi.js
share/nextcloud/apps/photos/l10n/vi.json
share/nextcloud/apps/photos/l10n/zh_CN.js
share/nextcloud/apps/photos/l10n/zh_CN.json
share/nextcloud/apps/photos/l10n/zh_HK.js
share/nextcloud/apps/photos/l10n/zh_HK.json
share/nextcloud/apps/photos/l10n/zh_TW.js
share/nextcloud/apps/photos/l10n/zh_TW.json
share/nextcloud/apps/photos/lib/AppInfo/Application.php
share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/photos/lib/Controller/ApiController.php
share/nextcloud/apps/photos/lib/Controller/PageController.php
share/nextcloud/apps/photos/postcss.config.js
share/nextcloud/apps/photos/screenshots/screenshot1.png
share/nextcloud/apps/photos/templates/main.php
share/nextcloud/apps/privacy/.stylelintrc.js
share/nextcloud/apps/privacy/COPYING
share/nextcloud/apps/privacy/appinfo/info.xml
share/nextcloud/apps/privacy/appinfo/routes.php
share/nextcloud/apps/privacy/appinfo/signature.json
share/nextcloud/apps/privacy/babel.config.js
share/nextcloud/apps/privacy/composer.json
share/nextcloud/apps/privacy/composer.lock
share/nextcloud/apps/privacy/css/privacy.scss
share/nextcloud/apps/privacy/img/app-dark.svg
share/nextcloud/apps/privacy/img/app.svg
share/nextcloud/apps/privacy/img/control.svg
share/nextcloud/apps/privacy/img/freedom.svg
share/nextcloud/apps/privacy/img/knowledge.svg
share/nextcloud/apps/privacy/js/chunks/0-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/0-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/0-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/0-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/0-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/0-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/1-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/1-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/1-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/1-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/1-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/1-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/2-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/2-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/2-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/2-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/2-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/2-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/3-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/3-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/3-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/3-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/3-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/3-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/5-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/5-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/5-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/5-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/5-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/5-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/6-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/6-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/6-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/6-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/6-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/6-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/7-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/7-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/7-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/7-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/7-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/7-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/8-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/8-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/8-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/8-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/8-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/8-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/chunks/9-67bdb1018507b71d5d1a.js
share/nextcloud/apps/privacy/js/chunks/9-67bdb1018507b71d5d1a.js.map
share/nextcloud/apps/privacy/js/chunks/9-cb3756be5d83e6808ba0.js
share/nextcloud/apps/privacy/js/chunks/9-cb3756be5d83e6808ba0.js.map
share/nextcloud/apps/privacy/js/chunks/9-d52ff358baed002ec5de.js
share/nextcloud/apps/privacy/js/chunks/9-d52ff358baed002ec5de.js.map
share/nextcloud/apps/privacy/js/privacy.js
share/nextcloud/apps/privacy/js/privacy.js.map
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/privacy/l10n/af.js
share/nextcloud/apps/privacy/l10n/af.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/ar.js
share/nextcloud/apps/privacy/l10n/ar.json
share/nextcloud/apps/privacy/l10n/bg.js
share/nextcloud/apps/privacy/l10n/bg.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/privacy/l10n/br.js
share/nextcloud/apps/privacy/l10n/br.json
share/nextcloud/apps/privacy/l10n/ca.js
share/nextcloud/apps/privacy/l10n/ca.json
share/nextcloud/apps/privacy/l10n/cs.js
share/nextcloud/apps/privacy/l10n/cs.json
share/nextcloud/apps/privacy/l10n/da.js
share/nextcloud/apps/privacy/l10n/da.json
share/nextcloud/apps/privacy/l10n/de.js
share/nextcloud/apps/privacy/l10n/de.json
share/nextcloud/apps/privacy/l10n/de_DE.js
share/nextcloud/apps/privacy/l10n/de_DE.json
share/nextcloud/apps/privacy/l10n/el.js
share/nextcloud/apps/privacy/l10n/el.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/privacy/l10n/eo.js
share/nextcloud/apps/privacy/l10n/eo.json
share/nextcloud/apps/privacy/l10n/es.js
share/nextcloud/apps/privacy/l10n/es.json
share/nextcloud/apps/privacy/l10n/eu.js
share/nextcloud/apps/privacy/l10n/eu.json
share/nextcloud/apps/privacy/l10n/fa.js
share/nextcloud/apps/privacy/l10n/fa.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/fi.js
share/nextcloud/apps/privacy/l10n/fi.json
share/nextcloud/apps/privacy/l10n/fr.js
share/nextcloud/apps/privacy/l10n/fr.json
share/nextcloud/apps/privacy/l10n/gl.js
share/nextcloud/apps/privacy/l10n/gl.json
share/nextcloud/apps/privacy/l10n/he.js
share/nextcloud/apps/privacy/l10n/he.json
share/nextcloud/apps/privacy/l10n/hr.js
share/nextcloud/apps/privacy/l10n/hr.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/hu.js
share/nextcloud/apps/privacy/l10n/hu.json
share/nextcloud/apps/privacy/l10n/is.js
share/nextcloud/apps/privacy/l10n/is.json
share/nextcloud/apps/privacy/l10n/it.js
share/nextcloud/apps/privacy/l10n/it.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/privacy/l10n/ja.js
share/nextcloud/apps/privacy/l10n/ja.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/ko.js
share/nextcloud/apps/privacy/l10n/ko.json
share/nextcloud/apps/privacy/l10n/lt_LT.js
share/nextcloud/apps/privacy/l10n/lt_LT.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/mk.js
share/nextcloud/apps/privacy/l10n/mk.json
share/nextcloud/apps/privacy/l10n/nb.js
share/nextcloud/apps/privacy/l10n/nb.json
share/nextcloud/apps/privacy/l10n/nl.js
share/nextcloud/apps/privacy/l10n/nl.json
share/nextcloud/apps/privacy/l10n/pl.js
share/nextcloud/apps/privacy/l10n/pl.json
share/nextcloud/apps/privacy/l10n/pt_BR.js
share/nextcloud/apps/privacy/l10n/pt_BR.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/privacy/l10n/pt_PT.js
share/nextcloud/apps/privacy/l10n/pt_PT.json
share/nextcloud/apps/privacy/l10n/ro.js
share/nextcloud/apps/privacy/l10n/ro.json
share/nextcloud/apps/privacy/l10n/ru.js
share/nextcloud/apps/privacy/l10n/ru.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/privacy/l10n/sk.js
share/nextcloud/apps/privacy/l10n/sk.json
share/nextcloud/apps/privacy/l10n/sl.js
share/nextcloud/apps/privacy/l10n/sl.json
share/nextcloud/apps/privacy/l10n/sq.js
share/nextcloud/apps/privacy/l10n/sq.json
share/nextcloud/apps/privacy/l10n/sr.js
share/nextcloud/apps/privacy/l10n/sr.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/privacy/l10n/sv.js
share/nextcloud/apps/privacy/l10n/sv.json
share/nextcloud/apps/privacy/l10n/tr.js
share/nextcloud/apps/privacy/l10n/tr.json
share/nextcloud/apps/privacy/l10n/vi.js
share/nextcloud/apps/privacy/l10n/vi.json
share/nextcloud/apps/privacy/l10n/zh_CN.js
share/nextcloud/apps/privacy/l10n/zh_CN.json
share/nextcloud/apps/privacy/l10n/zh_HK.js
share/nextcloud/apps/privacy/l10n/zh_HK.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/privacy/l10n/zh_TW.js
share/nextcloud/apps/privacy/l10n/zh_TW.json
share/nextcloud/apps/privacy/lib/Controller/AdminController.php
share/nextcloud/apps/privacy/lib/Controller/PersonalController.php
share/nextcloud/apps/privacy/lib/Migration/Version100Date20190217131943.php
share/nextcloud/apps/privacy/lib/Settings/MissionSettings.php
share/nextcloud/apps/privacy/lib/Settings/PrivacySection.php
share/nextcloud/apps/privacy/lib/Settings/UserDataManifestoSettings.php
share/nextcloud/apps/privacy/lib/Settings/WhereIsYourDataSettings.php
share/nextcloud/apps/privacy/lib/Settings/WhoHasAccessSettings.php
share/nextcloud/apps/privacy/phpunit.integration.xml
share/nextcloud/apps/privacy/phpunit.xml
share/nextcloud/apps/privacy/templates/mission.php
share/nextcloud/apps/privacy/templates/user-data-manifesto.php
share/nextcloud/apps/privacy/templates/where-is-your-data.php
share/nextcloud/apps/privacy/templates/who-has-access.php
share/nextcloud/apps/provisioning_api/appinfo/info.xml
share/nextcloud/apps/provisioning_api/appinfo/routes.php
share/nextcloud/apps/provisioning_api/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/provisioning_api/composer/autoload.php
share/nextcloud/apps/provisioning_api/composer/composer.json
share/nextcloud/apps/provisioning_api/composer/composer/ClassLoader.php
share/nextcloud/apps/provisioning_api/composer/composer/LICENSE
share/nextcloud/apps/provisioning_api/composer/composer/autoload_classmap.php
share/nextcloud/apps/provisioning_api/composer/composer/autoload_namespaces.php
share/nextcloud/apps/provisioning_api/composer/composer/autoload_psr4.php
share/nextcloud/apps/provisioning_api/composer/composer/autoload_real.php
share/nextcloud/apps/provisioning_api/composer/composer/autoload_static.php
share/nextcloud/apps/provisioning_api/img/app.svg
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/provisioning_api/l10n/ca.js
share/nextcloud/apps/provisioning_api/l10n/ca.json
share/nextcloud/apps/provisioning_api/l10n/cs.js
share/nextcloud/apps/provisioning_api/l10n/cs.json
share/nextcloud/apps/provisioning_api/l10n/de.js
share/nextcloud/apps/provisioning_api/l10n/de.json
share/nextcloud/apps/provisioning_api/l10n/de_DE.js
share/nextcloud/apps/provisioning_api/l10n/de_DE.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/provisioning_api/l10n/el.js
share/nextcloud/apps/provisioning_api/l10n/el.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/provisioning_api/l10n/es.js
share/nextcloud/apps/provisioning_api/l10n/es.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/provisioning_api/l10n/eu.js
share/nextcloud/apps/provisioning_api/l10n/eu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/provisioning_api/l10n/fr.js
share/nextcloud/apps/provisioning_api/l10n/fr.json
share/nextcloud/apps/provisioning_api/l10n/gl.js
share/nextcloud/apps/provisioning_api/l10n/gl.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/provisioning_api/l10n/hr.js
share/nextcloud/apps/provisioning_api/l10n/hr.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/provisioning_api/l10n/hu.js
share/nextcloud/apps/provisioning_api/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/provisioning_api/l10n/it.js
share/nextcloud/apps/provisioning_api/l10n/it.json
share/nextcloud/apps/provisioning_api/l10n/nl.js
share/nextcloud/apps/provisioning_api/l10n/nl.json
share/nextcloud/apps/provisioning_api/l10n/pl.js
share/nextcloud/apps/provisioning_api/l10n/pl.json
share/nextcloud/apps/provisioning_api/l10n/pt_BR.js
share/nextcloud/apps/provisioning_api/l10n/pt_BR.json
share/nextcloud/apps/provisioning_api/l10n/sc.js
share/nextcloud/apps/provisioning_api/l10n/sc.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/provisioning_api/l10n/sk.js
share/nextcloud/apps/provisioning_api/l10n/sk.json
share/nextcloud/apps/provisioning_api/l10n/sl.js
share/nextcloud/apps/provisioning_api/l10n/sl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/provisioning_api/l10n/tr.js
share/nextcloud/apps/provisioning_api/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/provisioning_api/l10n/zh_CN.js
share/nextcloud/apps/provisioning_api/l10n/zh_CN.json
share/nextcloud/apps/provisioning_api/l10n/zh_HK.js
share/nextcloud/apps/provisioning_api/l10n/zh_HK.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/provisioning_api/l10n/zh_TW.js
share/nextcloud/apps/provisioning_api/l10n/zh_TW.json
share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/provisioning_api/lib/Capabilities.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php
share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
share/nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php
share/nextcloud/apps/recommendations/.stylelintrc.js
share/nextcloud/apps/recommendations/LICENSE
share/nextcloud/apps/recommendations/appinfo/info.xml
share/nextcloud/apps/recommendations/appinfo/routes.php
share/nextcloud/apps/recommendations/appinfo/signature.json
share/nextcloud/apps/recommendations/composer.json
share/nextcloud/apps/recommendations/composer.lock
share/nextcloud/apps/recommendations/js/dashboard.js
share/nextcloud/apps/recommendations/js/dashboard.js.map
share/nextcloud/apps/recommendations/js/main.js
share/nextcloud/apps/recommendations/js/main.js.map
share/nextcloud/apps/recommendations/krankerl.toml
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/recommendations/l10n/ar.js
share/nextcloud/apps/recommendations/l10n/ar.json
share/nextcloud/apps/recommendations/l10n/ast.js
share/nextcloud/apps/recommendations/l10n/ast.json
share/nextcloud/apps/recommendations/l10n/bg.js
share/nextcloud/apps/recommendations/l10n/bg.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/recommendations/l10n/br.js
share/nextcloud/apps/recommendations/l10n/br.json
share/nextcloud/apps/recommendations/l10n/ca.js
share/nextcloud/apps/recommendations/l10n/ca.json
share/nextcloud/apps/recommendations/l10n/cs.js
share/nextcloud/apps/recommendations/l10n/cs.json
share/nextcloud/apps/recommendations/l10n/da.js
share/nextcloud/apps/recommendations/l10n/da.json
share/nextcloud/apps/recommendations/l10n/de.js
share/nextcloud/apps/recommendations/l10n/de.json
share/nextcloud/apps/recommendations/l10n/de_DE.js
share/nextcloud/apps/recommendations/l10n/de_DE.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/recommendations/l10n/el.js
share/nextcloud/apps/recommendations/l10n/el.json
share/nextcloud/apps/recommendations/l10n/es.js
share/nextcloud/apps/recommendations/l10n/es.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/recommendations/l10n/eu.js
share/nextcloud/apps/recommendations/l10n/eu.json
share/nextcloud/apps/recommendations/l10n/fa.js
share/nextcloud/apps/recommendations/l10n/fa.json
share/nextcloud/apps/recommendations/l10n/fi.js
share/nextcloud/apps/recommendations/l10n/fi.json
share/nextcloud/apps/recommendations/l10n/fr.js
share/nextcloud/apps/recommendations/l10n/fr.json
share/nextcloud/apps/recommendations/l10n/gl.js
share/nextcloud/apps/recommendations/l10n/gl.json
share/nextcloud/apps/recommendations/l10n/he.js
share/nextcloud/apps/recommendations/l10n/he.json
share/nextcloud/apps/recommendations/l10n/hr.js
share/nextcloud/apps/recommendations/l10n/hr.json
share/nextcloud/apps/recommendations/l10n/hu.js
share/nextcloud/apps/recommendations/l10n/hu.json
share/nextcloud/apps/recommendations/l10n/is.js
share/nextcloud/apps/recommendations/l10n/is.json
share/nextcloud/apps/recommendations/l10n/it.js
share/nextcloud/apps/recommendations/l10n/it.json
share/nextcloud/apps/recommendations/l10n/ja.js
share/nextcloud/apps/recommendations/l10n/ja.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/recommendations/l10n/ko.js
share/nextcloud/apps/recommendations/l10n/ko.json
share/nextcloud/apps/recommendations/l10n/lt_LT.js
share/nextcloud/apps/recommendations/l10n/lt_LT.json
share/nextcloud/apps/recommendations/l10n/lv.js
share/nextcloud/apps/recommendations/l10n/lv.json
share/nextcloud/apps/recommendations/l10n/mk.js
share/nextcloud/apps/recommendations/l10n/mk.json
share/nextcloud/apps/recommendations/l10n/nb.js
share/nextcloud/apps/recommendations/l10n/nb.json
share/nextcloud/apps/recommendations/l10n/nl.js
share/nextcloud/apps/recommendations/l10n/nl.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/recommendations/l10n/oc.js
share/nextcloud/apps/recommendations/l10n/oc.json
share/nextcloud/apps/recommendations/l10n/pl.js
share/nextcloud/apps/recommendations/l10n/pl.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/recommendations/l10n/ps.js
share/nextcloud/apps/recommendations/l10n/ps.json
share/nextcloud/apps/recommendations/l10n/pt_BR.js
share/nextcloud/apps/recommendations/l10n/pt_BR.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/recommendations/l10n/pt_PT.js
share/nextcloud/apps/recommendations/l10n/pt_PT.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/recommendations/l10n/ru.js
share/nextcloud/apps/recommendations/l10n/ru.json
share/nextcloud/apps/recommendations/l10n/sc.js
share/nextcloud/apps/recommendations/l10n/sc.json
share/nextcloud/apps/recommendations/l10n/sk.js
share/nextcloud/apps/recommendations/l10n/sk.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/recommendations/l10n/sl.js
share/nextcloud/apps/recommendations/l10n/sl.json
share/nextcloud/apps/recommendations/l10n/sr.js
share/nextcloud/apps/recommendations/l10n/sr.json
share/nextcloud/apps/recommendations/l10n/sv.js
share/nextcloud/apps/recommendations/l10n/sv.json
share/nextcloud/apps/recommendations/l10n/tr.js
share/nextcloud/apps/recommendations/l10n/tr.json
share/nextcloud/apps/recommendations/l10n/uk.js
share/nextcloud/apps/recommendations/l10n/uk.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/recommendations/l10n/vi.js
share/nextcloud/apps/recommendations/l10n/vi.json
share/nextcloud/apps/recommendations/l10n/zh_CN.js
share/nextcloud/apps/recommendations/l10n/zh_CN.json
share/nextcloud/apps/recommendations/l10n/zh_HK.js
share/nextcloud/apps/recommendations/l10n/zh_HK.json
share/nextcloud/apps/recommendations/l10n/zh_TW.js
share/nextcloud/apps/recommendations/l10n/zh_TW.json
share/nextcloud/apps/recommendations/lib/AppInfo/Application.php
share/nextcloud/apps/recommendations/lib/Command/GetRecommendations.php
share/nextcloud/apps/recommendations/lib/Controller/RecommendationController.php
share/nextcloud/apps/recommendations/lib/Controller/SettingsController.php
share/nextcloud/apps/recommendations/lib/Dashboard/RecommendationWidget.php
share/nextcloud/apps/recommendations/lib/Listeners/FilesLoadAdditionalScriptsListener.php
share/nextcloud/apps/recommendations/lib/Service/FileWithComments.php
share/nextcloud/apps/recommendations/lib/Service/IRecommendation.php
share/nextcloud/apps/recommendations/lib/Service/IRecommendationSource.php
share/nextcloud/apps/recommendations/lib/Service/RecentlyCommentedFilesSource.php
share/nextcloud/apps/recommendations/lib/Service/RecentlyEditedFilesSource.php
share/nextcloud/apps/recommendations/lib/Service/RecentlySharedFilesSource.php
share/nextcloud/apps/recommendations/lib/Service/RecommendationService.php
share/nextcloud/apps/recommendations/lib/Service/RecommendedFile.php
share/nextcloud/apps/serverinfo/AUTHORS.md
share/nextcloud/apps/serverinfo/CHANGELOG.md
share/nextcloud/apps/serverinfo/COPYING
share/nextcloud/apps/serverinfo/appinfo/info.xml
share/nextcloud/apps/serverinfo/appinfo/routes.php
share/nextcloud/apps/serverinfo/appinfo/signature.json
share/nextcloud/apps/serverinfo/composer.json
share/nextcloud/apps/serverinfo/composer.lock
share/nextcloud/apps/serverinfo/css/style.scss
share/nextcloud/apps/serverinfo/img/app-dark.svg
share/nextcloud/apps/serverinfo/img/app.svg
share/nextcloud/apps/serverinfo/js/Chart.min.js
share/nextcloud/apps/serverinfo/js/script.js
share/nextcloud/apps/serverinfo/js/smoothie.js
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/serverinfo/l10n/af.js
share/nextcloud/apps/serverinfo/l10n/af.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/serverinfo/l10n/ar.js
share/nextcloud/apps/serverinfo/l10n/ar.json
share/nextcloud/apps/serverinfo/l10n/ast.js
share/nextcloud/apps/serverinfo/l10n/ast.json
share/nextcloud/apps/serverinfo/l10n/az.js
share/nextcloud/apps/serverinfo/l10n/az.json
share/nextcloud/apps/serverinfo/l10n/bg.js
share/nextcloud/apps/serverinfo/l10n/bg.json
share/nextcloud/apps/serverinfo/l10n/bn_BD.js
share/nextcloud/apps/serverinfo/l10n/bn_BD.json
share/nextcloud/apps/serverinfo/l10n/br.js
share/nextcloud/apps/serverinfo/l10n/br.json
share/nextcloud/apps/serverinfo/l10n/bs.js
share/nextcloud/apps/serverinfo/l10n/bs.json
share/nextcloud/apps/serverinfo/l10n/ca.js
share/nextcloud/apps/serverinfo/l10n/ca.json
share/nextcloud/apps/serverinfo/l10n/cs.js
share/nextcloud/apps/serverinfo/l10n/cs.json
share/nextcloud/apps/serverinfo/l10n/cy_GB.js
share/nextcloud/apps/serverinfo/l10n/cy_GB.json
share/nextcloud/apps/serverinfo/l10n/da.js
share/nextcloud/apps/serverinfo/l10n/da.json
share/nextcloud/apps/serverinfo/l10n/de.js
share/nextcloud/apps/serverinfo/l10n/de.json
share/nextcloud/apps/serverinfo/l10n/de_DE.js
share/nextcloud/apps/serverinfo/l10n/de_DE.json
share/nextcloud/apps/serverinfo/l10n/el.js
share/nextcloud/apps/serverinfo/l10n/el.json
share/nextcloud/apps/serverinfo/l10n/en_GB.js
share/nextcloud/apps/serverinfo/l10n/en_GB.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/serverinfo/l10n/eo.js
share/nextcloud/apps/serverinfo/l10n/eo.json
share/nextcloud/apps/serverinfo/l10n/es.js
share/nextcloud/apps/serverinfo/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/serverinfo/l10n/es_419.js
share/nextcloud/apps/serverinfo/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/serverinfo/l10n/es_AR.js
share/nextcloud/apps/serverinfo/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/serverinfo/l10n/es_CL.js
share/nextcloud/apps/serverinfo/l10n/es_CL.json
share/nextcloud/apps/serverinfo/l10n/es_CO.js
share/nextcloud/apps/serverinfo/l10n/es_CO.json
share/nextcloud/apps/serverinfo/l10n/es_CR.js
share/nextcloud/apps/serverinfo/l10n/es_CR.json
share/nextcloud/apps/serverinfo/l10n/es_DO.js
share/nextcloud/apps/serverinfo/l10n/es_DO.json
share/nextcloud/apps/serverinfo/l10n/es_EC.js
share/nextcloud/apps/serverinfo/l10n/es_EC.json
share/nextcloud/apps/serverinfo/l10n/es_GT.js
share/nextcloud/apps/serverinfo/l10n/es_GT.json
share/nextcloud/apps/serverinfo/l10n/es_HN.js
share/nextcloud/apps/serverinfo/l10n/es_HN.json
share/nextcloud/apps/serverinfo/l10n/es_MX.js
share/nextcloud/apps/serverinfo/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/serverinfo/l10n/es_NI.js
share/nextcloud/apps/serverinfo/l10n/es_NI.json
share/nextcloud/apps/serverinfo/l10n/es_PA.js
share/nextcloud/apps/serverinfo/l10n/es_PA.json
share/nextcloud/apps/serverinfo/l10n/es_PE.js
share/nextcloud/apps/serverinfo/l10n/es_PE.json
share/nextcloud/apps/serverinfo/l10n/es_PR.js
share/nextcloud/apps/serverinfo/l10n/es_PR.json
share/nextcloud/apps/serverinfo/l10n/es_PY.js
share/nextcloud/apps/serverinfo/l10n/es_PY.json
share/nextcloud/apps/serverinfo/l10n/es_SV.js
share/nextcloud/apps/serverinfo/l10n/es_SV.json
share/nextcloud/apps/serverinfo/l10n/es_UY.js
share/nextcloud/apps/serverinfo/l10n/es_UY.json
share/nextcloud/apps/serverinfo/l10n/et_EE.js
share/nextcloud/apps/serverinfo/l10n/et_EE.json
share/nextcloud/apps/serverinfo/l10n/eu.js
share/nextcloud/apps/serverinfo/l10n/eu.json
share/nextcloud/apps/serverinfo/l10n/fa.js
share/nextcloud/apps/serverinfo/l10n/fa.json
share/nextcloud/apps/serverinfo/l10n/fi.js
share/nextcloud/apps/serverinfo/l10n/fi.json
share/nextcloud/apps/serverinfo/l10n/fo.js
share/nextcloud/apps/serverinfo/l10n/fo.json
share/nextcloud/apps/serverinfo/l10n/fr.js
share/nextcloud/apps/serverinfo/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/serverinfo/l10n/gl.js
share/nextcloud/apps/serverinfo/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/serverinfo/l10n/he.js
share/nextcloud/apps/serverinfo/l10n/he.json
share/nextcloud/apps/serverinfo/l10n/hr.js
share/nextcloud/apps/serverinfo/l10n/hr.json
share/nextcloud/apps/serverinfo/l10n/hu.js
share/nextcloud/apps/serverinfo/l10n/hu.json
share/nextcloud/apps/serverinfo/l10n/hy.js
share/nextcloud/apps/serverinfo/l10n/hy.json
share/nextcloud/apps/serverinfo/l10n/ia.js
share/nextcloud/apps/serverinfo/l10n/ia.json
share/nextcloud/apps/serverinfo/l10n/id.js
share/nextcloud/apps/serverinfo/l10n/id.json
share/nextcloud/apps/serverinfo/l10n/is.js
share/nextcloud/apps/serverinfo/l10n/is.json
share/nextcloud/apps/serverinfo/l10n/it.js
share/nextcloud/apps/serverinfo/l10n/it.json
share/nextcloud/apps/serverinfo/l10n/ja.js
share/nextcloud/apps/serverinfo/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/serverinfo/l10n/ka_GE.js
share/nextcloud/apps/serverinfo/l10n/ka_GE.json
share/nextcloud/apps/serverinfo/l10n/kab.js
share/nextcloud/apps/serverinfo/l10n/kab.json
share/nextcloud/apps/serverinfo/l10n/km.js
share/nextcloud/apps/serverinfo/l10n/km.json
share/nextcloud/apps/serverinfo/l10n/ko.js
share/nextcloud/apps/serverinfo/l10n/ko.json
share/nextcloud/apps/serverinfo/l10n/lb.js
share/nextcloud/apps/serverinfo/l10n/lb.json
share/nextcloud/apps/serverinfo/l10n/lt_LT.js
share/nextcloud/apps/serverinfo/l10n/lt_LT.json
share/nextcloud/apps/serverinfo/l10n/lv.js
share/nextcloud/apps/serverinfo/l10n/lv.json
share/nextcloud/apps/serverinfo/l10n/mk.js
share/nextcloud/apps/serverinfo/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/serverinfo/l10n/mn.js
share/nextcloud/apps/serverinfo/l10n/mn.json
share/nextcloud/apps/serverinfo/l10n/ms_MY.js
share/nextcloud/apps/serverinfo/l10n/ms_MY.json
share/nextcloud/apps/serverinfo/l10n/my.js
share/nextcloud/apps/serverinfo/l10n/my.json
share/nextcloud/apps/serverinfo/l10n/nb.js
share/nextcloud/apps/serverinfo/l10n/nb.json
share/nextcloud/apps/serverinfo/l10n/ne.js
share/nextcloud/apps/serverinfo/l10n/ne.json
share/nextcloud/apps/serverinfo/l10n/nl.js
share/nextcloud/apps/serverinfo/l10n/nl.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/serverinfo/l10n/nn_NO.js
share/nextcloud/apps/serverinfo/l10n/nn_NO.json
share/nextcloud/apps/serverinfo/l10n/oc.js
share/nextcloud/apps/serverinfo/l10n/oc.json
share/nextcloud/apps/serverinfo/l10n/pl.js
share/nextcloud/apps/serverinfo/l10n/pl.json
share/nextcloud/apps/serverinfo/l10n/ps.js
share/nextcloud/apps/serverinfo/l10n/ps.json
share/nextcloud/apps/serverinfo/l10n/pt_BR.js
share/nextcloud/apps/serverinfo/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/serverinfo/l10n/pt_PT.js
share/nextcloud/apps/serverinfo/l10n/pt_PT.json
share/nextcloud/apps/serverinfo/l10n/ro.js
share/nextcloud/apps/serverinfo/l10n/ro.json
share/nextcloud/apps/serverinfo/l10n/ru.js
share/nextcloud/apps/serverinfo/l10n/ru.json
share/nextcloud/apps/serverinfo/l10n/si.js
share/nextcloud/apps/serverinfo/l10n/si.json
share/nextcloud/apps/serverinfo/l10n/sk.js
share/nextcloud/apps/serverinfo/l10n/sk.json
share/nextcloud/apps/serverinfo/l10n/sl.js
share/nextcloud/apps/serverinfo/l10n/sl.json
share/nextcloud/apps/serverinfo/l10n/sq.js
share/nextcloud/apps/serverinfo/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/serverinfo/l10n/sr.js
share/nextcloud/apps/serverinfo/l10n/sr.json
share/nextcloud/apps/serverinfo/l10n/sr@latin.js
share/nextcloud/apps/serverinfo/l10n/sr@latin.json
share/nextcloud/apps/serverinfo/l10n/sv.js
share/nextcloud/apps/serverinfo/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/serverinfo/l10n/ta.js
share/nextcloud/apps/serverinfo/l10n/ta.json
share/nextcloud/apps/serverinfo/l10n/th.js
share/nextcloud/apps/serverinfo/l10n/th.json
share/nextcloud/apps/serverinfo/l10n/tr.js
share/nextcloud/apps/serverinfo/l10n/tr.json
share/nextcloud/apps/serverinfo/l10n/ug.js
share/nextcloud/apps/serverinfo/l10n/ug.json
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/serverinfo/l10n/uk.js
share/nextcloud/apps/serverinfo/l10n/uk.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/serverinfo/l10n/uz.js
share/nextcloud/apps/serverinfo/l10n/uz.json
share/nextcloud/apps/serverinfo/l10n/vi.js
share/nextcloud/apps/serverinfo/l10n/vi.json
share/nextcloud/apps/serverinfo/l10n/zh_CN.js
share/nextcloud/apps/serverinfo/l10n/zh_CN.json
share/nextcloud/apps/serverinfo/l10n/zh_HK.js
share/nextcloud/apps/serverinfo/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/serverinfo/l10n/zh_TW.js
share/nextcloud/apps/serverinfo/l10n/zh_TW.json
share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php
share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
share/nextcloud/apps/serverinfo/lib/OperatingSystems/DefaultOs.php
share/nextcloud/apps/serverinfo/lib/OperatingSystems/FreeBSD.php
share/nextcloud/apps/serverinfo/lib/OperatingSystems/IOperatingSystem.php
share/nextcloud/apps/serverinfo/lib/Os.php
share/nextcloud/apps/serverinfo/lib/PhpStatistics.php
share/nextcloud/apps/serverinfo/lib/Resources/Disk.php
share/nextcloud/apps/serverinfo/lib/Resources/Memory.php
share/nextcloud/apps/serverinfo/lib/SessionStatistics.php
share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php
share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php
share/nextcloud/apps/serverinfo/lib/ShareStatistics.php
share/nextcloud/apps/serverinfo/lib/StorageStatistics.php
share/nextcloud/apps/serverinfo/lib/SystemStatistics.php
share/nextcloud/apps/serverinfo/templates/settings-admin.php
share/nextcloud/apps/settings/appinfo/info.xml
share/nextcloud/apps/settings/appinfo/routes.php
share/nextcloud/apps/settings/appinfo/signature.json
share/nextcloud/apps/settings/composer/autoload.php
share/nextcloud/apps/settings/composer/composer.json
share/nextcloud/apps/settings/composer/composer/ClassLoader.php
share/nextcloud/apps/settings/composer/composer/LICENSE
share/nextcloud/apps/settings/composer/composer/autoload_classmap.php
share/nextcloud/apps/settings/composer/composer/autoload_namespaces.php
share/nextcloud/apps/settings/composer/composer/autoload_psr4.php
share/nextcloud/apps/settings/composer/composer/autoload_real.php
share/nextcloud/apps/settings/composer/composer/autoload_static.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/settings/css/help.css
share/nextcloud/apps/settings/css/settings.scss
share/nextcloud/apps/settings/data/Reasons to use Nextcloud.pdf
share/nextcloud/apps/settings/img/admin.svg
share/nextcloud/apps/settings/img/apps.svg
share/nextcloud/apps/settings/img/change.svg
share/nextcloud/apps/settings/img/help.svg
share/nextcloud/apps/settings/img/password.svg
share/nextcloud/apps/settings/img/personal.png
share/nextcloud/apps/settings/img/personal.svg
share/nextcloud/apps/settings/img/share.svg
share/nextcloud/apps/settings/img/toggle-filelist.svg
share/nextcloud/apps/settings/img/users.svg
share/nextcloud/apps/settings/js/admin.js
share/nextcloud/apps/settings/js/apps.js
share/nextcloud/apps/settings/js/federationscopemenu.js
share/nextcloud/apps/settings/js/federationsettingsview.js
share/nextcloud/apps/settings/js/log.js
share/nextcloud/apps/settings/js/security_password.js
share/nextcloud/apps/settings/js/settings.js
share/nextcloud/apps/settings/js/settings/personalInfo.js
share/nextcloud/apps/settings/js/templates.js
share/nextcloud/apps/settings/js/templates/federationscopemenu.handlebars
share/nextcloud/apps/settings/js/usersettings.js
share/nextcloud/apps/settings/js/vue-settings-admin-security.js
share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map
share/nextcloud/apps/settings/js/vue-settings-apps-e124b7f066e28c0a9747.js
share/nextcloud/apps/settings/js/vue-settings-apps-e124b7f066e28c0a9747.js.map
share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js
share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js.map
share/nextcloud/apps/settings/js/vue-settings-nextcloud-pdf.js
share/nextcloud/apps/settings/js/vue-settings-nextcloud-pdf.js.map
share/nextcloud/apps/settings/js/vue-settings-personal-security.js
share/nextcloud/apps/settings/js/vue-settings-personal-security.js.map
share/nextcloud/apps/settings/js/vue-settings-personal-webauthn.js
share/nextcloud/apps/settings/js/vue-settings-personal-webauthn.js.map
share/nextcloud/apps/settings/js/vue-settings-users-0cb1d350c2a52bd76abc.js
share/nextcloud/apps/settings/js/vue-settings-users-0cb1d350c2a52bd76abc.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-81be82220502a829059f.js
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-81be82220502a829059f.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-31e348f3f85eab57f651.js
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-31e348f3f85eab57f651.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-users-8deec47e0af24a781687.js
share/nextcloud/apps/settings/js/vue-vendors-settings-users-8deec47e0af24a781687.js.map
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/af.js
share/nextcloud/apps/settings/l10n/af.json
share/nextcloud/apps/settings/l10n/ar.js
share/nextcloud/apps/settings/l10n/ar.json
share/nextcloud/apps/settings/l10n/ast.js
share/nextcloud/apps/settings/l10n/ast.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/az.js
share/nextcloud/apps/settings/l10n/az.json
share/nextcloud/apps/settings/l10n/bg.js
share/nextcloud/apps/settings/l10n/bg.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/settings/l10n/br.js
share/nextcloud/apps/settings/l10n/br.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/bs.js
share/nextcloud/apps/settings/l10n/bs.json
share/nextcloud/apps/settings/l10n/ca.js
share/nextcloud/apps/settings/l10n/ca.json
share/nextcloud/apps/settings/l10n/cs.js
share/nextcloud/apps/settings/l10n/cs.json
share/nextcloud/apps/settings/l10n/da.js
share/nextcloud/apps/settings/l10n/da.json
share/nextcloud/apps/settings/l10n/de.js
share/nextcloud/apps/settings/l10n/de.json
share/nextcloud/apps/settings/l10n/de_DE.js
share/nextcloud/apps/settings/l10n/de_DE.json
share/nextcloud/apps/settings/l10n/el.js
share/nextcloud/apps/settings/l10n/el.json
share/nextcloud/apps/settings/l10n/en_GB.js
share/nextcloud/apps/settings/l10n/en_GB.json
share/nextcloud/apps/settings/l10n/eo.js
share/nextcloud/apps/settings/l10n/eo.json
share/nextcloud/apps/settings/l10n/es.js
share/nextcloud/apps/settings/l10n/es.json
share/nextcloud/apps/settings/l10n/es_419.js
share/nextcloud/apps/settings/l10n/es_419.json
share/nextcloud/apps/settings/l10n/es_AR.js
share/nextcloud/apps/settings/l10n/es_AR.json
share/nextcloud/apps/settings/l10n/es_CL.js
share/nextcloud/apps/settings/l10n/es_CL.json
share/nextcloud/apps/settings/l10n/es_CO.js
share/nextcloud/apps/settings/l10n/es_CO.json
share/nextcloud/apps/settings/l10n/es_CR.js
share/nextcloud/apps/settings/l10n/es_CR.json
share/nextcloud/apps/settings/l10n/es_DO.js
share/nextcloud/apps/settings/l10n/es_DO.json
share/nextcloud/apps/settings/l10n/es_EC.js
share/nextcloud/apps/settings/l10n/es_EC.json
share/nextcloud/apps/settings/l10n/es_GT.js
share/nextcloud/apps/settings/l10n/es_GT.json
share/nextcloud/apps/settings/l10n/es_HN.js
share/nextcloud/apps/settings/l10n/es_HN.json
share/nextcloud/apps/settings/l10n/es_MX.js
share/nextcloud/apps/settings/l10n/es_MX.json
share/nextcloud/apps/settings/l10n/es_NI.js
share/nextcloud/apps/settings/l10n/es_NI.json
share/nextcloud/apps/settings/l10n/es_PA.js
share/nextcloud/apps/settings/l10n/es_PA.json
share/nextcloud/apps/settings/l10n/es_PE.js
share/nextcloud/apps/settings/l10n/es_PE.json
share/nextcloud/apps/settings/l10n/es_PR.js
share/nextcloud/apps/settings/l10n/es_PR.json
share/nextcloud/apps/settings/l10n/es_PY.js
share/nextcloud/apps/settings/l10n/es_PY.json
share/nextcloud/apps/settings/l10n/es_SV.js
share/nextcloud/apps/settings/l10n/es_SV.json
share/nextcloud/apps/settings/l10n/es_UY.js
share/nextcloud/apps/settings/l10n/es_UY.json
share/nextcloud/apps/settings/l10n/et_EE.js
share/nextcloud/apps/settings/l10n/et_EE.json
share/nextcloud/apps/settings/l10n/eu.js
share/nextcloud/apps/settings/l10n/eu.json
share/nextcloud/apps/settings/l10n/fa.js
share/nextcloud/apps/settings/l10n/fa.json
share/nextcloud/apps/settings/l10n/fi.js
share/nextcloud/apps/settings/l10n/fi.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/fo.js
share/nextcloud/apps/settings/l10n/fo.json
share/nextcloud/apps/settings/l10n/fr.js
share/nextcloud/apps/settings/l10n/fr.json
share/nextcloud/apps/settings/l10n/gl.js
share/nextcloud/apps/settings/l10n/gl.json
share/nextcloud/apps/settings/l10n/he.js
share/nextcloud/apps/settings/l10n/he.json
share/nextcloud/apps/settings/l10n/hr.js
share/nextcloud/apps/settings/l10n/hr.json
share/nextcloud/apps/settings/l10n/hu.js
share/nextcloud/apps/settings/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/ia.js
share/nextcloud/apps/settings/l10n/ia.json
share/nextcloud/apps/settings/l10n/id.js
share/nextcloud/apps/settings/l10n/id.json
share/nextcloud/apps/settings/l10n/is.js
share/nextcloud/apps/settings/l10n/is.json
share/nextcloud/apps/settings/l10n/it.js
share/nextcloud/apps/settings/l10n/it.json
share/nextcloud/apps/settings/l10n/ja.js
share/nextcloud/apps/settings/l10n/ja.json
share/nextcloud/apps/settings/l10n/ka_GE.js
share/nextcloud/apps/settings/l10n/ka_GE.json
share/nextcloud/apps/settings/l10n/ko.js
share/nextcloud/apps/settings/l10n/ko.json
share/nextcloud/apps/settings/l10n/lt_LT.js
share/nextcloud/apps/settings/l10n/lt_LT.json
share/nextcloud/apps/settings/l10n/lv.js
share/nextcloud/apps/settings/l10n/lv.json
share/nextcloud/apps/settings/l10n/mk.js
share/nextcloud/apps/settings/l10n/mk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/mn.js
share/nextcloud/apps/settings/l10n/mn.json
share/nextcloud/apps/settings/l10n/nb.js
share/nextcloud/apps/settings/l10n/nb.json
share/nextcloud/apps/settings/l10n/nl.js
share/nextcloud/apps/settings/l10n/nl.json
share/nextcloud/apps/settings/l10n/oc.js
share/nextcloud/apps/settings/l10n/oc.json
share/nextcloud/apps/settings/l10n/pl.js
share/nextcloud/apps/settings/l10n/pl.json
share/nextcloud/apps/settings/l10n/pt_BR.js
share/nextcloud/apps/settings/l10n/pt_BR.json
share/nextcloud/apps/settings/l10n/pt_PT.js
share/nextcloud/apps/settings/l10n/pt_PT.json
share/nextcloud/apps/settings/l10n/ro.js
share/nextcloud/apps/settings/l10n/ro.json
share/nextcloud/apps/settings/l10n/ru.js
share/nextcloud/apps/settings/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/settings/l10n/sc.js
share/nextcloud/apps/settings/l10n/sc.json
share/nextcloud/apps/settings/l10n/sk.js
share/nextcloud/apps/settings/l10n/sk.json
share/nextcloud/apps/settings/l10n/sl.js
share/nextcloud/apps/settings/l10n/sl.json
share/nextcloud/apps/settings/l10n/sq.js
share/nextcloud/apps/settings/l10n/sq.json
share/nextcloud/apps/settings/l10n/sr.js
share/nextcloud/apps/settings/l10n/sr.json
share/nextcloud/apps/settings/l10n/sv.js
share/nextcloud/apps/settings/l10n/sv.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/settings/l10n/th.js
share/nextcloud/apps/settings/l10n/th.json
share/nextcloud/apps/settings/l10n/tr.js
share/nextcloud/apps/settings/l10n/tr.json
share/nextcloud/apps/settings/l10n/uk.js
share/nextcloud/apps/settings/l10n/uk.json
share/nextcloud/apps/settings/l10n/vi.js
share/nextcloud/apps/settings/l10n/vi.json
share/nextcloud/apps/settings/l10n/zh_CN.js
share/nextcloud/apps/settings/l10n/zh_CN.json
share/nextcloud/apps/settings/l10n/zh_HK.js
share/nextcloud/apps/settings/l10n/zh_HK.json
share/nextcloud/apps/settings/l10n/zh_TW.js
share/nextcloud/apps/settings/l10n/zh_TW.json
share/nextcloud/apps/settings/lib/Activity/GroupProvider.php
share/nextcloud/apps/settings/lib/Activity/GroupSetting.php
share/nextcloud/apps/settings/lib/Activity/Provider.php
share/nextcloud/apps/settings/lib/Activity/SecurityFilter.php
share/nextcloud/apps/settings/lib/Activity/SecurityProvider.php
share/nextcloud/apps/settings/lib/Activity/SecuritySetting.php
share/nextcloud/apps/settings/lib/Activity/Setting.php
share/nextcloud/apps/settings/lib/AppInfo/Application.php
share/nextcloud/apps/settings/lib/BackgroundJobs/VerifyUserData.php
share/nextcloud/apps/settings/lib/Controller/AdminSettingsController.php
share/nextcloud/apps/settings/lib/Controller/AppSettingsController.php
share/nextcloud/apps/settings/lib/Controller/AuthSettingsController.php
share/nextcloud/apps/settings/lib/Controller/ChangePasswordController.php
share/nextcloud/apps/settings/lib/Controller/CheckSetupController.php
share/nextcloud/apps/settings/lib/Controller/CommonSettingsTrait.php
share/nextcloud/apps/settings/lib/Controller/HelpController.php
share/nextcloud/apps/settings/lib/Controller/LogSettingsController.php
share/nextcloud/apps/settings/lib/Controller/MailSettingsController.php
share/nextcloud/apps/settings/lib/Controller/PersonalSettingsController.php
share/nextcloud/apps/settings/lib/Controller/ReasonsController.php
share/nextcloud/apps/settings/lib/Controller/TwoFactorSettingsController.php
share/nextcloud/apps/settings/lib/Controller/UsersController.php
share/nextcloud/apps/settings/lib/Controller/WebAuthnController.php
share/nextcloud/apps/settings/lib/Events/BeforeTemplateRenderedEvent.php
share/nextcloud/apps/settings/lib/Hooks.php
share/nextcloud/apps/settings/lib/Mailer/NewUserMailHelper.php
share/nextcloud/apps/settings/lib/Middleware/SubadminMiddleware.php
share/nextcloud/apps/settings/lib/Search/AppSearch.php
share/nextcloud/apps/settings/lib/Search/SectionSearch.php
share/nextcloud/apps/settings/lib/Sections/Admin/Additional.php
share/nextcloud/apps/settings/lib/Sections/Admin/Groupware.php
share/nextcloud/apps/settings/lib/Sections/Admin/Overview.php
share/nextcloud/apps/settings/lib/Sections/Admin/Security.php
share/nextcloud/apps/settings/lib/Sections/Admin/Server.php
share/nextcloud/apps/settings/lib/Sections/Admin/Sharing.php
share/nextcloud/apps/settings/lib/Sections/Personal/PersonalInfo.php
share/nextcloud/apps/settings/lib/Sections/Personal/Security.php
share/nextcloud/apps/settings/lib/Sections/Personal/SyncClients.php
share/nextcloud/apps/settings/lib/Settings/Admin/Mail.php
share/nextcloud/apps/settings/lib/Settings/Admin/Overview.php
share/nextcloud/apps/settings/lib/Settings/Admin/Security.php
share/nextcloud/apps/settings/lib/Settings/Admin/Server.php
share/nextcloud/apps/settings/lib/Settings/Admin/Sharing.php
share/nextcloud/apps/settings/lib/Settings/Personal/Additional.php
share/nextcloud/apps/settings/lib/Settings/Personal/PersonalInfo.php
share/nextcloud/apps/settings/lib/Settings/Personal/Security/Authtokens.php
share/nextcloud/apps/settings/lib/Settings/Personal/Security/Password.php
share/nextcloud/apps/settings/lib/Settings/Personal/Security/TwoFactor.php
share/nextcloud/apps/settings/lib/Settings/Personal/Security/WebAuthn.php
share/nextcloud/apps/settings/lib/Settings/Personal/ServerDevNotice.php
share/nextcloud/apps/settings/lib/SetupChecks/CheckUserCertificates.php
share/nextcloud/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php
share/nextcloud/apps/settings/lib/SetupChecks/PhpDefaultCharset.php
share/nextcloud/apps/settings/lib/SetupChecks/PhpOutputBuffering.php
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
share/nextcloud/apps/settings/templates/help.php
share/nextcloud/apps/settings/templates/settings-vue.php
share/nextcloud/apps/settings/templates/settings/additional.php
share/nextcloud/apps/settings/templates/settings/admin/additional-mail.php
share/nextcloud/apps/settings/templates/settings/admin/overview.php
share/nextcloud/apps/settings/templates/settings/admin/security.php
share/nextcloud/apps/settings/templates/settings/admin/server.php
share/nextcloud/apps/settings/templates/settings/admin/sharing.php
share/nextcloud/apps/settings/templates/settings/empty.php
share/nextcloud/apps/settings/templates/settings/frame.php
share/nextcloud/apps/settings/templates/settings/personal/development.notice.php
share/nextcloud/apps/settings/templates/settings/personal/personal.info.php
share/nextcloud/apps/settings/templates/settings/personal/security/authtokens.php
share/nextcloud/apps/settings/templates/settings/personal/security/password.php
share/nextcloud/apps/settings/templates/settings/personal/security/twofactor.php
share/nextcloud/apps/settings/templates/settings/personal/security/webauthn.php
share/nextcloud/apps/sharebymail/appinfo/info.xml
share/nextcloud/apps/sharebymail/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/sharebymail/composer/autoload.php
share/nextcloud/apps/sharebymail/composer/composer.json
share/nextcloud/apps/sharebymail/composer/composer/ClassLoader.php
share/nextcloud/apps/sharebymail/composer/composer/LICENSE
share/nextcloud/apps/sharebymail/composer/composer/autoload_classmap.php
share/nextcloud/apps/sharebymail/composer/composer/autoload_namespaces.php
share/nextcloud/apps/sharebymail/composer/composer/autoload_psr4.php
share/nextcloud/apps/sharebymail/composer/composer/autoload_real.php
share/nextcloud/apps/sharebymail/composer/composer/autoload_static.php
share/nextcloud/apps/sharebymail/css/settings-admin.css
share/nextcloud/apps/sharebymail/img/app.svg
share/nextcloud/apps/sharebymail/js/settings-admin.js
share/nextcloud/apps/sharebymail/l10n/ast.js
share/nextcloud/apps/sharebymail/l10n/ast.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/ca.js
share/nextcloud/apps/sharebymail/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/cs.js
share/nextcloud/apps/sharebymail/l10n/cs.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/cs_CZ.js
share/nextcloud/apps/sharebymail/l10n/cs_CZ.json
share/nextcloud/apps/sharebymail/l10n/da.js
share/nextcloud/apps/sharebymail/l10n/da.json
share/nextcloud/apps/sharebymail/l10n/de.js
share/nextcloud/apps/sharebymail/l10n/de.json
share/nextcloud/apps/sharebymail/l10n/de_DE.js
share/nextcloud/apps/sharebymail/l10n/de_DE.json
share/nextcloud/apps/sharebymail/l10n/el.js
share/nextcloud/apps/sharebymail/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/sharebymail/l10n/en_GB.js
share/nextcloud/apps/sharebymail/l10n/en_GB.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/es.js
share/nextcloud/apps/sharebymail/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/sharebymail/l10n/es_419.js
share/nextcloud/apps/sharebymail/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/sharebymail/l10n/es_AR.js
share/nextcloud/apps/sharebymail/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/es_CL.js
share/nextcloud/apps/sharebymail/l10n/es_CL.json
share/nextcloud/apps/sharebymail/l10n/es_CO.js
share/nextcloud/apps/sharebymail/l10n/es_CO.json
share/nextcloud/apps/sharebymail/l10n/es_CR.js
share/nextcloud/apps/sharebymail/l10n/es_CR.json
share/nextcloud/apps/sharebymail/l10n/es_DO.js
share/nextcloud/apps/sharebymail/l10n/es_DO.json
share/nextcloud/apps/sharebymail/l10n/es_EC.js
share/nextcloud/apps/sharebymail/l10n/es_EC.json
share/nextcloud/apps/sharebymail/l10n/es_GT.js
share/nextcloud/apps/sharebymail/l10n/es_GT.json
share/nextcloud/apps/sharebymail/l10n/es_HN.js
share/nextcloud/apps/sharebymail/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/es_MX.js
share/nextcloud/apps/sharebymail/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/es_NI.js
share/nextcloud/apps/sharebymail/l10n/es_NI.json
share/nextcloud/apps/sharebymail/l10n/es_PA.js
share/nextcloud/apps/sharebymail/l10n/es_PA.json
share/nextcloud/apps/sharebymail/l10n/es_PE.js
share/nextcloud/apps/sharebymail/l10n/es_PE.json
share/nextcloud/apps/sharebymail/l10n/es_PR.js
share/nextcloud/apps/sharebymail/l10n/es_PR.json
share/nextcloud/apps/sharebymail/l10n/es_PY.js
share/nextcloud/apps/sharebymail/l10n/es_PY.json
share/nextcloud/apps/sharebymail/l10n/es_SV.js
share/nextcloud/apps/sharebymail/l10n/es_SV.json
share/nextcloud/apps/sharebymail/l10n/es_UY.js
share/nextcloud/apps/sharebymail/l10n/es_UY.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/sharebymail/l10n/et_EE.js
share/nextcloud/apps/sharebymail/l10n/et_EE.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/sharebymail/l10n/eu.js
share/nextcloud/apps/sharebymail/l10n/eu.json
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/sharebymail/l10n/fa.js
share/nextcloud/apps/sharebymail/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/fi.js
share/nextcloud/apps/sharebymail/l10n/fi.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/fr.js
share/nextcloud/apps/sharebymail/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/sharebymail/l10n/gl.js
share/nextcloud/apps/sharebymail/l10n/gl.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/sharebymail/l10n/he.js
share/nextcloud/apps/sharebymail/l10n/he.json
share/nextcloud/apps/sharebymail/l10n/hr.js
share/nextcloud/apps/sharebymail/l10n/hr.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/hu.js
share/nextcloud/apps/sharebymail/l10n/hu.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/ia.js
share/nextcloud/apps/sharebymail/l10n/ia.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/id.js
share/nextcloud/apps/sharebymail/l10n/id.json
share/nextcloud/apps/sharebymail/l10n/is.js
share/nextcloud/apps/sharebymail/l10n/is.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/it.js
share/nextcloud/apps/sharebymail/l10n/it.json
share/nextcloud/apps/sharebymail/l10n/ja.js
share/nextcloud/apps/sharebymail/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/ka_GE.js
share/nextcloud/apps/sharebymail/l10n/ka_GE.json
share/nextcloud/apps/sharebymail/l10n/ko.js
share/nextcloud/apps/sharebymail/l10n/ko.json
share/nextcloud/apps/sharebymail/l10n/lt_LT.js
share/nextcloud/apps/sharebymail/l10n/lt_LT.json
share/nextcloud/apps/sharebymail/l10n/mk.js
share/nextcloud/apps/sharebymail/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/nb.js
share/nextcloud/apps/sharebymail/l10n/nb.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/nb_NO.js
share/nextcloud/apps/sharebymail/l10n/nb_NO.json
share/nextcloud/apps/sharebymail/l10n/nl.js
share/nextcloud/apps/sharebymail/l10n/nl.json
share/nextcloud/apps/sharebymail/l10n/pl.js
share/nextcloud/apps/sharebymail/l10n/pl.json
share/nextcloud/apps/sharebymail/l10n/pt_BR.js
share/nextcloud/apps/sharebymail/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/sharebymail/l10n/pt_PT.js
share/nextcloud/apps/sharebymail/l10n/pt_PT.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/ru.js
share/nextcloud/apps/sharebymail/l10n/ru.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/sk.js
share/nextcloud/apps/sharebymail/l10n/sk.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/sk_SK.js
share/nextcloud/apps/sharebymail/l10n/sk_SK.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/sharebymail/l10n/sl.js
share/nextcloud/apps/sharebymail/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/sharebymail/l10n/sq.js
share/nextcloud/apps/sharebymail/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/sharebymail/l10n/sr.js
share/nextcloud/apps/sharebymail/l10n/sr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/l10n/sv.js
share/nextcloud/apps/sharebymail/l10n/sv.json
share/nextcloud/apps/sharebymail/l10n/tr.js
share/nextcloud/apps/sharebymail/l10n/tr.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/sharebymail/l10n/zh_CN.js
share/nextcloud/apps/sharebymail/l10n/zh_CN.json
share/nextcloud/apps/sharebymail/l10n/zh_HK.js
share/nextcloud/apps/sharebymail/l10n/zh_HK.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/sharebymail/l10n/zh_TW.js
share/nextcloud/apps/sharebymail/l10n/zh_TW.json
share/nextcloud/apps/sharebymail/lib/Activity.php
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php
share/nextcloud/apps/sharebymail/lib/Capabilities.php
share/nextcloud/apps/sharebymail/lib/Settings/Admin.php
share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php
share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
share/nextcloud/apps/sharebymail/templates/settings-admin.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/appinfo/info.xml
share/nextcloud/apps/support/appinfo/routes.php
share/nextcloud/apps/support/appinfo/signature.json
share/nextcloud/apps/support/css/support.scss
share/nextcloud/apps/support/img/app-dark.svg
share/nextcloud/apps/support/img/app.svg
share/nextcloud/apps/support/img/chat.svg
share/nextcloud/apps/support/img/discourse.svg
share/nextcloud/apps/support/img/expiry.svg
share/nextcloud/apps/support/img/github.svg
share/nextcloud/apps/support/img/notification.svg
share/nextcloud/apps/support/img/section.svg
share/nextcloud/apps/support/img/signature.svg
share/nextcloud/apps/support/img/system-info.svg
share/nextcloud/apps/support/js/admin.js
share/nextcloud/apps/support/l10n/af.js
share/nextcloud/apps/support/l10n/af.json
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/apps/support/l10n/bg.js
share/nextcloud/apps/support/l10n/bg.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/ca.js
share/nextcloud/apps/support/l10n/ca.json
share/nextcloud/apps/support/l10n/cs.js
share/nextcloud/apps/support/l10n/cs.json
share/nextcloud/apps/support/l10n/de.js
share/nextcloud/apps/support/l10n/de.json
share/nextcloud/apps/support/l10n/de_DE.js
share/nextcloud/apps/support/l10n/de_DE.json
share/nextcloud/apps/support/l10n/es.js
share/nextcloud/apps/support/l10n/es.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/es_AR.js
share/nextcloud/apps/support/l10n/es_AR.json
share/nextcloud/apps/support/l10n/eu.js
share/nextcloud/apps/support/l10n/eu.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/fi.js
share/nextcloud/apps/support/l10n/fi.json
share/nextcloud/apps/support/l10n/fr.js
share/nextcloud/apps/support/l10n/fr.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/gl.js
share/nextcloud/apps/support/l10n/gl.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/he.js
share/nextcloud/apps/support/l10n/he.json
share/nextcloud/apps/support/l10n/hu.js
share/nextcloud/apps/support/l10n/hu.json
share/nextcloud/apps/support/l10n/is.js
share/nextcloud/apps/support/l10n/is.json
share/nextcloud/apps/support/l10n/it.js
share/nextcloud/apps/support/l10n/it.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/ja.js
share/nextcloud/apps/support/l10n/ja.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/lt_LT.js
share/nextcloud/apps/support/l10n/lt_LT.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/nb.js
share/nextcloud/apps/support/l10n/nb.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/nl.js
share/nextcloud/apps/support/l10n/nl.json
share/nextcloud/apps/support/l10n/nn_NO.js
share/nextcloud/apps/support/l10n/nn_NO.json
share/nextcloud/apps/support/l10n/pl.js
share/nextcloud/apps/support/l10n/pl.json
share/nextcloud/apps/support/l10n/pt_BR.js
share/nextcloud/apps/support/l10n/pt_BR.json
share/nextcloud/apps/support/l10n/ru.js
share/nextcloud/apps/support/l10n/ru.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/sk.js
share/nextcloud/apps/support/l10n/sk.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/l10n/sr.js
share/nextcloud/apps/support/l10n/sr.json
share/nextcloud/apps/support/l10n/tr.js
share/nextcloud/apps/support/l10n/tr.json
share/nextcloud/apps/support/l10n/zh_CN.js
share/nextcloud/apps/support/l10n/zh_CN.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/support/l10n/zh_TW.js
share/nextcloud/apps/support/l10n/zh_TW.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/lib/AppInfo/Application.php
share/nextcloud/apps/support/lib/BackgroundJobs/CheckSubscription.php
share/nextcloud/apps/support/lib/Controller/ApiController.php
share/nextcloud/apps/support/lib/Detail.php
share/nextcloud/apps/support/lib/DetailManager.php
share/nextcloud/apps/support/lib/IDetail.php
share/nextcloud/apps/support/lib/ISection.php
share/nextcloud/apps/support/lib/Notification/Notifier.php
share/nextcloud/apps/support/lib/Repair/SwitchUpdaterServer.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/lib/Section.php
share/nextcloud/apps/support/lib/Sections/ServerSection.php
share/nextcloud/apps/support/lib/Service/SubscriptionService.php
share/nextcloud/apps/support/lib/Settings/Admin.php
share/nextcloud/apps/support/lib/Settings/Section.php
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/support/lib/Subscription/SubscriptionAdapter.php
Update to 14.0.4 Changelog: Changes Allow overwrite.cli.url without trailing slash (server#11772) Remove duplicate call to decodeURIComponent (server#11781) Check for empty string (server#11783) Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) Always query the lookup server in a global scale setup (server#11800) Fix a case where "password_by_talk" was not a boolean (server#11851) Add .l10nignore files for compiled assets (server#11925) Properly escape column name in "createFunction" call (server#11929) Allow userId to be null (server#11939) Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) Do not emit preHooks twice on non-part-storage (server#11961) Filter null values for UserManager::getByEmail (server#11976) Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) Lazy open first source stream in assemblystream (server#11994) Fix opening a section again in the Files app (server#11995) Remove cookies from Clear-Site-Data Header (server#12005) Forwarded ExpiredTokenException (server#12032) Allow chunked uploads even if your quota is not sufficient (server#12040) Improve encrypt all / decrypt all (server#12045) Double check for failed cache with a shared storage (server#12108) Implement the size of an assembly stream (server#12111) Bring the browser window of an actor to the foreground when acting as him (server#12120) Move acceptance tests that crash the PHP built-in server to Apache (server#12121) Remove unneeded empty search attribute values, fixes #12086 (server#12122) Fixes wrong variable usage (server#12137) LDAP: announce display name changes so that addressbook picks it up (server#12141) Bruteforce protection handling in combination with (server#12160) Add global site selector as user back-end which doesn't support password confirmation (server#12184) Do not set indeterminate state for file shares (server#12187) Revert "Wait for cron to finish before running upgrade command" (server#12197) Fix bug #12151: fix list formatting by correcting malformed html (server#12202) A folder should get a folder mimetype (server#12297) Use the proper server for the apptoken flow login (server#12299) Do not log FileLock as exception (server#12300) Set the filemodel before rending the detailsview (server#12301) Disabled ldap fix (server#12331) Fix - Add to favorites not working in IE11 (server#12339) Remove arrow function for ie compatibility (server#12341) Fix default types of activity event member variables (server#12353) Suppress wrong audit log messages about failed login attempts (server#12372) Add fix for IE11 flexbox height bug (server#12374) Properly search the root of a shared external storage (server#12375) Fix app update available check (server#12412) Use nextcloud-password-confirmation (server#12416) Fix IE rule for min width (server#12431) Added cache override to ensure an always up-to-date accessibility css (server#12432) Unique contraint and deadlock fixes for filecache and file_locks (server#12433) Fix app menu calculation for random size of the right header (server#12440) Fix missing quickaccess favorite folder on add (server#12441) Fixes dav share issue with owner (server#12459) Fix wrong share popover opening on share link (server#12482) Only use width and opacity for transition (server#12492) Forward object not found error in swift as dav 404 (server#12502) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) Remove unused svg api route (server#12542) Bearer tokens are app token (server#12545) Handle permission in update of share better (server#12561) Correctly restrict affected users when using command to send emails (activity#312) Improve code blocks in markdown rendering (files_texteditor#121) Properly escape column name in "createFunction" call (survey_client#85)
2018-12-01 10:53:27 +01:00
share/nextcloud/apps/support/resources/Why the Nextcloud Subscription.pdf
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/support/templates/admin.php
share/nextcloud/apps/survey_client/COPYING
share/nextcloud/apps/survey_client/ISSUE_TEMPLATE.md
share/nextcloud/apps/survey_client/appinfo/info.xml
share/nextcloud/apps/survey_client/appinfo/routes.php
share/nextcloud/apps/survey_client/appinfo/signature.json
share/nextcloud/apps/survey_client/css/admin.css
share/nextcloud/apps/survey_client/img/app-dark.svg
share/nextcloud/apps/survey_client/img/app.svg
share/nextcloud/apps/survey_client/js/admin.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/survey_client/l10n/ast.js
share/nextcloud/apps/survey_client/l10n/ast.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/survey_client/l10n/bg.js
share/nextcloud/apps/survey_client/l10n/bg.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/survey_client/l10n/ca.js
share/nextcloud/apps/survey_client/l10n/ca.json
share/nextcloud/apps/survey_client/l10n/cs.js
share/nextcloud/apps/survey_client/l10n/cs.json
share/nextcloud/apps/survey_client/l10n/da.js
share/nextcloud/apps/survey_client/l10n/da.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/de.js
share/nextcloud/apps/survey_client/l10n/de.json
share/nextcloud/apps/survey_client/l10n/de_DE.js
share/nextcloud/apps/survey_client/l10n/de_DE.json
share/nextcloud/apps/survey_client/l10n/el.js
share/nextcloud/apps/survey_client/l10n/el.json
share/nextcloud/apps/survey_client/l10n/en_GB.js
share/nextcloud/apps/survey_client/l10n/en_GB.json
share/nextcloud/apps/survey_client/l10n/es.js
share/nextcloud/apps/survey_client/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/survey_client/l10n/es_419.js
share/nextcloud/apps/survey_client/l10n/es_419.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/survey_client/l10n/es_CL.js
share/nextcloud/apps/survey_client/l10n/es_CL.json
share/nextcloud/apps/survey_client/l10n/es_CO.js
share/nextcloud/apps/survey_client/l10n/es_CO.json
share/nextcloud/apps/survey_client/l10n/es_CR.js
share/nextcloud/apps/survey_client/l10n/es_CR.json
share/nextcloud/apps/survey_client/l10n/es_DO.js
share/nextcloud/apps/survey_client/l10n/es_DO.json
share/nextcloud/apps/survey_client/l10n/es_EC.js
share/nextcloud/apps/survey_client/l10n/es_EC.json
share/nextcloud/apps/survey_client/l10n/es_GT.js
share/nextcloud/apps/survey_client/l10n/es_GT.json
share/nextcloud/apps/survey_client/l10n/es_HN.js
share/nextcloud/apps/survey_client/l10n/es_HN.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/es_MX.js
share/nextcloud/apps/survey_client/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/survey_client/l10n/es_NI.js
share/nextcloud/apps/survey_client/l10n/es_NI.json
share/nextcloud/apps/survey_client/l10n/es_PA.js
share/nextcloud/apps/survey_client/l10n/es_PA.json
share/nextcloud/apps/survey_client/l10n/es_PE.js
share/nextcloud/apps/survey_client/l10n/es_PE.json
share/nextcloud/apps/survey_client/l10n/es_PR.js
share/nextcloud/apps/survey_client/l10n/es_PR.json
share/nextcloud/apps/survey_client/l10n/es_PY.js
share/nextcloud/apps/survey_client/l10n/es_PY.json
share/nextcloud/apps/survey_client/l10n/es_SV.js
share/nextcloud/apps/survey_client/l10n/es_SV.json
share/nextcloud/apps/survey_client/l10n/es_UY.js
share/nextcloud/apps/survey_client/l10n/es_UY.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/survey_client/l10n/et_EE.js
share/nextcloud/apps/survey_client/l10n/et_EE.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/survey_client/l10n/eu.js
share/nextcloud/apps/survey_client/l10n/eu.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/fi.js
share/nextcloud/apps/survey_client/l10n/fi.json
share/nextcloud/apps/survey_client/l10n/fr.js
share/nextcloud/apps/survey_client/l10n/fr.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/survey_client/l10n/gl.js
share/nextcloud/apps/survey_client/l10n/gl.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/survey_client/l10n/he.js
share/nextcloud/apps/survey_client/l10n/he.json
share/nextcloud/apps/survey_client/l10n/hr.js
share/nextcloud/apps/survey_client/l10n/hr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/hu.js
share/nextcloud/apps/survey_client/l10n/hu.json
share/nextcloud/apps/survey_client/l10n/is.js
share/nextcloud/apps/survey_client/l10n/is.json
share/nextcloud/apps/survey_client/l10n/it.js
share/nextcloud/apps/survey_client/l10n/it.json
share/nextcloud/apps/survey_client/l10n/ja.js
share/nextcloud/apps/survey_client/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/survey_client/l10n/ka_GE.js
share/nextcloud/apps/survey_client/l10n/ka_GE.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/survey_client/l10n/ko.js
share/nextcloud/apps/survey_client/l10n/ko.json
share/nextcloud/apps/survey_client/l10n/lt_LT.js
share/nextcloud/apps/survey_client/l10n/lt_LT.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/lv.js
share/nextcloud/apps/survey_client/l10n/lv.json
share/nextcloud/apps/survey_client/l10n/mn.js
share/nextcloud/apps/survey_client/l10n/mn.json
share/nextcloud/apps/survey_client/l10n/nb.js
share/nextcloud/apps/survey_client/l10n/nb.json
share/nextcloud/apps/survey_client/l10n/nl.js
share/nextcloud/apps/survey_client/l10n/nl.json
share/nextcloud/apps/survey_client/l10n/pl.js
share/nextcloud/apps/survey_client/l10n/pl.json
share/nextcloud/apps/survey_client/l10n/pt_BR.js
share/nextcloud/apps/survey_client/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/survey_client/l10n/pt_PT.js
share/nextcloud/apps/survey_client/l10n/pt_PT.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/ru.js
share/nextcloud/apps/survey_client/l10n/ru.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/survey_client/l10n/sk.js
share/nextcloud/apps/survey_client/l10n/sk.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/survey_client/l10n/sl.js
share/nextcloud/apps/survey_client/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/sq.js
share/nextcloud/apps/survey_client/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/survey_client/l10n/sr.js
share/nextcloud/apps/survey_client/l10n/sr.json
share/nextcloud/apps/survey_client/l10n/sv.js
share/nextcloud/apps/survey_client/l10n/sv.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/survey_client/l10n/th.js
share/nextcloud/apps/survey_client/l10n/th.json
share/nextcloud/apps/survey_client/l10n/tr.js
share/nextcloud/apps/survey_client/l10n/tr.json
share/nextcloud/apps/survey_client/l10n/zh_CN.js
share/nextcloud/apps/survey_client/l10n/zh_CN.json
share/nextcloud/apps/survey_client/l10n/zh_HK.js
share/nextcloud/apps/survey_client/l10n/zh_HK.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/survey_client/l10n/zh_TW.js
share/nextcloud/apps/survey_client/l10n/zh_TW.json
share/nextcloud/apps/survey_client/lib/AppInfo/Application.php
share/nextcloud/apps/survey_client/lib/BackgroundJobs/AdminNotification.php
share/nextcloud/apps/survey_client/lib/BackgroundJobs/MonthlyReport.php
share/nextcloud/apps/survey_client/lib/Categories/Apps.php
share/nextcloud/apps/survey_client/lib/Categories/Database.php
share/nextcloud/apps/survey_client/lib/Categories/Encryption.php
share/nextcloud/apps/survey_client/lib/Categories/FilesSharing.php
share/nextcloud/apps/survey_client/lib/Categories/ICategory.php
share/nextcloud/apps/survey_client/lib/Categories/Php.php
share/nextcloud/apps/survey_client/lib/Categories/Server.php
share/nextcloud/apps/survey_client/lib/Categories/Stats.php
share/nextcloud/apps/survey_client/lib/Collector.php
share/nextcloud/apps/survey_client/lib/Controller/EndpointController.php
share/nextcloud/apps/survey_client/lib/Migration/SendAdminNotification.php
share/nextcloud/apps/survey_client/lib/Notifier.php
share/nextcloud/apps/survey_client/lib/Settings/AdminSection.php
share/nextcloud/apps/survey_client/lib/Settings/AdminSettings.php
share/nextcloud/apps/survey_client/templates/admin.php
share/nextcloud/apps/systemtags/appinfo/info.xml
share/nextcloud/apps/systemtags/appinfo/routes.php
share/nextcloud/apps/systemtags/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/systemtags/composer/autoload.php
share/nextcloud/apps/systemtags/composer/composer.json
share/nextcloud/apps/systemtags/composer/composer/ClassLoader.php
share/nextcloud/apps/systemtags/composer/composer/LICENSE
share/nextcloud/apps/systemtags/composer/composer/autoload_classmap.php
share/nextcloud/apps/systemtags/composer/composer/autoload_namespaces.php
share/nextcloud/apps/systemtags/composer/composer/autoload_psr4.php
share/nextcloud/apps/systemtags/composer/composer/autoload_real.php
share/nextcloud/apps/systemtags/composer/composer/autoload_static.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/systemtags/css/settings.css
share/nextcloud/apps/systemtags/img/app.svg
share/nextcloud/apps/systemtags/js/admin.js
share/nextcloud/apps/systemtags/js/systemtags.js
share/nextcloud/apps/systemtags/js/systemtags.js.map
share/nextcloud/apps/systemtags/l10n/ar.js
share/nextcloud/apps/systemtags/l10n/ar.json
share/nextcloud/apps/systemtags/l10n/ast.js
share/nextcloud/apps/systemtags/l10n/ast.json
share/nextcloud/apps/systemtags/l10n/az.js
share/nextcloud/apps/systemtags/l10n/az.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/systemtags/l10n/bg.js
share/nextcloud/apps/systemtags/l10n/bg.json
share/nextcloud/apps/systemtags/l10n/bg_BG.js
share/nextcloud/apps/systemtags/l10n/bg_BG.json
share/nextcloud/apps/systemtags/l10n/bn_BD.js
share/nextcloud/apps/systemtags/l10n/bn_BD.json
share/nextcloud/apps/systemtags/l10n/bn_IN.js
share/nextcloud/apps/systemtags/l10n/bn_IN.json
share/nextcloud/apps/systemtags/l10n/bs.js
share/nextcloud/apps/systemtags/l10n/bs.json
share/nextcloud/apps/systemtags/l10n/ca.js
share/nextcloud/apps/systemtags/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/systemtags/l10n/cs.js
share/nextcloud/apps/systemtags/l10n/cs.json
share/nextcloud/apps/systemtags/l10n/cs_CZ.js
share/nextcloud/apps/systemtags/l10n/cs_CZ.json
share/nextcloud/apps/systemtags/l10n/cy_GB.js
share/nextcloud/apps/systemtags/l10n/cy_GB.json
share/nextcloud/apps/systemtags/l10n/da.js
share/nextcloud/apps/systemtags/l10n/da.json
share/nextcloud/apps/systemtags/l10n/de.js
share/nextcloud/apps/systemtags/l10n/de.json
share/nextcloud/apps/systemtags/l10n/de_AT.js
share/nextcloud/apps/systemtags/l10n/de_AT.json
share/nextcloud/apps/systemtags/l10n/de_DE.js
share/nextcloud/apps/systemtags/l10n/de_DE.json
share/nextcloud/apps/systemtags/l10n/el.js
share/nextcloud/apps/systemtags/l10n/el.json
share/nextcloud/apps/systemtags/l10n/en_GB.js
share/nextcloud/apps/systemtags/l10n/en_GB.json
share/nextcloud/apps/systemtags/l10n/eo.js
share/nextcloud/apps/systemtags/l10n/eo.json
share/nextcloud/apps/systemtags/l10n/es.js
share/nextcloud/apps/systemtags/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/systemtags/l10n/es_419.js
share/nextcloud/apps/systemtags/l10n/es_419.json
share/nextcloud/apps/systemtags/l10n/es_AR.js
share/nextcloud/apps/systemtags/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/systemtags/l10n/es_CL.js
share/nextcloud/apps/systemtags/l10n/es_CL.json
share/nextcloud/apps/systemtags/l10n/es_CO.js
share/nextcloud/apps/systemtags/l10n/es_CO.json
share/nextcloud/apps/systemtags/l10n/es_CR.js
share/nextcloud/apps/systemtags/l10n/es_CR.json
share/nextcloud/apps/systemtags/l10n/es_DO.js
share/nextcloud/apps/systemtags/l10n/es_DO.json
share/nextcloud/apps/systemtags/l10n/es_EC.js
share/nextcloud/apps/systemtags/l10n/es_EC.json
share/nextcloud/apps/systemtags/l10n/es_GT.js
share/nextcloud/apps/systemtags/l10n/es_GT.json
share/nextcloud/apps/systemtags/l10n/es_HN.js
share/nextcloud/apps/systemtags/l10n/es_HN.json
share/nextcloud/apps/systemtags/l10n/es_MX.js
share/nextcloud/apps/systemtags/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/systemtags/l10n/es_NI.js
share/nextcloud/apps/systemtags/l10n/es_NI.json
share/nextcloud/apps/systemtags/l10n/es_PA.js
share/nextcloud/apps/systemtags/l10n/es_PA.json
share/nextcloud/apps/systemtags/l10n/es_PE.js
share/nextcloud/apps/systemtags/l10n/es_PE.json
share/nextcloud/apps/systemtags/l10n/es_PR.js
share/nextcloud/apps/systemtags/l10n/es_PR.json
share/nextcloud/apps/systemtags/l10n/es_PY.js
share/nextcloud/apps/systemtags/l10n/es_PY.json
share/nextcloud/apps/systemtags/l10n/es_SV.js
share/nextcloud/apps/systemtags/l10n/es_SV.json
share/nextcloud/apps/systemtags/l10n/es_UY.js
share/nextcloud/apps/systemtags/l10n/es_UY.json
share/nextcloud/apps/systemtags/l10n/et_EE.js
share/nextcloud/apps/systemtags/l10n/et_EE.json
share/nextcloud/apps/systemtags/l10n/eu.js
share/nextcloud/apps/systemtags/l10n/eu.json
share/nextcloud/apps/systemtags/l10n/fa.js
share/nextcloud/apps/systemtags/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/systemtags/l10n/fi.js
share/nextcloud/apps/systemtags/l10n/fi.json
share/nextcloud/apps/systemtags/l10n/fi_FI.js
share/nextcloud/apps/systemtags/l10n/fi_FI.json
share/nextcloud/apps/systemtags/l10n/fr.js
share/nextcloud/apps/systemtags/l10n/fr.json
share/nextcloud/apps/systemtags/l10n/gl.js
share/nextcloud/apps/systemtags/l10n/gl.json
share/nextcloud/apps/systemtags/l10n/he.js
share/nextcloud/apps/systemtags/l10n/he.json
share/nextcloud/apps/systemtags/l10n/hr.js
share/nextcloud/apps/systemtags/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/systemtags/l10n/hu.js
share/nextcloud/apps/systemtags/l10n/hu.json
share/nextcloud/apps/systemtags/l10n/hu_HU.js
share/nextcloud/apps/systemtags/l10n/hu_HU.json
share/nextcloud/apps/systemtags/l10n/hy.js
share/nextcloud/apps/systemtags/l10n/hy.json
share/nextcloud/apps/systemtags/l10n/ia.js
share/nextcloud/apps/systemtags/l10n/ia.json
share/nextcloud/apps/systemtags/l10n/id.js
share/nextcloud/apps/systemtags/l10n/id.json
share/nextcloud/apps/systemtags/l10n/is.js
share/nextcloud/apps/systemtags/l10n/is.json
share/nextcloud/apps/systemtags/l10n/it.js
share/nextcloud/apps/systemtags/l10n/it.json
share/nextcloud/apps/systemtags/l10n/ja.js
share/nextcloud/apps/systemtags/l10n/ja.json
share/nextcloud/apps/systemtags/l10n/ka_GE.js
share/nextcloud/apps/systemtags/l10n/ka_GE.json
share/nextcloud/apps/systemtags/l10n/km.js
share/nextcloud/apps/systemtags/l10n/km.json
share/nextcloud/apps/systemtags/l10n/kn.js
share/nextcloud/apps/systemtags/l10n/kn.json
share/nextcloud/apps/systemtags/l10n/ko.js
share/nextcloud/apps/systemtags/l10n/ko.json
share/nextcloud/apps/systemtags/l10n/ku_IQ.js
share/nextcloud/apps/systemtags/l10n/ku_IQ.json
share/nextcloud/apps/systemtags/l10n/lb.js
share/nextcloud/apps/systemtags/l10n/lb.json
share/nextcloud/apps/systemtags/l10n/lt_LT.js
share/nextcloud/apps/systemtags/l10n/lt_LT.json
share/nextcloud/apps/systemtags/l10n/lv.js
share/nextcloud/apps/systemtags/l10n/lv.json
share/nextcloud/apps/systemtags/l10n/mk.js
share/nextcloud/apps/systemtags/l10n/mk.json
share/nextcloud/apps/systemtags/l10n/ms_MY.js
share/nextcloud/apps/systemtags/l10n/ms_MY.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/systemtags/l10n/nb.js
share/nextcloud/apps/systemtags/l10n/nb.json
share/nextcloud/apps/systemtags/l10n/nb_NO.js
share/nextcloud/apps/systemtags/l10n/nb_NO.json
share/nextcloud/apps/systemtags/l10n/nds.js
share/nextcloud/apps/systemtags/l10n/nds.json
share/nextcloud/apps/systemtags/l10n/nl.js
share/nextcloud/apps/systemtags/l10n/nl.json
share/nextcloud/apps/systemtags/l10n/nn_NO.js
share/nextcloud/apps/systemtags/l10n/nn_NO.json
share/nextcloud/apps/systemtags/l10n/oc.js
share/nextcloud/apps/systemtags/l10n/oc.json
share/nextcloud/apps/systemtags/l10n/pl.js
share/nextcloud/apps/systemtags/l10n/pl.json
share/nextcloud/apps/systemtags/l10n/pt_BR.js
share/nextcloud/apps/systemtags/l10n/pt_BR.json
share/nextcloud/apps/systemtags/l10n/pt_PT.js
share/nextcloud/apps/systemtags/l10n/pt_PT.json
share/nextcloud/apps/systemtags/l10n/ro.js
share/nextcloud/apps/systemtags/l10n/ro.json
share/nextcloud/apps/systemtags/l10n/ru.js
share/nextcloud/apps/systemtags/l10n/ru.json
share/nextcloud/apps/systemtags/l10n/si_LK.js
share/nextcloud/apps/systemtags/l10n/si_LK.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/systemtags/l10n/sk.js
share/nextcloud/apps/systemtags/l10n/sk.json
share/nextcloud/apps/systemtags/l10n/sk_SK.js
share/nextcloud/apps/systemtags/l10n/sk_SK.json
share/nextcloud/apps/systemtags/l10n/sl.js
share/nextcloud/apps/systemtags/l10n/sl.json
share/nextcloud/apps/systemtags/l10n/sq.js
share/nextcloud/apps/systemtags/l10n/sq.json
share/nextcloud/apps/systemtags/l10n/sr.js
share/nextcloud/apps/systemtags/l10n/sr.json
share/nextcloud/apps/systemtags/l10n/sr@latin.js
share/nextcloud/apps/systemtags/l10n/sr@latin.json
share/nextcloud/apps/systemtags/l10n/sv.js
share/nextcloud/apps/systemtags/l10n/sv.json
share/nextcloud/apps/systemtags/l10n/ta_LK.js
share/nextcloud/apps/systemtags/l10n/ta_LK.json
share/nextcloud/apps/systemtags/l10n/te.js
share/nextcloud/apps/systemtags/l10n/te.json
share/nextcloud/apps/systemtags/l10n/th_TH.js
share/nextcloud/apps/systemtags/l10n/th_TH.json
share/nextcloud/apps/systemtags/l10n/tr.js
share/nextcloud/apps/systemtags/l10n/tr.json
share/nextcloud/apps/systemtags/l10n/ug.js
share/nextcloud/apps/systemtags/l10n/ug.json
share/nextcloud/apps/systemtags/l10n/uk.js
share/nextcloud/apps/systemtags/l10n/uk.json
share/nextcloud/apps/systemtags/l10n/ur_PK.js
share/nextcloud/apps/systemtags/l10n/ur_PK.json
share/nextcloud/apps/systemtags/l10n/vi.js
share/nextcloud/apps/systemtags/l10n/vi.json
share/nextcloud/apps/systemtags/l10n/zh_CN.js
share/nextcloud/apps/systemtags/l10n/zh_CN.json
share/nextcloud/apps/systemtags/l10n/zh_HK.js
share/nextcloud/apps/systemtags/l10n/zh_HK.json
share/nextcloud/apps/systemtags/l10n/zh_TW.js
share/nextcloud/apps/systemtags/l10n/zh_TW.json
share/nextcloud/apps/systemtags/lib/Activity/Listener.php
share/nextcloud/apps/systemtags/lib/Activity/Provider.php
share/nextcloud/apps/systemtags/lib/Activity/Setting.php
share/nextcloud/apps/systemtags/lib/AppInfo/Application.php
share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php
share/nextcloud/apps/systemtags/lib/Settings/Admin.php
share/nextcloud/apps/systemtags/list.php
share/nextcloud/apps/systemtags/templates/admin.php
share/nextcloud/apps/systemtags/templates/list.php
share/nextcloud/apps/text/.stylelintrc.js
share/nextcloud/apps/text/CHANGELOG.md
share/nextcloud/apps/text/COPYING
share/nextcloud/apps/text/appinfo/info.xml
share/nextcloud/apps/text/appinfo/routes.php
share/nextcloud/apps/text/appinfo/signature.json
share/nextcloud/apps/text/babel.config.js
share/nextcloud/apps/text/composer.json
share/nextcloud/apps/text/composer.lock
share/nextcloud/apps/text/css/icons.scss
share/nextcloud/apps/text/css/prosemirror.scss
share/nextcloud/apps/text/css/style.scss
share/nextcloud/apps/text/img/add_col_after.svg
share/nextcloud/apps/text/img/add_col_before.svg
share/nextcloud/apps/text/img/add_row_after.svg
share/nextcloud/apps/text/img/add_row_before.svg
share/nextcloud/apps/text/img/app.png
share/nextcloud/apps/text/img/app.svg
share/nextcloud/apps/text/img/bold.svg
share/nextcloud/apps/text/img/checkbox-mark.svg
share/nextcloud/apps/text/img/checklist.svg
share/nextcloud/apps/text/img/code.svg
share/nextcloud/apps/text/img/combine_cells.svg
share/nextcloud/apps/text/img/delete_col.svg
share/nextcloud/apps/text/img/delete_row.svg
share/nextcloud/apps/text/img/delete_table.svg
share/nextcloud/apps/text/img/github.svg
share/nextcloud/apps/text/img/h1.svg
share/nextcloud/apps/text/img/h2.svg
share/nextcloud/apps/text/img/h3.svg
share/nextcloud/apps/text/img/h4.svg
share/nextcloud/apps/text/img/h5.svg
share/nextcloud/apps/text/img/h6.svg
share/nextcloud/apps/text/img/hr.svg
share/nextcloud/apps/text/img/image.svg
share/nextcloud/apps/text/img/italic.svg
share/nextcloud/apps/text/img/link.svg
share/nextcloud/apps/text/img/mention.svg
share/nextcloud/apps/text/img/ol.svg
share/nextcloud/apps/text/img/paragraph.svg
share/nextcloud/apps/text/img/quote.svg
share/nextcloud/apps/text/img/redo.svg
share/nextcloud/apps/text/img/remove.svg
share/nextcloud/apps/text/img/screenshots/screenshot1.png
share/nextcloud/apps/text/img/screenshots/screenshot2.png
share/nextcloud/apps/text/img/screenshots/screenshot3.gif
share/nextcloud/apps/text/img/strike.svg
share/nextcloud/apps/text/img/table.svg
share/nextcloud/apps/text/img/ul.svg
share/nextcloud/apps/text/img/underline.svg
share/nextcloud/apps/text/img/undo.svg
share/nextcloud/apps/text/js/editor-collab.js
share/nextcloud/apps/text/js/editor-collab.js.map
share/nextcloud/apps/text/js/editor-guest.js
share/nextcloud/apps/text/js/editor-guest.js.map
share/nextcloud/apps/text/js/editor-rich.js
share/nextcloud/apps/text/js/editor-rich.js.map
share/nextcloud/apps/text/js/editor.js
share/nextcloud/apps/text/js/editor.js.map
share/nextcloud/apps/text/js/files-modal.js
share/nextcloud/apps/text/js/files-modal.js.map
share/nextcloud/apps/text/js/files.js
share/nextcloud/apps/text/js/files.js.map
share/nextcloud/apps/text/js/highlight/1c.js
share/nextcloud/apps/text/js/highlight/1c.js.map
share/nextcloud/apps/text/js/highlight/abnf.js
share/nextcloud/apps/text/js/highlight/abnf.js.map
share/nextcloud/apps/text/js/highlight/accesslog.js
share/nextcloud/apps/text/js/highlight/accesslog.js.map
share/nextcloud/apps/text/js/highlight/actionscript.js
share/nextcloud/apps/text/js/highlight/actionscript.js.map
share/nextcloud/apps/text/js/highlight/ada.js
share/nextcloud/apps/text/js/highlight/ada.js.map
share/nextcloud/apps/text/js/highlight/angelscript.js
share/nextcloud/apps/text/js/highlight/angelscript.js.map
share/nextcloud/apps/text/js/highlight/apache.js
share/nextcloud/apps/text/js/highlight/apache.js.map
share/nextcloud/apps/text/js/highlight/applescript.js
share/nextcloud/apps/text/js/highlight/applescript.js.map
share/nextcloud/apps/text/js/highlight/arcade.js
share/nextcloud/apps/text/js/highlight/arcade.js.map
share/nextcloud/apps/text/js/highlight/arduino.js
share/nextcloud/apps/text/js/highlight/arduino.js.map
share/nextcloud/apps/text/js/highlight/armasm.js
share/nextcloud/apps/text/js/highlight/armasm.js.map
share/nextcloud/apps/text/js/highlight/asciidoc.js
share/nextcloud/apps/text/js/highlight/asciidoc.js.map
share/nextcloud/apps/text/js/highlight/aspectj.js
share/nextcloud/apps/text/js/highlight/aspectj.js.map
share/nextcloud/apps/text/js/highlight/autohotkey.js
share/nextcloud/apps/text/js/highlight/autohotkey.js.map
share/nextcloud/apps/text/js/highlight/autoit.js
share/nextcloud/apps/text/js/highlight/autoit.js.map
share/nextcloud/apps/text/js/highlight/avrasm.js
share/nextcloud/apps/text/js/highlight/avrasm.js.map
share/nextcloud/apps/text/js/highlight/awk.js
share/nextcloud/apps/text/js/highlight/awk.js.map
share/nextcloud/apps/text/js/highlight/axapta.js
share/nextcloud/apps/text/js/highlight/axapta.js.map
share/nextcloud/apps/text/js/highlight/bash.js
share/nextcloud/apps/text/js/highlight/bash.js.map
share/nextcloud/apps/text/js/highlight/basic.js
share/nextcloud/apps/text/js/highlight/basic.js.map
share/nextcloud/apps/text/js/highlight/bnf.js
share/nextcloud/apps/text/js/highlight/bnf.js.map
share/nextcloud/apps/text/js/highlight/brainfuck.js
share/nextcloud/apps/text/js/highlight/brainfuck.js.map
share/nextcloud/apps/text/js/highlight/c-like.js
share/nextcloud/apps/text/js/highlight/c-like.js.map
share/nextcloud/apps/text/js/highlight/c.js
share/nextcloud/apps/text/js/highlight/c.js.map
share/nextcloud/apps/text/js/highlight/cal.js
share/nextcloud/apps/text/js/highlight/cal.js.map
share/nextcloud/apps/text/js/highlight/capnproto.js
share/nextcloud/apps/text/js/highlight/capnproto.js.map
share/nextcloud/apps/text/js/highlight/ceylon.js
share/nextcloud/apps/text/js/highlight/ceylon.js.map
share/nextcloud/apps/text/js/highlight/clean.js
share/nextcloud/apps/text/js/highlight/clean.js.map
share/nextcloud/apps/text/js/highlight/clojure-repl.js
share/nextcloud/apps/text/js/highlight/clojure-repl.js.map
share/nextcloud/apps/text/js/highlight/clojure.js
share/nextcloud/apps/text/js/highlight/clojure.js.map
share/nextcloud/apps/text/js/highlight/cmake.js
share/nextcloud/apps/text/js/highlight/cmake.js.map
share/nextcloud/apps/text/js/highlight/coffeescript.js
share/nextcloud/apps/text/js/highlight/coffeescript.js.map
share/nextcloud/apps/text/js/highlight/coq.js
share/nextcloud/apps/text/js/highlight/coq.js.map
share/nextcloud/apps/text/js/highlight/cos.js
share/nextcloud/apps/text/js/highlight/cos.js.map
share/nextcloud/apps/text/js/highlight/cpp.js
share/nextcloud/apps/text/js/highlight/cpp.js.map
share/nextcloud/apps/text/js/highlight/crmsh.js
share/nextcloud/apps/text/js/highlight/crmsh.js.map
share/nextcloud/apps/text/js/highlight/crystal.js
share/nextcloud/apps/text/js/highlight/crystal.js.map
share/nextcloud/apps/text/js/highlight/csharp.js
share/nextcloud/apps/text/js/highlight/csharp.js.map
share/nextcloud/apps/text/js/highlight/csp.js
share/nextcloud/apps/text/js/highlight/csp.js.map
share/nextcloud/apps/text/js/highlight/css.js
share/nextcloud/apps/text/js/highlight/css.js.map
share/nextcloud/apps/text/js/highlight/d.js
share/nextcloud/apps/text/js/highlight/d.js.map
share/nextcloud/apps/text/js/highlight/dart.js
share/nextcloud/apps/text/js/highlight/dart.js.map
share/nextcloud/apps/text/js/highlight/delphi.js
share/nextcloud/apps/text/js/highlight/delphi.js.map
share/nextcloud/apps/text/js/highlight/diff.js
share/nextcloud/apps/text/js/highlight/diff.js.map
share/nextcloud/apps/text/js/highlight/django.js
share/nextcloud/apps/text/js/highlight/django.js.map
share/nextcloud/apps/text/js/highlight/dns.js
share/nextcloud/apps/text/js/highlight/dns.js.map
share/nextcloud/apps/text/js/highlight/dockerfile.js
share/nextcloud/apps/text/js/highlight/dockerfile.js.map
share/nextcloud/apps/text/js/highlight/dos.js
share/nextcloud/apps/text/js/highlight/dos.js.map
share/nextcloud/apps/text/js/highlight/dsconfig.js
share/nextcloud/apps/text/js/highlight/dsconfig.js.map
share/nextcloud/apps/text/js/highlight/dts.js
share/nextcloud/apps/text/js/highlight/dts.js.map
share/nextcloud/apps/text/js/highlight/dust.js
share/nextcloud/apps/text/js/highlight/dust.js.map
share/nextcloud/apps/text/js/highlight/ebnf.js
share/nextcloud/apps/text/js/highlight/ebnf.js.map
share/nextcloud/apps/text/js/highlight/elixir.js
share/nextcloud/apps/text/js/highlight/elixir.js.map
share/nextcloud/apps/text/js/highlight/elm.js
share/nextcloud/apps/text/js/highlight/elm.js.map
share/nextcloud/apps/text/js/highlight/erb.js
share/nextcloud/apps/text/js/highlight/erb.js.map
share/nextcloud/apps/text/js/highlight/erlang-repl.js
share/nextcloud/apps/text/js/highlight/erlang-repl.js.map
share/nextcloud/apps/text/js/highlight/erlang.js
share/nextcloud/apps/text/js/highlight/erlang.js.map
share/nextcloud/apps/text/js/highlight/excel.js
share/nextcloud/apps/text/js/highlight/excel.js.map
share/nextcloud/apps/text/js/highlight/fix.js
share/nextcloud/apps/text/js/highlight/fix.js.map
share/nextcloud/apps/text/js/highlight/flix.js
share/nextcloud/apps/text/js/highlight/flix.js.map
share/nextcloud/apps/text/js/highlight/fortran.js
share/nextcloud/apps/text/js/highlight/fortran.js.map
share/nextcloud/apps/text/js/highlight/fsharp.js
share/nextcloud/apps/text/js/highlight/fsharp.js.map
share/nextcloud/apps/text/js/highlight/gams.js
share/nextcloud/apps/text/js/highlight/gams.js.map
share/nextcloud/apps/text/js/highlight/gauss.js
share/nextcloud/apps/text/js/highlight/gauss.js.map
share/nextcloud/apps/text/js/highlight/gcode.js
share/nextcloud/apps/text/js/highlight/gcode.js.map
share/nextcloud/apps/text/js/highlight/gherkin.js
share/nextcloud/apps/text/js/highlight/gherkin.js.map
share/nextcloud/apps/text/js/highlight/glsl.js
share/nextcloud/apps/text/js/highlight/glsl.js.map
share/nextcloud/apps/text/js/highlight/gml.js
share/nextcloud/apps/text/js/highlight/gml.js.map
share/nextcloud/apps/text/js/highlight/go.js
share/nextcloud/apps/text/js/highlight/go.js.map
share/nextcloud/apps/text/js/highlight/golo.js
share/nextcloud/apps/text/js/highlight/golo.js.map
share/nextcloud/apps/text/js/highlight/gradle.js
share/nextcloud/apps/text/js/highlight/gradle.js.map
share/nextcloud/apps/text/js/highlight/groovy.js
share/nextcloud/apps/text/js/highlight/groovy.js.map
share/nextcloud/apps/text/js/highlight/haml.js
share/nextcloud/apps/text/js/highlight/haml.js.map
share/nextcloud/apps/text/js/highlight/handlebars.js
share/nextcloud/apps/text/js/highlight/handlebars.js.map
share/nextcloud/apps/text/js/highlight/haskell.js
share/nextcloud/apps/text/js/highlight/haskell.js.map
share/nextcloud/apps/text/js/highlight/haxe.js
share/nextcloud/apps/text/js/highlight/haxe.js.map
share/nextcloud/apps/text/js/highlight/hsp.js
share/nextcloud/apps/text/js/highlight/hsp.js.map
share/nextcloud/apps/text/js/highlight/htmlbars.js
share/nextcloud/apps/text/js/highlight/htmlbars.js.map
share/nextcloud/apps/text/js/highlight/http.js
share/nextcloud/apps/text/js/highlight/http.js.map
share/nextcloud/apps/text/js/highlight/hy.js
share/nextcloud/apps/text/js/highlight/hy.js.map
share/nextcloud/apps/text/js/highlight/inform7.js
share/nextcloud/apps/text/js/highlight/inform7.js.map
share/nextcloud/apps/text/js/highlight/ini.js
share/nextcloud/apps/text/js/highlight/ini.js.map
share/nextcloud/apps/text/js/highlight/irpf90.js
share/nextcloud/apps/text/js/highlight/irpf90.js.map
share/nextcloud/apps/text/js/highlight/isbl.js
share/nextcloud/apps/text/js/highlight/isbl.js.map
share/nextcloud/apps/text/js/highlight/java.js
share/nextcloud/apps/text/js/highlight/java.js.map
share/nextcloud/apps/text/js/highlight/javascript.js
share/nextcloud/apps/text/js/highlight/javascript.js.map
share/nextcloud/apps/text/js/highlight/jboss-cli.js
share/nextcloud/apps/text/js/highlight/jboss-cli.js.map
share/nextcloud/apps/text/js/highlight/json.js
share/nextcloud/apps/text/js/highlight/json.js.map
share/nextcloud/apps/text/js/highlight/julia-repl.js
share/nextcloud/apps/text/js/highlight/julia-repl.js.map
share/nextcloud/apps/text/js/highlight/julia.js
share/nextcloud/apps/text/js/highlight/julia.js.map
share/nextcloud/apps/text/js/highlight/kotlin.js
share/nextcloud/apps/text/js/highlight/kotlin.js.map
share/nextcloud/apps/text/js/highlight/lasso.js
share/nextcloud/apps/text/js/highlight/lasso.js.map
share/nextcloud/apps/text/js/highlight/latex.js
share/nextcloud/apps/text/js/highlight/latex.js.map
share/nextcloud/apps/text/js/highlight/ldif.js
share/nextcloud/apps/text/js/highlight/ldif.js.map
share/nextcloud/apps/text/js/highlight/leaf.js
share/nextcloud/apps/text/js/highlight/leaf.js.map
share/nextcloud/apps/text/js/highlight/less.js
share/nextcloud/apps/text/js/highlight/less.js.map
share/nextcloud/apps/text/js/highlight/lisp.js
share/nextcloud/apps/text/js/highlight/lisp.js.map
share/nextcloud/apps/text/js/highlight/livecodeserver.js
share/nextcloud/apps/text/js/highlight/livecodeserver.js.map
share/nextcloud/apps/text/js/highlight/livescript.js
share/nextcloud/apps/text/js/highlight/livescript.js.map
share/nextcloud/apps/text/js/highlight/llvm.js
share/nextcloud/apps/text/js/highlight/llvm.js.map
share/nextcloud/apps/text/js/highlight/lsl.js
share/nextcloud/apps/text/js/highlight/lsl.js.map
share/nextcloud/apps/text/js/highlight/lua.js
share/nextcloud/apps/text/js/highlight/lua.js.map
share/nextcloud/apps/text/js/highlight/makefile.js
share/nextcloud/apps/text/js/highlight/makefile.js.map
share/nextcloud/apps/text/js/highlight/markdown.js
share/nextcloud/apps/text/js/highlight/markdown.js.map
share/nextcloud/apps/text/js/highlight/mathematica.js
share/nextcloud/apps/text/js/highlight/mathematica.js.map
share/nextcloud/apps/text/js/highlight/matlab.js
share/nextcloud/apps/text/js/highlight/matlab.js.map
share/nextcloud/apps/text/js/highlight/maxima.js
share/nextcloud/apps/text/js/highlight/maxima.js.map
share/nextcloud/apps/text/js/highlight/mel.js
share/nextcloud/apps/text/js/highlight/mel.js.map
share/nextcloud/apps/text/js/highlight/mercury.js
share/nextcloud/apps/text/js/highlight/mercury.js.map
share/nextcloud/apps/text/js/highlight/mipsasm.js
share/nextcloud/apps/text/js/highlight/mipsasm.js.map
share/nextcloud/apps/text/js/highlight/mizar.js
share/nextcloud/apps/text/js/highlight/mizar.js.map
share/nextcloud/apps/text/js/highlight/mojolicious.js
share/nextcloud/apps/text/js/highlight/mojolicious.js.map
share/nextcloud/apps/text/js/highlight/monkey.js
share/nextcloud/apps/text/js/highlight/monkey.js.map
share/nextcloud/apps/text/js/highlight/moonscript.js
share/nextcloud/apps/text/js/highlight/moonscript.js.map
share/nextcloud/apps/text/js/highlight/n1ql.js
share/nextcloud/apps/text/js/highlight/n1ql.js.map
share/nextcloud/apps/text/js/highlight/nginx.js
share/nextcloud/apps/text/js/highlight/nginx.js.map
share/nextcloud/apps/text/js/highlight/nim.js
share/nextcloud/apps/text/js/highlight/nim.js.map
share/nextcloud/apps/text/js/highlight/nix.js
share/nextcloud/apps/text/js/highlight/nix.js.map
share/nextcloud/apps/text/js/highlight/node-repl.js
share/nextcloud/apps/text/js/highlight/node-repl.js.map
share/nextcloud/apps/text/js/highlight/nsis.js
share/nextcloud/apps/text/js/highlight/nsis.js.map
share/nextcloud/apps/text/js/highlight/objectivec.js
share/nextcloud/apps/text/js/highlight/objectivec.js.map
share/nextcloud/apps/text/js/highlight/ocaml.js
share/nextcloud/apps/text/js/highlight/ocaml.js.map
share/nextcloud/apps/text/js/highlight/openscad.js
share/nextcloud/apps/text/js/highlight/openscad.js.map
share/nextcloud/apps/text/js/highlight/oxygene.js
share/nextcloud/apps/text/js/highlight/oxygene.js.map
share/nextcloud/apps/text/js/highlight/parser3.js
share/nextcloud/apps/text/js/highlight/parser3.js.map
share/nextcloud/apps/text/js/highlight/perl.js
share/nextcloud/apps/text/js/highlight/perl.js.map
share/nextcloud/apps/text/js/highlight/pf.js
share/nextcloud/apps/text/js/highlight/pf.js.map
share/nextcloud/apps/text/js/highlight/pgsql.js
share/nextcloud/apps/text/js/highlight/pgsql.js.map
share/nextcloud/apps/text/js/highlight/php-template.js
share/nextcloud/apps/text/js/highlight/php-template.js.map
share/nextcloud/apps/text/js/highlight/php.js
share/nextcloud/apps/text/js/highlight/php.js.map
share/nextcloud/apps/text/js/highlight/plaintext.js
share/nextcloud/apps/text/js/highlight/plaintext.js.map
share/nextcloud/apps/text/js/highlight/pony.js
share/nextcloud/apps/text/js/highlight/pony.js.map
share/nextcloud/apps/text/js/highlight/powershell.js
share/nextcloud/apps/text/js/highlight/powershell.js.map
share/nextcloud/apps/text/js/highlight/processing.js
share/nextcloud/apps/text/js/highlight/processing.js.map
share/nextcloud/apps/text/js/highlight/profile.js
share/nextcloud/apps/text/js/highlight/profile.js.map
share/nextcloud/apps/text/js/highlight/prolog.js
share/nextcloud/apps/text/js/highlight/prolog.js.map
share/nextcloud/apps/text/js/highlight/properties.js
share/nextcloud/apps/text/js/highlight/properties.js.map
share/nextcloud/apps/text/js/highlight/protobuf.js
share/nextcloud/apps/text/js/highlight/protobuf.js.map
share/nextcloud/apps/text/js/highlight/puppet.js
share/nextcloud/apps/text/js/highlight/puppet.js.map
share/nextcloud/apps/text/js/highlight/purebasic.js
share/nextcloud/apps/text/js/highlight/purebasic.js.map
share/nextcloud/apps/text/js/highlight/python-repl.js
share/nextcloud/apps/text/js/highlight/python-repl.js.map
share/nextcloud/apps/text/js/highlight/python.js
share/nextcloud/apps/text/js/highlight/python.js.map
share/nextcloud/apps/text/js/highlight/q.js
share/nextcloud/apps/text/js/highlight/q.js.map
share/nextcloud/apps/text/js/highlight/qml.js
share/nextcloud/apps/text/js/highlight/qml.js.map
share/nextcloud/apps/text/js/highlight/r.js
share/nextcloud/apps/text/js/highlight/r.js.map
share/nextcloud/apps/text/js/highlight/reasonml.js
share/nextcloud/apps/text/js/highlight/reasonml.js.map
share/nextcloud/apps/text/js/highlight/rib.js
share/nextcloud/apps/text/js/highlight/rib.js.map
share/nextcloud/apps/text/js/highlight/roboconf.js
share/nextcloud/apps/text/js/highlight/roboconf.js.map
share/nextcloud/apps/text/js/highlight/routeros.js
share/nextcloud/apps/text/js/highlight/routeros.js.map
share/nextcloud/apps/text/js/highlight/rsl.js
share/nextcloud/apps/text/js/highlight/rsl.js.map
share/nextcloud/apps/text/js/highlight/ruby.js
share/nextcloud/apps/text/js/highlight/ruby.js.map
share/nextcloud/apps/text/js/highlight/ruleslanguage.js
share/nextcloud/apps/text/js/highlight/ruleslanguage.js.map
share/nextcloud/apps/text/js/highlight/rust.js
share/nextcloud/apps/text/js/highlight/rust.js.map
share/nextcloud/apps/text/js/highlight/sas.js
share/nextcloud/apps/text/js/highlight/sas.js.map
share/nextcloud/apps/text/js/highlight/scala.js
share/nextcloud/apps/text/js/highlight/scala.js.map
share/nextcloud/apps/text/js/highlight/scheme.js
share/nextcloud/apps/text/js/highlight/scheme.js.map
share/nextcloud/apps/text/js/highlight/scilab.js
share/nextcloud/apps/text/js/highlight/scilab.js.map
share/nextcloud/apps/text/js/highlight/scss.js
share/nextcloud/apps/text/js/highlight/scss.js.map
share/nextcloud/apps/text/js/highlight/shell.js
share/nextcloud/apps/text/js/highlight/shell.js.map
share/nextcloud/apps/text/js/highlight/smali.js
share/nextcloud/apps/text/js/highlight/smali.js.map
share/nextcloud/apps/text/js/highlight/smalltalk.js
share/nextcloud/apps/text/js/highlight/smalltalk.js.map
share/nextcloud/apps/text/js/highlight/sml.js
share/nextcloud/apps/text/js/highlight/sml.js.map
share/nextcloud/apps/text/js/highlight/sqf.js
share/nextcloud/apps/text/js/highlight/sqf.js.map
share/nextcloud/apps/text/js/highlight/sql.js
share/nextcloud/apps/text/js/highlight/sql.js.map
share/nextcloud/apps/text/js/highlight/stan.js
share/nextcloud/apps/text/js/highlight/stan.js.map
share/nextcloud/apps/text/js/highlight/stata.js
share/nextcloud/apps/text/js/highlight/stata.js.map
share/nextcloud/apps/text/js/highlight/step21.js
share/nextcloud/apps/text/js/highlight/step21.js.map
share/nextcloud/apps/text/js/highlight/stylus.js
share/nextcloud/apps/text/js/highlight/stylus.js.map
share/nextcloud/apps/text/js/highlight/subunit.js
share/nextcloud/apps/text/js/highlight/subunit.js.map
share/nextcloud/apps/text/js/highlight/swift.js
share/nextcloud/apps/text/js/highlight/swift.js.map
share/nextcloud/apps/text/js/highlight/taggerscript.js
share/nextcloud/apps/text/js/highlight/taggerscript.js.map
share/nextcloud/apps/text/js/highlight/tap.js
share/nextcloud/apps/text/js/highlight/tap.js.map
share/nextcloud/apps/text/js/highlight/tcl.js
share/nextcloud/apps/text/js/highlight/tcl.js.map
share/nextcloud/apps/text/js/highlight/thrift.js
share/nextcloud/apps/text/js/highlight/thrift.js.map
share/nextcloud/apps/text/js/highlight/tp.js
share/nextcloud/apps/text/js/highlight/tp.js.map
share/nextcloud/apps/text/js/highlight/twig.js
share/nextcloud/apps/text/js/highlight/twig.js.map
share/nextcloud/apps/text/js/highlight/typescript.js
share/nextcloud/apps/text/js/highlight/typescript.js.map
share/nextcloud/apps/text/js/highlight/vala.js
share/nextcloud/apps/text/js/highlight/vala.js.map
share/nextcloud/apps/text/js/highlight/vbnet.js
share/nextcloud/apps/text/js/highlight/vbnet.js.map
share/nextcloud/apps/text/js/highlight/vbscript-html.js
share/nextcloud/apps/text/js/highlight/vbscript-html.js.map
share/nextcloud/apps/text/js/highlight/vbscript.js
share/nextcloud/apps/text/js/highlight/vbscript.js.map
share/nextcloud/apps/text/js/highlight/verilog.js
share/nextcloud/apps/text/js/highlight/verilog.js.map
share/nextcloud/apps/text/js/highlight/vhdl.js
share/nextcloud/apps/text/js/highlight/vhdl.js.map
share/nextcloud/apps/text/js/highlight/vim.js
share/nextcloud/apps/text/js/highlight/vim.js.map
share/nextcloud/apps/text/js/highlight/x86asm.js
share/nextcloud/apps/text/js/highlight/x86asm.js.map
share/nextcloud/apps/text/js/highlight/xl.js
share/nextcloud/apps/text/js/highlight/xl.js.map
share/nextcloud/apps/text/js/highlight/xml.js
share/nextcloud/apps/text/js/highlight/xml.js.map
share/nextcloud/apps/text/js/highlight/xquery.js
share/nextcloud/apps/text/js/highlight/xquery.js.map
share/nextcloud/apps/text/js/highlight/yaml.js
share/nextcloud/apps/text/js/highlight/yaml.js.map
share/nextcloud/apps/text/js/highlight/zephir.js
share/nextcloud/apps/text/js/highlight/zephir.js.map
share/nextcloud/apps/text/js/public.js
share/nextcloud/apps/text/js/public.js.map
share/nextcloud/apps/text/js/text.js
share/nextcloud/apps/text/js/text.js.map
share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest.js
share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest.js.map
share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest~editor-rich~files-modal.js
share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest~editor-rich~files-modal.js.map
share/nextcloud/apps/text/js/vendors~editor-rich.js
share/nextcloud/apps/text/js/vendors~editor-rich.js.map
share/nextcloud/apps/text/js/vendors~editor.js
share/nextcloud/apps/text/js/vendors~editor.js.map
share/nextcloud/apps/text/js/vendors~editor~files-modal.js
share/nextcloud/apps/text/js/vendors~editor~files-modal.js.map
share/nextcloud/apps/text/js/vendors~files-modal.js
share/nextcloud/apps/text/js/vendors~files-modal.js.map
share/nextcloud/apps/text/js/viewer.js
share/nextcloud/apps/text/js/viewer.js.map
share/nextcloud/apps/text/krankerl.toml
share/nextcloud/apps/text/l10n/ar.js
share/nextcloud/apps/text/l10n/ar.json
share/nextcloud/apps/text/l10n/ast.js
share/nextcloud/apps/text/l10n/ast.json
share/nextcloud/apps/text/l10n/bg.js
share/nextcloud/apps/text/l10n/bg.json
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/text/l10n/br.js
share/nextcloud/apps/text/l10n/br.json
share/nextcloud/apps/text/l10n/ca.js
share/nextcloud/apps/text/l10n/ca.json
share/nextcloud/apps/text/l10n/cs.js
share/nextcloud/apps/text/l10n/cs.json
share/nextcloud/apps/text/l10n/cy_GB.js
share/nextcloud/apps/text/l10n/cy_GB.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/text/l10n/da.js
share/nextcloud/apps/text/l10n/da.json
share/nextcloud/apps/text/l10n/de.js
share/nextcloud/apps/text/l10n/de.json
share/nextcloud/apps/text/l10n/de_DE.js
share/nextcloud/apps/text/l10n/de_DE.json
share/nextcloud/apps/text/l10n/el.js
share/nextcloud/apps/text/l10n/el.json
share/nextcloud/apps/text/l10n/en_GB.js
share/nextcloud/apps/text/l10n/en_GB.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/text/l10n/eo.js
share/nextcloud/apps/text/l10n/eo.json
share/nextcloud/apps/text/l10n/es.js
share/nextcloud/apps/text/l10n/es.json
share/nextcloud/apps/text/l10n/es_419.js
share/nextcloud/apps/text/l10n/es_419.json
share/nextcloud/apps/text/l10n/es_AR.js
share/nextcloud/apps/text/l10n/es_AR.json
share/nextcloud/apps/text/l10n/es_CL.js
share/nextcloud/apps/text/l10n/es_CL.json
share/nextcloud/apps/text/l10n/es_CO.js
share/nextcloud/apps/text/l10n/es_CO.json
share/nextcloud/apps/text/l10n/es_CR.js
share/nextcloud/apps/text/l10n/es_CR.json
share/nextcloud/apps/text/l10n/es_DO.js
share/nextcloud/apps/text/l10n/es_DO.json
share/nextcloud/apps/text/l10n/es_EC.js
share/nextcloud/apps/text/l10n/es_EC.json
share/nextcloud/apps/text/l10n/es_GT.js
share/nextcloud/apps/text/l10n/es_GT.json
share/nextcloud/apps/text/l10n/es_HN.js
share/nextcloud/apps/text/l10n/es_HN.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/text/l10n/es_MX.js
share/nextcloud/apps/text/l10n/es_MX.json
share/nextcloud/apps/text/l10n/es_NI.js
share/nextcloud/apps/text/l10n/es_NI.json
share/nextcloud/apps/text/l10n/es_PA.js
share/nextcloud/apps/text/l10n/es_PA.json
share/nextcloud/apps/text/l10n/es_PE.js
share/nextcloud/apps/text/l10n/es_PE.json
share/nextcloud/apps/text/l10n/es_PR.js
share/nextcloud/apps/text/l10n/es_PR.json
share/nextcloud/apps/text/l10n/es_PY.js
share/nextcloud/apps/text/l10n/es_PY.json
share/nextcloud/apps/text/l10n/es_SV.js
share/nextcloud/apps/text/l10n/es_SV.json
share/nextcloud/apps/text/l10n/es_UY.js
share/nextcloud/apps/text/l10n/es_UY.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/text/l10n/et_EE.js
share/nextcloud/apps/text/l10n/et_EE.json
share/nextcloud/apps/text/l10n/eu.js
share/nextcloud/apps/text/l10n/eu.json
share/nextcloud/apps/text/l10n/fa.js
share/nextcloud/apps/text/l10n/fa.json
share/nextcloud/apps/text/l10n/fi.js
share/nextcloud/apps/text/l10n/fi.json
share/nextcloud/apps/text/l10n/fr.js
share/nextcloud/apps/text/l10n/fr.json
share/nextcloud/apps/text/l10n/gl.js
share/nextcloud/apps/text/l10n/gl.json
share/nextcloud/apps/text/l10n/he.js
share/nextcloud/apps/text/l10n/he.json
share/nextcloud/apps/text/l10n/hr.js
share/nextcloud/apps/text/l10n/hr.json
share/nextcloud/apps/text/l10n/hu.js
share/nextcloud/apps/text/l10n/hu.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/text/l10n/id.js
share/nextcloud/apps/text/l10n/id.json
share/nextcloud/apps/text/l10n/is.js
share/nextcloud/apps/text/l10n/is.json
share/nextcloud/apps/text/l10n/it.js
share/nextcloud/apps/text/l10n/it.json
share/nextcloud/apps/text/l10n/ja.js
share/nextcloud/apps/text/l10n/ja.json
share/nextcloud/apps/text/l10n/ka_GE.js
share/nextcloud/apps/text/l10n/ka_GE.json
share/nextcloud/apps/text/l10n/ko.js
share/nextcloud/apps/text/l10n/ko.json
share/nextcloud/apps/text/l10n/lt_LT.js
share/nextcloud/apps/text/l10n/lt_LT.json
share/nextcloud/apps/text/l10n/lv.js
share/nextcloud/apps/text/l10n/lv.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/text/l10n/mk.js
share/nextcloud/apps/text/l10n/mk.json
share/nextcloud/apps/text/l10n/mn.js
share/nextcloud/apps/text/l10n/mn.json
share/nextcloud/apps/text/l10n/nb.js
share/nextcloud/apps/text/l10n/nb.json
share/nextcloud/apps/text/l10n/nl.js
share/nextcloud/apps/text/l10n/nl.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/text/l10n/oc.js
share/nextcloud/apps/text/l10n/oc.json
share/nextcloud/apps/text/l10n/pl.js
share/nextcloud/apps/text/l10n/pl.json
share/nextcloud/apps/text/l10n/pt_BR.js
share/nextcloud/apps/text/l10n/pt_BR.json
share/nextcloud/apps/text/l10n/pt_PT.js
share/nextcloud/apps/text/l10n/pt_PT.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/text/l10n/ro.js
share/nextcloud/apps/text/l10n/ro.json
share/nextcloud/apps/text/l10n/ru.js
share/nextcloud/apps/text/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/text/l10n/sc.js
share/nextcloud/apps/text/l10n/sc.json
share/nextcloud/apps/text/l10n/si.js
share/nextcloud/apps/text/l10n/si.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/text/l10n/sk.js
share/nextcloud/apps/text/l10n/sk.json
share/nextcloud/apps/text/l10n/sl.js
share/nextcloud/apps/text/l10n/sl.json
share/nextcloud/apps/text/l10n/sq.js
share/nextcloud/apps/text/l10n/sq.json
share/nextcloud/apps/text/l10n/sr.js
share/nextcloud/apps/text/l10n/sr.json
share/nextcloud/apps/text/l10n/sr@latin.js
share/nextcloud/apps/text/l10n/sr@latin.json
share/nextcloud/apps/text/l10n/sv.js
share/nextcloud/apps/text/l10n/sv.json
share/nextcloud/apps/text/l10n/tr.js
share/nextcloud/apps/text/l10n/tr.json
share/nextcloud/apps/text/l10n/uk.js
share/nextcloud/apps/text/l10n/uk.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/text/l10n/vi.js
share/nextcloud/apps/text/l10n/vi.json
share/nextcloud/apps/text/l10n/zh_CN.js
share/nextcloud/apps/text/l10n/zh_CN.json
share/nextcloud/apps/text/l10n/zh_HK.js
share/nextcloud/apps/text/l10n/zh_HK.json
share/nextcloud/apps/text/l10n/zh_TW.js
share/nextcloud/apps/text/l10n/zh_TW.json
share/nextcloud/apps/text/lib/AppInfo/Application.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/text/lib/Command/ResetDocument.php
share/nextcloud/apps/text/lib/Controller/DirectSessionController.php
share/nextcloud/apps/text/lib/Controller/NavigationController.php
share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
share/nextcloud/apps/text/lib/Controller/SessionController.php
share/nextcloud/apps/text/lib/Controller/SettingsController.php
share/nextcloud/apps/text/lib/Controller/WorkspaceController.php
share/nextcloud/apps/text/lib/Cron/Cleanup.php
share/nextcloud/apps/text/lib/DAV/WorkspacePlugin.php
share/nextcloud/apps/text/lib/Db/Document.php
share/nextcloud/apps/text/lib/Db/DocumentMapper.php
share/nextcloud/apps/text/lib/Db/Session.php
share/nextcloud/apps/text/lib/Db/SessionMapper.php
share/nextcloud/apps/text/lib/Db/Step.php
share/nextcloud/apps/text/lib/Db/StepMapper.php
share/nextcloud/apps/text/lib/DirectEditing/TextDirectEditor.php
share/nextcloud/apps/text/lib/DirectEditing/TextDocumentCreator.php
share/nextcloud/apps/text/lib/DocumentHasUnsavedChangesException.php
share/nextcloud/apps/text/lib/DocumentSaveConflictException.php
share/nextcloud/apps/text/lib/Listeners/FilesLoadAdditionalScriptsListener.php
share/nextcloud/apps/text/lib/Listeners/FilesSharingLoadAdditionalScriptsListener.php
share/nextcloud/apps/text/lib/Listeners/LoadViewerListener.php
share/nextcloud/apps/text/lib/Listeners/RegisterDirectEditorEventListener.php
share/nextcloud/apps/text/lib/Migration/Version010000Date20190617184535.php
share/nextcloud/apps/text/lib/Migration/Version030001Date20200402075029.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/text/lib/Migration/Version030201Date20201116110353.php
share/nextcloud/apps/text/lib/Migration/Version030201Date20201116123153.php
share/nextcloud/apps/text/lib/Service/ApiService.php
share/nextcloud/apps/text/lib/Service/DocumentService.php
share/nextcloud/apps/text/lib/Service/SessionService.php
share/nextcloud/apps/text/lib/Service/WorkspaceService.php
share/nextcloud/apps/text/lib/VersionMismatchException.php
share/nextcloud/apps/text/templates/main.php
share/nextcloud/apps/theming/appinfo/info.xml
share/nextcloud/apps/theming/appinfo/routes.php
share/nextcloud/apps/theming/appinfo/signature.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/theming/css/settings-admin.scss
share/nextcloud/apps/theming/css/theming.scss
share/nextcloud/apps/theming/img/app-dark.svg
share/nextcloud/apps/theming/img/app.svg
share/nextcloud/apps/theming/js/3rdparty/jscolor/LICENSE.txt
share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.js
share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.min.js
share/nextcloud/apps/theming/js/settings-admin.js
share/nextcloud/apps/theming/js/theming.js
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/af.js
share/nextcloud/apps/theming/l10n/af.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/ar.js
share/nextcloud/apps/theming/l10n/ar.json
share/nextcloud/apps/theming/l10n/ast.js
share/nextcloud/apps/theming/l10n/ast.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/bg.js
share/nextcloud/apps/theming/l10n/bg.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/ca.js
share/nextcloud/apps/theming/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/cs.js
share/nextcloud/apps/theming/l10n/cs.json
share/nextcloud/apps/theming/l10n/da.js
share/nextcloud/apps/theming/l10n/da.json
share/nextcloud/apps/theming/l10n/de.js
share/nextcloud/apps/theming/l10n/de.json
share/nextcloud/apps/theming/l10n/de_DE.js
share/nextcloud/apps/theming/l10n/de_DE.json
share/nextcloud/apps/theming/l10n/el.js
share/nextcloud/apps/theming/l10n/el.json
share/nextcloud/apps/theming/l10n/en_GB.js
share/nextcloud/apps/theming/l10n/en_GB.json
share/nextcloud/apps/theming/l10n/eo.js
share/nextcloud/apps/theming/l10n/eo.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/es.js
share/nextcloud/apps/theming/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/theming/l10n/es_419.js
share/nextcloud/apps/theming/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/es_AR.js
share/nextcloud/apps/theming/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/theming/l10n/es_CL.js
share/nextcloud/apps/theming/l10n/es_CL.json
share/nextcloud/apps/theming/l10n/es_CO.js
share/nextcloud/apps/theming/l10n/es_CO.json
share/nextcloud/apps/theming/l10n/es_CR.js
share/nextcloud/apps/theming/l10n/es_CR.json
share/nextcloud/apps/theming/l10n/es_DO.js
share/nextcloud/apps/theming/l10n/es_DO.json
share/nextcloud/apps/theming/l10n/es_EC.js
share/nextcloud/apps/theming/l10n/es_EC.json
share/nextcloud/apps/theming/l10n/es_GT.js
share/nextcloud/apps/theming/l10n/es_GT.json
share/nextcloud/apps/theming/l10n/es_HN.js
share/nextcloud/apps/theming/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/es_MX.js
share/nextcloud/apps/theming/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/theming/l10n/es_NI.js
share/nextcloud/apps/theming/l10n/es_NI.json
share/nextcloud/apps/theming/l10n/es_PA.js
share/nextcloud/apps/theming/l10n/es_PA.json
share/nextcloud/apps/theming/l10n/es_PE.js
share/nextcloud/apps/theming/l10n/es_PE.json
share/nextcloud/apps/theming/l10n/es_PR.js
share/nextcloud/apps/theming/l10n/es_PR.json
share/nextcloud/apps/theming/l10n/es_PY.js
share/nextcloud/apps/theming/l10n/es_PY.json
share/nextcloud/apps/theming/l10n/es_SV.js
share/nextcloud/apps/theming/l10n/es_SV.json
share/nextcloud/apps/theming/l10n/es_UY.js
share/nextcloud/apps/theming/l10n/es_UY.json
share/nextcloud/apps/theming/l10n/et_EE.js
share/nextcloud/apps/theming/l10n/et_EE.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/theming/l10n/eu.js
share/nextcloud/apps/theming/l10n/eu.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/fi.js
share/nextcloud/apps/theming/l10n/fi.json
share/nextcloud/apps/theming/l10n/fr.js
share/nextcloud/apps/theming/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/gl.js
share/nextcloud/apps/theming/l10n/gl.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/apps/theming/l10n/he.js
share/nextcloud/apps/theming/l10n/he.json
share/nextcloud/apps/theming/l10n/hr.js
share/nextcloud/apps/theming/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/hu.js
share/nextcloud/apps/theming/l10n/hu.json
share/nextcloud/apps/theming/l10n/id.js
share/nextcloud/apps/theming/l10n/id.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/is.js
share/nextcloud/apps/theming/l10n/is.json
share/nextcloud/apps/theming/l10n/it.js
share/nextcloud/apps/theming/l10n/it.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/ja.js
share/nextcloud/apps/theming/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/theming/l10n/ka_GE.js
share/nextcloud/apps/theming/l10n/ka_GE.json
share/nextcloud/apps/theming/l10n/ko.js
share/nextcloud/apps/theming/l10n/ko.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/lt_LT.js
share/nextcloud/apps/theming/l10n/lt_LT.json
share/nextcloud/apps/theming/l10n/lv.js
share/nextcloud/apps/theming/l10n/lv.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/theming/l10n/mk.js
share/nextcloud/apps/theming/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/mn.js
share/nextcloud/apps/theming/l10n/mn.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/nb.js
share/nextcloud/apps/theming/l10n/nb.json
share/nextcloud/apps/theming/l10n/nl.js
share/nextcloud/apps/theming/l10n/nl.json
share/nextcloud/apps/theming/l10n/pl.js
share/nextcloud/apps/theming/l10n/pl.json
share/nextcloud/apps/theming/l10n/pt_BR.js
share/nextcloud/apps/theming/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/theming/l10n/pt_PT.js
share/nextcloud/apps/theming/l10n/pt_PT.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/ru.js
share/nextcloud/apps/theming/l10n/ru.json
share/nextcloud/apps/theming/l10n/sk.js
share/nextcloud/apps/theming/l10n/sk.json
share/nextcloud/apps/theming/l10n/sl.js
share/nextcloud/apps/theming/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/sq.js
share/nextcloud/apps/theming/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/theming/l10n/sr.js
share/nextcloud/apps/theming/l10n/sr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/sv.js
share/nextcloud/apps/theming/l10n/sv.json
share/nextcloud/apps/theming/l10n/tr.js
share/nextcloud/apps/theming/l10n/tr.json
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/theming/l10n/uk.js
share/nextcloud/apps/theming/l10n/uk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/theming/l10n/vi.js
share/nextcloud/apps/theming/l10n/vi.json
share/nextcloud/apps/theming/l10n/zh_CN.js
share/nextcloud/apps/theming/l10n/zh_CN.json
share/nextcloud/apps/theming/l10n/zh_HK.js
share/nextcloud/apps/theming/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/theming/l10n/zh_TW.js
share/nextcloud/apps/theming/l10n/zh_TW.json
share/nextcloud/apps/theming/lib/AppInfo/Application.php
share/nextcloud/apps/theming/lib/Capabilities.php
share/nextcloud/apps/theming/lib/Command/UpdateConfig.php
share/nextcloud/apps/theming/lib/Controller/IconController.php
share/nextcloud/apps/theming/lib/Controller/ThemingController.php
share/nextcloud/apps/theming/lib/IconBuilder.php
share/nextcloud/apps/theming/lib/ImageManager.php
share/nextcloud/apps/theming/lib/Listener/BeforeTemplateRenderedListener.php
share/nextcloud/apps/theming/lib/Service/JSDataService.php
share/nextcloud/apps/theming/lib/Settings/Admin.php
share/nextcloud/apps/theming/lib/Settings/Section.php
share/nextcloud/apps/theming/lib/ThemingDefaults.php
share/nextcloud/apps/theming/lib/Util.php
share/nextcloud/apps/theming/templates/settings-admin.php
share/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml
share/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php
share/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/twofactor_backupcodes/composer/autoload.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer.json
share/nextcloud/apps/twofactor_backupcodes/composer/composer/ClassLoader.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer/LICENSE
share/nextcloud/apps/twofactor_backupcodes/composer/composer/autoload_classmap.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer/autoload_namespaces.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer/autoload_psr4.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer/autoload_real.php
share/nextcloud/apps/twofactor_backupcodes/composer/composer/autoload_static.php
share/nextcloud/apps/twofactor_backupcodes/css/style.css
share/nextcloud/apps/twofactor_backupcodes/js/settings.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/js/settings.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/af.js
share/nextcloud/apps/twofactor_backupcodes/l10n/af.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/ast.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ast.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/bg.js
share/nextcloud/apps/twofactor_backupcodes/l10n/bg.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js
share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json
share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json
share/nextcloud/apps/twofactor_backupcodes/l10n/da.js
share/nextcloud/apps/twofactor_backupcodes/l10n/da.json
share/nextcloud/apps/twofactor_backupcodes/l10n/de.js
share/nextcloud/apps/twofactor_backupcodes/l10n/de.json
share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js
share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/el.js
share/nextcloud/apps/twofactor_backupcodes/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js
share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json
share/nextcloud/apps/twofactor_backupcodes/l10n/eo.js
share/nextcloud/apps/twofactor_backupcodes/l10n/eo.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/es_419.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json
share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js
share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/eu.js
share/nextcloud/apps/twofactor_backupcodes/l10n/eu.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js
share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json
share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js
share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json
share/nextcloud/apps/twofactor_backupcodes/l10n/he.js
share/nextcloud/apps/twofactor_backupcodes/l10n/he.json
share/nextcloud/apps/twofactor_backupcodes/l10n/hr.js
share/nextcloud/apps/twofactor_backupcodes/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js
share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json
share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
share/nextcloud/apps/twofactor_backupcodes/l10n/is.js
share/nextcloud/apps/twofactor_backupcodes/l10n/is.json
share/nextcloud/apps/twofactor_backupcodes/l10n/it.js
share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.js
share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
share/nextcloud/apps/twofactor_backupcodes/l10n/mk.js
share/nextcloud/apps/twofactor_backupcodes/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js
share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/sc.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sc.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sl.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/uk.js
share/nextcloud/apps/twofactor_backupcodes/l10n/uk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_HK.js
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/CheckBackupCodes.php
share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/RememberBackupCodesJob.php
share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Event/CodesGenerated.php
share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ActivityPublisher.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ClearNotifications.php
share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderDisabled.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderEnabled.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Listener/RegistryUpdater.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20180821043638.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Notifications/Notifier.php
share/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
share/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php
share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php
share/nextcloud/apps/twofactor_backupcodes/templates/personal.php
share/nextcloud/apps/updatenotification/appinfo/info.xml
share/nextcloud/apps/updatenotification/appinfo/routes.php
share/nextcloud/apps/updatenotification/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/updatenotification/composer/autoload.php
share/nextcloud/apps/updatenotification/composer/composer.json
share/nextcloud/apps/updatenotification/composer/composer/ClassLoader.php
share/nextcloud/apps/updatenotification/composer/composer/LICENSE
share/nextcloud/apps/updatenotification/composer/composer/autoload_classmap.php
share/nextcloud/apps/updatenotification/composer/composer/autoload_namespaces.php
share/nextcloud/apps/updatenotification/composer/composer/autoload_psr4.php
share/nextcloud/apps/updatenotification/composer/composer/autoload_real.php
share/nextcloud/apps/updatenotification/composer/composer/autoload_static.php
share/nextcloud/apps/updatenotification/img/app.svg
share/nextcloud/apps/updatenotification/img/notification.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/updatenotification/js/legacy-notification.js
share/nextcloud/apps/updatenotification/js/updatenotification.js
share/nextcloud/apps/updatenotification/js/updatenotification.js.map
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/updatenotification/l10n/af.js
share/nextcloud/apps/updatenotification/l10n/af.json
share/nextcloud/apps/updatenotification/l10n/ar.js
share/nextcloud/apps/updatenotification/l10n/ar.json
share/nextcloud/apps/updatenotification/l10n/ast.js
share/nextcloud/apps/updatenotification/l10n/ast.json
share/nextcloud/apps/updatenotification/l10n/az.js
share/nextcloud/apps/updatenotification/l10n/az.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/bg.js
share/nextcloud/apps/updatenotification/l10n/bg.json
share/nextcloud/apps/updatenotification/l10n/bg_BG.js
share/nextcloud/apps/updatenotification/l10n/bg_BG.json
share/nextcloud/apps/updatenotification/l10n/bn_BD.js
share/nextcloud/apps/updatenotification/l10n/bn_BD.json
share/nextcloud/apps/updatenotification/l10n/bs.js
share/nextcloud/apps/updatenotification/l10n/bs.json
share/nextcloud/apps/updatenotification/l10n/ca.js
share/nextcloud/apps/updatenotification/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/cs.js
share/nextcloud/apps/updatenotification/l10n/cs.json
share/nextcloud/apps/updatenotification/l10n/cs_CZ.js
share/nextcloud/apps/updatenotification/l10n/cs_CZ.json
share/nextcloud/apps/updatenotification/l10n/da.js
share/nextcloud/apps/updatenotification/l10n/da.json
share/nextcloud/apps/updatenotification/l10n/de.js
share/nextcloud/apps/updatenotification/l10n/de.json
share/nextcloud/apps/updatenotification/l10n/de_DE.js
share/nextcloud/apps/updatenotification/l10n/de_DE.json
share/nextcloud/apps/updatenotification/l10n/el.js
share/nextcloud/apps/updatenotification/l10n/el.json
share/nextcloud/apps/updatenotification/l10n/en_GB.js
share/nextcloud/apps/updatenotification/l10n/en_GB.json
share/nextcloud/apps/updatenotification/l10n/eo.js
share/nextcloud/apps/updatenotification/l10n/eo.json
share/nextcloud/apps/updatenotification/l10n/es.js
share/nextcloud/apps/updatenotification/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/updatenotification/l10n/es_419.js
share/nextcloud/apps/updatenotification/l10n/es_419.json
share/nextcloud/apps/updatenotification/l10n/es_AR.js
share/nextcloud/apps/updatenotification/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/updatenotification/l10n/es_CL.js
share/nextcloud/apps/updatenotification/l10n/es_CL.json
share/nextcloud/apps/updatenotification/l10n/es_CO.js
share/nextcloud/apps/updatenotification/l10n/es_CO.json
share/nextcloud/apps/updatenotification/l10n/es_CR.js
share/nextcloud/apps/updatenotification/l10n/es_CR.json
share/nextcloud/apps/updatenotification/l10n/es_DO.js
share/nextcloud/apps/updatenotification/l10n/es_DO.json
share/nextcloud/apps/updatenotification/l10n/es_EC.js
share/nextcloud/apps/updatenotification/l10n/es_EC.json
share/nextcloud/apps/updatenotification/l10n/es_GT.js
share/nextcloud/apps/updatenotification/l10n/es_GT.json
share/nextcloud/apps/updatenotification/l10n/es_HN.js
share/nextcloud/apps/updatenotification/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/es_MX.js
share/nextcloud/apps/updatenotification/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/updatenotification/l10n/es_NI.js
share/nextcloud/apps/updatenotification/l10n/es_NI.json
share/nextcloud/apps/updatenotification/l10n/es_PA.js
share/nextcloud/apps/updatenotification/l10n/es_PA.json
share/nextcloud/apps/updatenotification/l10n/es_PE.js
share/nextcloud/apps/updatenotification/l10n/es_PE.json
share/nextcloud/apps/updatenotification/l10n/es_PR.js
share/nextcloud/apps/updatenotification/l10n/es_PR.json
share/nextcloud/apps/updatenotification/l10n/es_PY.js
share/nextcloud/apps/updatenotification/l10n/es_PY.json
share/nextcloud/apps/updatenotification/l10n/es_SV.js
share/nextcloud/apps/updatenotification/l10n/es_SV.json
share/nextcloud/apps/updatenotification/l10n/es_UY.js
share/nextcloud/apps/updatenotification/l10n/es_UY.json
share/nextcloud/apps/updatenotification/l10n/et_EE.js
share/nextcloud/apps/updatenotification/l10n/et_EE.json
share/nextcloud/apps/updatenotification/l10n/eu.js
share/nextcloud/apps/updatenotification/l10n/eu.json
share/nextcloud/apps/updatenotification/l10n/fa.js
share/nextcloud/apps/updatenotification/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/fi.js
share/nextcloud/apps/updatenotification/l10n/fi.json
share/nextcloud/apps/updatenotification/l10n/fi_FI.js
share/nextcloud/apps/updatenotification/l10n/fi_FI.json
share/nextcloud/apps/updatenotification/l10n/fr.js
share/nextcloud/apps/updatenotification/l10n/fr.json
share/nextcloud/apps/updatenotification/l10n/gl.js
share/nextcloud/apps/updatenotification/l10n/gl.json
share/nextcloud/apps/updatenotification/l10n/he.js
share/nextcloud/apps/updatenotification/l10n/he.json
share/nextcloud/apps/updatenotification/l10n/hr.js
share/nextcloud/apps/updatenotification/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/hu.js
share/nextcloud/apps/updatenotification/l10n/hu.json
share/nextcloud/apps/updatenotification/l10n/hu_HU.js
share/nextcloud/apps/updatenotification/l10n/hu_HU.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/updatenotification/l10n/ia.js
share/nextcloud/apps/updatenotification/l10n/ia.json
share/nextcloud/apps/updatenotification/l10n/id.js
share/nextcloud/apps/updatenotification/l10n/id.json
share/nextcloud/apps/updatenotification/l10n/is.js
share/nextcloud/apps/updatenotification/l10n/is.json
share/nextcloud/apps/updatenotification/l10n/it.js
share/nextcloud/apps/updatenotification/l10n/it.json
share/nextcloud/apps/updatenotification/l10n/ja.js
share/nextcloud/apps/updatenotification/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/updatenotification/l10n/ka_GE.js
share/nextcloud/apps/updatenotification/l10n/ka_GE.json
share/nextcloud/apps/updatenotification/l10n/ko.js
share/nextcloud/apps/updatenotification/l10n/ko.json
share/nextcloud/apps/updatenotification/l10n/lb.js
share/nextcloud/apps/updatenotification/l10n/lb.json
share/nextcloud/apps/updatenotification/l10n/lt_LT.js
share/nextcloud/apps/updatenotification/l10n/lt_LT.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/updatenotification/l10n/lv.js
share/nextcloud/apps/updatenotification/l10n/lv.json
share/nextcloud/apps/updatenotification/l10n/mk.js
share/nextcloud/apps/updatenotification/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/nb.js
share/nextcloud/apps/updatenotification/l10n/nb.json
share/nextcloud/apps/updatenotification/l10n/nb_NO.js
share/nextcloud/apps/updatenotification/l10n/nb_NO.json
share/nextcloud/apps/updatenotification/l10n/nl.js
share/nextcloud/apps/updatenotification/l10n/nl.json
share/nextcloud/apps/updatenotification/l10n/oc.js
share/nextcloud/apps/updatenotification/l10n/oc.json
share/nextcloud/apps/updatenotification/l10n/pl.js
share/nextcloud/apps/updatenotification/l10n/pl.json
share/nextcloud/apps/updatenotification/l10n/pt_BR.js
share/nextcloud/apps/updatenotification/l10n/pt_BR.json
share/nextcloud/apps/updatenotification/l10n/pt_PT.js
share/nextcloud/apps/updatenotification/l10n/pt_PT.json
share/nextcloud/apps/updatenotification/l10n/ro.js
share/nextcloud/apps/updatenotification/l10n/ro.json
share/nextcloud/apps/updatenotification/l10n/ru.js
share/nextcloud/apps/updatenotification/l10n/ru.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/sk.js
share/nextcloud/apps/updatenotification/l10n/sk.json
share/nextcloud/apps/updatenotification/l10n/sk_SK.js
share/nextcloud/apps/updatenotification/l10n/sk_SK.json
share/nextcloud/apps/updatenotification/l10n/sl.js
share/nextcloud/apps/updatenotification/l10n/sl.json
share/nextcloud/apps/updatenotification/l10n/sq.js
share/nextcloud/apps/updatenotification/l10n/sq.json
share/nextcloud/apps/updatenotification/l10n/sr.js
share/nextcloud/apps/updatenotification/l10n/sr.json
share/nextcloud/apps/updatenotification/l10n/sv.js
share/nextcloud/apps/updatenotification/l10n/sv.json
share/nextcloud/apps/updatenotification/l10n/th_TH.js
share/nextcloud/apps/updatenotification/l10n/th_TH.json
share/nextcloud/apps/updatenotification/l10n/tr.js
share/nextcloud/apps/updatenotification/l10n/tr.json
share/nextcloud/apps/updatenotification/l10n/uk.js
share/nextcloud/apps/updatenotification/l10n/uk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/updatenotification/l10n/vi.js
share/nextcloud/apps/updatenotification/l10n/vi.json
share/nextcloud/apps/updatenotification/l10n/zh_CN.js
share/nextcloud/apps/updatenotification/l10n/zh_CN.json
share/nextcloud/apps/updatenotification/l10n/zh_HK.js
share/nextcloud/apps/updatenotification/l10n/zh_HK.json
share/nextcloud/apps/updatenotification/l10n/zh_TW.js
share/nextcloud/apps/updatenotification/l10n/zh_TW.json
share/nextcloud/apps/updatenotification/lib/AppInfo/Application.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/updatenotification/lib/Command/Check.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/updatenotification/lib/Controller/APIController.php
share/nextcloud/apps/updatenotification/lib/Controller/AdminController.php
share/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php
share/nextcloud/apps/updatenotification/lib/Notification/Notifier.php
share/nextcloud/apps/updatenotification/lib/ResetTokenBackgroundJob.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/updatenotification/lib/Settings/Admin.php
share/nextcloud/apps/updatenotification/lib/UpdateChecker.php
share/nextcloud/apps/updatenotification/templates/admin.php
share/nextcloud/apps/user_ldap/ajax/clearMappings.php
share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php
share/nextcloud/apps/user_ldap/ajax/getConfiguration.php
share/nextcloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php
share/nextcloud/apps/user_ldap/ajax/setConfiguration.php
share/nextcloud/apps/user_ldap/ajax/testConfiguration.php
share/nextcloud/apps/user_ldap/ajax/wizard.php
share/nextcloud/apps/user_ldap/appinfo/info.xml
share/nextcloud/apps/user_ldap/appinfo/routes.php
share/nextcloud/apps/user_ldap/appinfo/signature.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/composer/autoload.php
share/nextcloud/apps/user_ldap/composer/composer.json
share/nextcloud/apps/user_ldap/composer/composer/ClassLoader.php
share/nextcloud/apps/user_ldap/composer/composer/LICENSE
share/nextcloud/apps/user_ldap/composer/composer/autoload_classmap.php
share/nextcloud/apps/user_ldap/composer/composer/autoload_namespaces.php
share/nextcloud/apps/user_ldap/composer/composer/autoload_psr4.php
share/nextcloud/apps/user_ldap/composer/composer/autoload_real.php
share/nextcloud/apps/user_ldap/composer/composer/autoload_static.php
share/nextcloud/apps/user_ldap/css/renewPassword.css
share/nextcloud/apps/user_ldap/css/settings.css
share/nextcloud/apps/user_ldap/img/app-dark.svg
share/nextcloud/apps/user_ldap/img/app.svg
share/nextcloud/apps/user_ldap/img/copy.png
share/nextcloud/apps/user_ldap/img/copy.svg
share/nextcloud/apps/user_ldap/js/renewPassword.js
share/nextcloud/apps/user_ldap/js/wizard/configModel.js
share/nextcloud/apps/user_ldap/js/wizard/controller.js
share/nextcloud/apps/user_ldap/js/wizard/view.js
share/nextcloud/apps/user_ldap/js/wizard/wizard.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGeneric.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorPort.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorQueue.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserCount.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js
share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnType.js
share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
share/nextcloud/apps/user_ldap/js/wizard/wizardObject.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabAdvanced.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabElementary.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabExpert.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabGeneric.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabGroupFilter.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabLoginFilter.js
share/nextcloud/apps/user_ldap/js/wizard/wizardTabUserFilter.js
share/nextcloud/apps/user_ldap/l10n/ach.js
share/nextcloud/apps/user_ldap/l10n/ach.json
share/nextcloud/apps/user_ldap/l10n/ady.js
share/nextcloud/apps/user_ldap/l10n/ady.json
share/nextcloud/apps/user_ldap/l10n/af_ZA.js
share/nextcloud/apps/user_ldap/l10n/af_ZA.json
share/nextcloud/apps/user_ldap/l10n/ak.js
share/nextcloud/apps/user_ldap/l10n/ak.json
share/nextcloud/apps/user_ldap/l10n/am_ET.js
share/nextcloud/apps/user_ldap/l10n/am_ET.json
share/nextcloud/apps/user_ldap/l10n/ar.js
share/nextcloud/apps/user_ldap/l10n/ar.json
share/nextcloud/apps/user_ldap/l10n/ast.js
share/nextcloud/apps/user_ldap/l10n/ast.json
share/nextcloud/apps/user_ldap/l10n/az.js
share/nextcloud/apps/user_ldap/l10n/az.json
share/nextcloud/apps/user_ldap/l10n/be.js
share/nextcloud/apps/user_ldap/l10n/be.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/user_ldap/l10n/bg.js
share/nextcloud/apps/user_ldap/l10n/bg.json
share/nextcloud/apps/user_ldap/l10n/bg_BG.js
share/nextcloud/apps/user_ldap/l10n/bg_BG.json
share/nextcloud/apps/user_ldap/l10n/bn_BD.js
share/nextcloud/apps/user_ldap/l10n/bn_BD.json
share/nextcloud/apps/user_ldap/l10n/bn_IN.js
share/nextcloud/apps/user_ldap/l10n/bn_IN.json
share/nextcloud/apps/user_ldap/l10n/bs.js
share/nextcloud/apps/user_ldap/l10n/bs.json
share/nextcloud/apps/user_ldap/l10n/ca.js
share/nextcloud/apps/user_ldap/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/user_ldap/l10n/cs.js
share/nextcloud/apps/user_ldap/l10n/cs.json
share/nextcloud/apps/user_ldap/l10n/cs_CZ.js
share/nextcloud/apps/user_ldap/l10n/cs_CZ.json
share/nextcloud/apps/user_ldap/l10n/cy_GB.js
share/nextcloud/apps/user_ldap/l10n/cy_GB.json
share/nextcloud/apps/user_ldap/l10n/da.js
share/nextcloud/apps/user_ldap/l10n/da.json
share/nextcloud/apps/user_ldap/l10n/de.js
share/nextcloud/apps/user_ldap/l10n/de.json
share/nextcloud/apps/user_ldap/l10n/de_AT.js
share/nextcloud/apps/user_ldap/l10n/de_AT.json
share/nextcloud/apps/user_ldap/l10n/de_DE.js
share/nextcloud/apps/user_ldap/l10n/de_DE.json
share/nextcloud/apps/user_ldap/l10n/el.js
share/nextcloud/apps/user_ldap/l10n/el.json
share/nextcloud/apps/user_ldap/l10n/en_GB.js
share/nextcloud/apps/user_ldap/l10n/en_GB.json
share/nextcloud/apps/user_ldap/l10n/eo.js
share/nextcloud/apps/user_ldap/l10n/eo.json
share/nextcloud/apps/user_ldap/l10n/es.js
share/nextcloud/apps/user_ldap/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/l10n/es_419.js
share/nextcloud/apps/user_ldap/l10n/es_419.json
share/nextcloud/apps/user_ldap/l10n/es_AR.js
share/nextcloud/apps/user_ldap/l10n/es_AR.json
share/nextcloud/apps/user_ldap/l10n/es_CL.js
share/nextcloud/apps/user_ldap/l10n/es_CL.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/user_ldap/l10n/es_CO.js
share/nextcloud/apps/user_ldap/l10n/es_CO.json
share/nextcloud/apps/user_ldap/l10n/es_CR.js
share/nextcloud/apps/user_ldap/l10n/es_CR.json
share/nextcloud/apps/user_ldap/l10n/es_DO.js
share/nextcloud/apps/user_ldap/l10n/es_DO.json
share/nextcloud/apps/user_ldap/l10n/es_EC.js
share/nextcloud/apps/user_ldap/l10n/es_EC.json
share/nextcloud/apps/user_ldap/l10n/es_GT.js
share/nextcloud/apps/user_ldap/l10n/es_GT.json
share/nextcloud/apps/user_ldap/l10n/es_HN.js
share/nextcloud/apps/user_ldap/l10n/es_HN.json
share/nextcloud/apps/user_ldap/l10n/es_MX.js
share/nextcloud/apps/user_ldap/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/user_ldap/l10n/es_NI.js
share/nextcloud/apps/user_ldap/l10n/es_NI.json
share/nextcloud/apps/user_ldap/l10n/es_PA.js
share/nextcloud/apps/user_ldap/l10n/es_PA.json
share/nextcloud/apps/user_ldap/l10n/es_PE.js
share/nextcloud/apps/user_ldap/l10n/es_PE.json
share/nextcloud/apps/user_ldap/l10n/es_PR.js
share/nextcloud/apps/user_ldap/l10n/es_PR.json
share/nextcloud/apps/user_ldap/l10n/es_PY.js
share/nextcloud/apps/user_ldap/l10n/es_PY.json
share/nextcloud/apps/user_ldap/l10n/es_SV.js
share/nextcloud/apps/user_ldap/l10n/es_SV.json
share/nextcloud/apps/user_ldap/l10n/es_UY.js
share/nextcloud/apps/user_ldap/l10n/es_UY.json
share/nextcloud/apps/user_ldap/l10n/et_EE.js
share/nextcloud/apps/user_ldap/l10n/et_EE.json
share/nextcloud/apps/user_ldap/l10n/eu.js
share/nextcloud/apps/user_ldap/l10n/eu.json
share/nextcloud/apps/user_ldap/l10n/fa.js
share/nextcloud/apps/user_ldap/l10n/fa.json
share/nextcloud/apps/user_ldap/l10n/fi_FI.js
share/nextcloud/apps/user_ldap/l10n/fi_FI.json
share/nextcloud/apps/user_ldap/l10n/fil.js
share/nextcloud/apps/user_ldap/l10n/fil.json
share/nextcloud/apps/user_ldap/l10n/fr.js
share/nextcloud/apps/user_ldap/l10n/fr.json
share/nextcloud/apps/user_ldap/l10n/fy_NL.js
share/nextcloud/apps/user_ldap/l10n/fy_NL.json
share/nextcloud/apps/user_ldap/l10n/gl.js
share/nextcloud/apps/user_ldap/l10n/gl.json
share/nextcloud/apps/user_ldap/l10n/gu.js
share/nextcloud/apps/user_ldap/l10n/gu.json
share/nextcloud/apps/user_ldap/l10n/he.js
share/nextcloud/apps/user_ldap/l10n/he.json
share/nextcloud/apps/user_ldap/l10n/hi.js
share/nextcloud/apps/user_ldap/l10n/hi.json
share/nextcloud/apps/user_ldap/l10n/hr.js
share/nextcloud/apps/user_ldap/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/user_ldap/l10n/hu.js
share/nextcloud/apps/user_ldap/l10n/hu.json
share/nextcloud/apps/user_ldap/l10n/hu_HU.js
share/nextcloud/apps/user_ldap/l10n/hu_HU.json
share/nextcloud/apps/user_ldap/l10n/hy.js
share/nextcloud/apps/user_ldap/l10n/hy.json
share/nextcloud/apps/user_ldap/l10n/ia.js
share/nextcloud/apps/user_ldap/l10n/ia.json
share/nextcloud/apps/user_ldap/l10n/id.js
share/nextcloud/apps/user_ldap/l10n/id.json
share/nextcloud/apps/user_ldap/l10n/io.js
share/nextcloud/apps/user_ldap/l10n/io.json
share/nextcloud/apps/user_ldap/l10n/is.js
share/nextcloud/apps/user_ldap/l10n/is.json
share/nextcloud/apps/user_ldap/l10n/it.js
share/nextcloud/apps/user_ldap/l10n/it.json
share/nextcloud/apps/user_ldap/l10n/ja.js
share/nextcloud/apps/user_ldap/l10n/ja.json
share/nextcloud/apps/user_ldap/l10n/jv.js
share/nextcloud/apps/user_ldap/l10n/jv.json
share/nextcloud/apps/user_ldap/l10n/ka_GE.js
share/nextcloud/apps/user_ldap/l10n/ka_GE.json
share/nextcloud/apps/user_ldap/l10n/km.js
share/nextcloud/apps/user_ldap/l10n/km.json
share/nextcloud/apps/user_ldap/l10n/kn.js
share/nextcloud/apps/user_ldap/l10n/kn.json
share/nextcloud/apps/user_ldap/l10n/ko.js
share/nextcloud/apps/user_ldap/l10n/ko.json
share/nextcloud/apps/user_ldap/l10n/ku_IQ.js
share/nextcloud/apps/user_ldap/l10n/ku_IQ.json
share/nextcloud/apps/user_ldap/l10n/lb.js
share/nextcloud/apps/user_ldap/l10n/lb.json
share/nextcloud/apps/user_ldap/l10n/lo.js
share/nextcloud/apps/user_ldap/l10n/lo.json
share/nextcloud/apps/user_ldap/l10n/lt_LT.js
share/nextcloud/apps/user_ldap/l10n/lt_LT.json
share/nextcloud/apps/user_ldap/l10n/lv.js
share/nextcloud/apps/user_ldap/l10n/lv.json
share/nextcloud/apps/user_ldap/l10n/mg.js
share/nextcloud/apps/user_ldap/l10n/mg.json
share/nextcloud/apps/user_ldap/l10n/mk.js
share/nextcloud/apps/user_ldap/l10n/mk.json
share/nextcloud/apps/user_ldap/l10n/ml.js
share/nextcloud/apps/user_ldap/l10n/ml.json
share/nextcloud/apps/user_ldap/l10n/ml_IN.js
share/nextcloud/apps/user_ldap/l10n/ml_IN.json
share/nextcloud/apps/user_ldap/l10n/mn.js
share/nextcloud/apps/user_ldap/l10n/mn.json
share/nextcloud/apps/user_ldap/l10n/mr.js
share/nextcloud/apps/user_ldap/l10n/mr.json
share/nextcloud/apps/user_ldap/l10n/ms_MY.js
share/nextcloud/apps/user_ldap/l10n/ms_MY.json
share/nextcloud/apps/user_ldap/l10n/mt_MT.js
share/nextcloud/apps/user_ldap/l10n/mt_MT.json
share/nextcloud/apps/user_ldap/l10n/my_MM.js
share/nextcloud/apps/user_ldap/l10n/my_MM.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/user_ldap/l10n/nb.js
share/nextcloud/apps/user_ldap/l10n/nb.json
share/nextcloud/apps/user_ldap/l10n/nb_NO.js
share/nextcloud/apps/user_ldap/l10n/nb_NO.json
share/nextcloud/apps/user_ldap/l10n/nds.js
share/nextcloud/apps/user_ldap/l10n/nds.json
share/nextcloud/apps/user_ldap/l10n/nl.js
share/nextcloud/apps/user_ldap/l10n/nl.json
share/nextcloud/apps/user_ldap/l10n/nn_NO.js
share/nextcloud/apps/user_ldap/l10n/nn_NO.json
share/nextcloud/apps/user_ldap/l10n/nqo.js
share/nextcloud/apps/user_ldap/l10n/nqo.json
share/nextcloud/apps/user_ldap/l10n/oc.js
share/nextcloud/apps/user_ldap/l10n/oc.json
share/nextcloud/apps/user_ldap/l10n/pa.js
share/nextcloud/apps/user_ldap/l10n/pa.json
share/nextcloud/apps/user_ldap/l10n/pl.js
share/nextcloud/apps/user_ldap/l10n/pl.json
share/nextcloud/apps/user_ldap/l10n/pt_BR.js
share/nextcloud/apps/user_ldap/l10n/pt_BR.json
share/nextcloud/apps/user_ldap/l10n/pt_PT.js
share/nextcloud/apps/user_ldap/l10n/pt_PT.json
share/nextcloud/apps/user_ldap/l10n/ro.js
share/nextcloud/apps/user_ldap/l10n/ro.json
share/nextcloud/apps/user_ldap/l10n/ru.js
share/nextcloud/apps/user_ldap/l10n/ru.json
share/nextcloud/apps/user_ldap/l10n/si_LK.js
share/nextcloud/apps/user_ldap/l10n/si_LK.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/user_ldap/l10n/sk.js
share/nextcloud/apps/user_ldap/l10n/sk.json
share/nextcloud/apps/user_ldap/l10n/sk_SK.js
share/nextcloud/apps/user_ldap/l10n/sk_SK.json
share/nextcloud/apps/user_ldap/l10n/sl.js
share/nextcloud/apps/user_ldap/l10n/sl.json
share/nextcloud/apps/user_ldap/l10n/sq.js
share/nextcloud/apps/user_ldap/l10n/sq.json
share/nextcloud/apps/user_ldap/l10n/sr.js
share/nextcloud/apps/user_ldap/l10n/sr.json
share/nextcloud/apps/user_ldap/l10n/sr@latin.js
share/nextcloud/apps/user_ldap/l10n/sr@latin.json
share/nextcloud/apps/user_ldap/l10n/su.js
share/nextcloud/apps/user_ldap/l10n/su.json
share/nextcloud/apps/user_ldap/l10n/sv.js
share/nextcloud/apps/user_ldap/l10n/sv.json
share/nextcloud/apps/user_ldap/l10n/sw_KE.js
share/nextcloud/apps/user_ldap/l10n/sw_KE.json
share/nextcloud/apps/user_ldap/l10n/ta_IN.js
share/nextcloud/apps/user_ldap/l10n/ta_IN.json
share/nextcloud/apps/user_ldap/l10n/ta_LK.js
share/nextcloud/apps/user_ldap/l10n/ta_LK.json
share/nextcloud/apps/user_ldap/l10n/te.js
share/nextcloud/apps/user_ldap/l10n/te.json
share/nextcloud/apps/user_ldap/l10n/tg_TJ.js
share/nextcloud/apps/user_ldap/l10n/tg_TJ.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/user_ldap/l10n/th.js
share/nextcloud/apps/user_ldap/l10n/th.json
share/nextcloud/apps/user_ldap/l10n/th_TH.js
share/nextcloud/apps/user_ldap/l10n/th_TH.json
share/nextcloud/apps/user_ldap/l10n/tl_PH.js
share/nextcloud/apps/user_ldap/l10n/tl_PH.json
share/nextcloud/apps/user_ldap/l10n/tr.js
share/nextcloud/apps/user_ldap/l10n/tr.json
share/nextcloud/apps/user_ldap/l10n/tzm.js
share/nextcloud/apps/user_ldap/l10n/tzm.json
share/nextcloud/apps/user_ldap/l10n/ug.js
share/nextcloud/apps/user_ldap/l10n/ug.json
share/nextcloud/apps/user_ldap/l10n/uk.js
share/nextcloud/apps/user_ldap/l10n/uk.json
share/nextcloud/apps/user_ldap/l10n/ur_PK.js
share/nextcloud/apps/user_ldap/l10n/ur_PK.json
share/nextcloud/apps/user_ldap/l10n/vi.js
share/nextcloud/apps/user_ldap/l10n/vi.json
share/nextcloud/apps/user_ldap/l10n/zh_CN.js
share/nextcloud/apps/user_ldap/l10n/zh_CN.json
share/nextcloud/apps/user_ldap/l10n/zh_HK.js
share/nextcloud/apps/user_ldap/l10n/zh_HK.json
share/nextcloud/apps/user_ldap/l10n/zh_TW.js
share/nextcloud/apps/user_ldap/l10n/zh_TW.json
share/nextcloud/apps/user_ldap/lib/Access.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/AccessFactory.php
share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php
share/nextcloud/apps/user_ldap/lib/BackendUtility.php
share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/user_ldap/lib/Command/ResetUser.php
share/nextcloud/apps/user_ldap/lib/Command/Search.php
share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php
share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php
share/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php
share/nextcloud/apps/user_ldap/lib/Command/TestConfig.php
share/nextcloud/apps/user_ldap/lib/Configuration.php
share/nextcloud/apps/user_ldap/lib/Connection.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/ConnectionFactory.php
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php
share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php
share/nextcloud/apps/user_ldap/lib/Events/GroupBackendRegistered.php
share/nextcloud/apps/user_ldap/lib/Events/UserBackendRegistered.php
share/nextcloud/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
share/nextcloud/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
share/nextcloud/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
share/nextcloud/apps/user_ldap/lib/FilesystemHelper.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/GroupPluginManager.php
share/nextcloud/apps/user_ldap/lib/Group_LDAP.php
share/nextcloud/apps/user_ldap/lib/Group_Proxy.php
share/nextcloud/apps/user_ldap/lib/Handler/ExtStorageConfigHandler.php
share/nextcloud/apps/user_ldap/lib/Helper.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/IGroupLDAP.php
share/nextcloud/apps/user_ldap/lib/ILDAPGroupPlugin.php
share/nextcloud/apps/user_ldap/lib/ILDAPUserPlugin.php
share/nextcloud/apps/user_ldap/lib/ILDAPWrapper.php
share/nextcloud/apps/user_ldap/lib/IUserLDAP.php
share/nextcloud/apps/user_ldap/lib/Jobs/CleanUp.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/Jobs/Sync.php
share/nextcloud/apps/user_ldap/lib/Jobs/UpdateGroups.php
share/nextcloud/apps/user_ldap/lib/LDAP.php
share/nextcloud/apps/user_ldap/lib/LDAPProvider.php
share/nextcloud/apps/user_ldap/lib/LDAPProviderFactory.php
share/nextcloud/apps/user_ldap/lib/LDAPUtility.php
share/nextcloud/apps/user_ldap/lib/LogWrapper.php
share/nextcloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
share/nextcloud/apps/user_ldap/lib/Mapping/GroupMapping.php
share/nextcloud/apps/user_ldap/lib/Mapping/UserMapping.php
share/nextcloud/apps/user_ldap/lib/Migration/RemoveRefreshTime.php
share/nextcloud/apps/user_ldap/lib/Migration/SetDefaultProvider.php
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/user_ldap/lib/Migration/UUIDFix.php
share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixGroup.php
share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixInsert.php
share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixUser.php
share/nextcloud/apps/user_ldap/lib/Migration/Version1010Date20200630192842.php
share/nextcloud/apps/user_ldap/lib/Notification/Notifier.php
share/nextcloud/apps/user_ldap/lib/PagedResults/IAdapter.php
share/nextcloud/apps/user_ldap/lib/PagedResults/Php54.php
share/nextcloud/apps/user_ldap/lib/PagedResults/Php73.php
share/nextcloud/apps/user_ldap/lib/PagedResults/TLinkId.php
share/nextcloud/apps/user_ldap/lib/Proxy.php
share/nextcloud/apps/user_ldap/lib/Settings/Admin.php
share/nextcloud/apps/user_ldap/lib/Settings/Section.php
share/nextcloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
share/nextcloud/apps/user_ldap/lib/User/Manager.php
share/nextcloud/apps/user_ldap/lib/User/OfflineUser.php
share/nextcloud/apps/user_ldap/lib/User/User.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/user_ldap/lib/UserPluginManager.php
share/nextcloud/apps/user_ldap/lib/User_LDAP.php
share/nextcloud/apps/user_ldap/lib/User_Proxy.php
share/nextcloud/apps/user_ldap/lib/Wizard.php
share/nextcloud/apps/user_ldap/lib/WizardResult.php
share/nextcloud/apps/user_ldap/templates/part.settingcontrols.php
share/nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php
share/nextcloud/apps/user_ldap/templates/part.wizard-loginfilter.php
share/nextcloud/apps/user_ldap/templates/part.wizard-server.php
share/nextcloud/apps/user_ldap/templates/part.wizard-userfilter.php
share/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php
share/nextcloud/apps/user_ldap/templates/renewpassword.php
share/nextcloud/apps/user_ldap/templates/settings.php
share/nextcloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
share/nextcloud/apps/user_status/appinfo/info.xml
share/nextcloud/apps/user_status/appinfo/routes.php
share/nextcloud/apps/user_status/appinfo/signature.json
share/nextcloud/apps/user_status/composer/autoload.php
share/nextcloud/apps/user_status/composer/composer.json
share/nextcloud/apps/user_status/composer/composer/ClassLoader.php
share/nextcloud/apps/user_status/composer/composer/LICENSE
share/nextcloud/apps/user_status/composer/composer/autoload_classmap.php
share/nextcloud/apps/user_status/composer/composer/autoload_namespaces.php
share/nextcloud/apps/user_status/composer/composer/autoload_psr4.php
share/nextcloud/apps/user_status/composer/composer/autoload_real.php
share/nextcloud/apps/user_status/composer/composer/autoload_static.php
share/nextcloud/apps/user_status/css/user-status-menu.scss
share/nextcloud/apps/user_status/img/app.svg
share/nextcloud/apps/user_status/img/user-status-away.svg
share/nextcloud/apps/user_status/img/user-status-dnd.svg
share/nextcloud/apps/user_status/img/user-status-invisible.svg
share/nextcloud/apps/user_status/img/user-status-online.svg
share/nextcloud/apps/user_status/js/dashboard.js
share/nextcloud/apps/user_status/js/dashboard.js.map
share/nextcloud/apps/user_status/js/user-status-menu.js
share/nextcloud/apps/user_status/js/user-status-menu.js.map
share/nextcloud/apps/user_status/js/user-status-modal.js
share/nextcloud/apps/user_status/js/user-status-modal.js.map
share/nextcloud/apps/user_status/js/vendors-user-status-modal.js
share/nextcloud/apps/user_status/js/vendors-user-status-modal.js.map
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/user_status/l10n/af.js
share/nextcloud/apps/user_status/l10n/af.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/ar.js
share/nextcloud/apps/user_status/l10n/ar.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/ca.js
share/nextcloud/apps/user_status/l10n/ca.json
share/nextcloud/apps/user_status/l10n/cs.js
share/nextcloud/apps/user_status/l10n/cs.json
share/nextcloud/apps/user_status/l10n/de.js
share/nextcloud/apps/user_status/l10n/de.json
share/nextcloud/apps/user_status/l10n/de_DE.js
share/nextcloud/apps/user_status/l10n/de_DE.json
share/nextcloud/apps/user_status/l10n/el.js
share/nextcloud/apps/user_status/l10n/el.json
share/nextcloud/apps/user_status/l10n/es.js
share/nextcloud/apps/user_status/l10n/es.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/user_status/l10n/eu.js
share/nextcloud/apps/user_status/l10n/eu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/fi.js
share/nextcloud/apps/user_status/l10n/fi.json
share/nextcloud/apps/user_status/l10n/fr.js
share/nextcloud/apps/user_status/l10n/fr.json
share/nextcloud/apps/user_status/l10n/gl.js
share/nextcloud/apps/user_status/l10n/gl.json
share/nextcloud/apps/user_status/l10n/he.js
share/nextcloud/apps/user_status/l10n/he.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/user_status/l10n/hr.js
share/nextcloud/apps/user_status/l10n/hr.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/user_status/l10n/hu.js
share/nextcloud/apps/user_status/l10n/hu.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/is.js
share/nextcloud/apps/user_status/l10n/is.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/it.js
share/nextcloud/apps/user_status/l10n/it.json
share/nextcloud/apps/user_status/l10n/ja.js
share/nextcloud/apps/user_status/l10n/ja.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/user_status/l10n/ko.js
share/nextcloud/apps/user_status/l10n/ko.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/lt_LT.js
share/nextcloud/apps/user_status/l10n/lt_LT.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/mk.js
share/nextcloud/apps/user_status/l10n/mk.json
share/nextcloud/apps/user_status/l10n/nb.js
share/nextcloud/apps/user_status/l10n/nb.json
share/nextcloud/apps/user_status/l10n/nl.js
share/nextcloud/apps/user_status/l10n/nl.json
share/nextcloud/apps/user_status/l10n/pl.js
share/nextcloud/apps/user_status/l10n/pl.json
share/nextcloud/apps/user_status/l10n/pt_BR.js
share/nextcloud/apps/user_status/l10n/pt_BR.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/ru.js
share/nextcloud/apps/user_status/l10n/ru.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/sl.js
share/nextcloud/apps/user_status/l10n/sl.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/sv.js
share/nextcloud/apps/user_status/l10n/sv.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/user_status/l10n/th.js
share/nextcloud/apps/user_status/l10n/th.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/user_status/l10n/tr.js
share/nextcloud/apps/user_status/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/l10n/zh_CN.js
share/nextcloud/apps/user_status/l10n/zh_CN.json
share/nextcloud/apps/user_status/l10n/zh_HK.js
share/nextcloud/apps/user_status/l10n/zh_HK.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/user_status/l10n/zh_TW.js
share/nextcloud/apps/user_status/l10n/zh_TW.json
share/nextcloud/apps/user_status/lib/AppInfo/Application.php
share/nextcloud/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php
share/nextcloud/apps/user_status/lib/Capabilities.php
share/nextcloud/apps/user_status/lib/Connector/UserStatus.php
share/nextcloud/apps/user_status/lib/Connector/UserStatusProvider.php
share/nextcloud/apps/user_status/lib/Controller/HeartbeatController.php
share/nextcloud/apps/user_status/lib/Controller/PredefinedStatusController.php
share/nextcloud/apps/user_status/lib/Controller/StatusesController.php
share/nextcloud/apps/user_status/lib/Controller/UserStatusController.php
share/nextcloud/apps/user_status/lib/Dashboard/UserStatusWidget.php
share/nextcloud/apps/user_status/lib/Db/UserStatus.php
share/nextcloud/apps/user_status/lib/Db/UserStatusMapper.php
share/nextcloud/apps/user_status/lib/Exception/InvalidClearAtException.php
share/nextcloud/apps/user_status/lib/Exception/InvalidMessageIdException.php
share/nextcloud/apps/user_status/lib/Exception/InvalidStatusIconException.php
share/nextcloud/apps/user_status/lib/Exception/InvalidStatusTypeException.php
share/nextcloud/apps/user_status/lib/Exception/StatusMessageTooLongException.php
share/nextcloud/apps/user_status/lib/Listener/BeforeTemplateRenderedListener.php
share/nextcloud/apps/user_status/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/user_status/lib/Listener/UserLiveStatusListener.php
share/nextcloud/apps/user_status/lib/Migration/Version0001Date20200602134824.php
share/nextcloud/apps/user_status/lib/Migration/Version0002Date20200902144824.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/user_status/lib/Migration/Version1000Date20201111130204.php
share/nextcloud/apps/user_status/lib/Service/EmojiService.php
share/nextcloud/apps/user_status/lib/Service/JSDataService.php
share/nextcloud/apps/user_status/lib/Service/PredefinedStatusService.php
share/nextcloud/apps/user_status/lib/Service/StatusService.php
share/nextcloud/apps/viewer/.npmignore
share/nextcloud/apps/viewer/COPYING
share/nextcloud/apps/viewer/appinfo/info.xml
share/nextcloud/apps/viewer/appinfo/signature.json
share/nextcloud/apps/viewer/babel.config.js
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/viewer/composer.json
share/nextcloud/apps/viewer/composer.lock
share/nextcloud/apps/viewer/img/app.svg
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/apps/viewer/js/viewer-main.js
share/nextcloud/apps/viewer/js/viewer-main.js.map
share/nextcloud/apps/viewer/l10n/af.js
share/nextcloud/apps/viewer/l10n/af.json
share/nextcloud/apps/viewer/l10n/ar.js
share/nextcloud/apps/viewer/l10n/ar.json
share/nextcloud/apps/viewer/l10n/ast.js
share/nextcloud/apps/viewer/l10n/ast.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/az.js
share/nextcloud/apps/viewer/l10n/az.json
share/nextcloud/apps/viewer/l10n/be.js
share/nextcloud/apps/viewer/l10n/be.json
share/nextcloud/apps/viewer/l10n/bg.js
share/nextcloud/apps/viewer/l10n/bg.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/bn_BD.js
share/nextcloud/apps/viewer/l10n/bn_BD.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/apps/viewer/l10n/br.js
share/nextcloud/apps/viewer/l10n/br.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/bs.js
share/nextcloud/apps/viewer/l10n/bs.json
share/nextcloud/apps/viewer/l10n/ca.js
share/nextcloud/apps/viewer/l10n/ca.json
share/nextcloud/apps/viewer/l10n/cs.js
share/nextcloud/apps/viewer/l10n/cs.json
share/nextcloud/apps/viewer/l10n/cy_GB.js
share/nextcloud/apps/viewer/l10n/cy_GB.json
share/nextcloud/apps/viewer/l10n/da.js
share/nextcloud/apps/viewer/l10n/da.json
share/nextcloud/apps/viewer/l10n/de.js
share/nextcloud/apps/viewer/l10n/de.json
share/nextcloud/apps/viewer/l10n/de_DE.js
share/nextcloud/apps/viewer/l10n/de_DE.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/viewer/l10n/el.js
share/nextcloud/apps/viewer/l10n/el.json
share/nextcloud/apps/viewer/l10n/en_GB.js
share/nextcloud/apps/viewer/l10n/en_GB.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/viewer/l10n/eo.js
share/nextcloud/apps/viewer/l10n/eo.json
share/nextcloud/apps/viewer/l10n/es.js
share/nextcloud/apps/viewer/l10n/es.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/es_419.js
share/nextcloud/apps/viewer/l10n/es_419.json
share/nextcloud/apps/viewer/l10n/es_AR.js
share/nextcloud/apps/viewer/l10n/es_AR.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/es_CL.js
share/nextcloud/apps/viewer/l10n/es_CL.json
share/nextcloud/apps/viewer/l10n/es_CO.js
share/nextcloud/apps/viewer/l10n/es_CO.json
share/nextcloud/apps/viewer/l10n/es_CR.js
share/nextcloud/apps/viewer/l10n/es_CR.json
share/nextcloud/apps/viewer/l10n/es_DO.js
share/nextcloud/apps/viewer/l10n/es_DO.json
share/nextcloud/apps/viewer/l10n/es_EC.js
share/nextcloud/apps/viewer/l10n/es_EC.json
share/nextcloud/apps/viewer/l10n/es_GT.js
share/nextcloud/apps/viewer/l10n/es_GT.json
share/nextcloud/apps/viewer/l10n/es_HN.js
share/nextcloud/apps/viewer/l10n/es_HN.json
share/nextcloud/apps/viewer/l10n/es_MX.js
share/nextcloud/apps/viewer/l10n/es_MX.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/es_NI.js
share/nextcloud/apps/viewer/l10n/es_NI.json
share/nextcloud/apps/viewer/l10n/es_PA.js
share/nextcloud/apps/viewer/l10n/es_PA.json
share/nextcloud/apps/viewer/l10n/es_PE.js
share/nextcloud/apps/viewer/l10n/es_PE.json
share/nextcloud/apps/viewer/l10n/es_PR.js
share/nextcloud/apps/viewer/l10n/es_PR.json
share/nextcloud/apps/viewer/l10n/es_PY.js
share/nextcloud/apps/viewer/l10n/es_PY.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/es_SV.js
share/nextcloud/apps/viewer/l10n/es_SV.json
share/nextcloud/apps/viewer/l10n/es_UY.js
share/nextcloud/apps/viewer/l10n/es_UY.json
share/nextcloud/apps/viewer/l10n/et_EE.js
share/nextcloud/apps/viewer/l10n/et_EE.json
share/nextcloud/apps/viewer/l10n/eu.js
share/nextcloud/apps/viewer/l10n/eu.json
share/nextcloud/apps/viewer/l10n/fa.js
share/nextcloud/apps/viewer/l10n/fa.json
share/nextcloud/apps/viewer/l10n/fi.js
share/nextcloud/apps/viewer/l10n/fi.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/fo.js
share/nextcloud/apps/viewer/l10n/fo.json
share/nextcloud/apps/viewer/l10n/fr.js
share/nextcloud/apps/viewer/l10n/fr.json
share/nextcloud/apps/viewer/l10n/gl.js
share/nextcloud/apps/viewer/l10n/gl.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/viewer/l10n/he.js
share/nextcloud/apps/viewer/l10n/he.json
share/nextcloud/apps/viewer/l10n/hr.js
share/nextcloud/apps/viewer/l10n/hr.json
share/nextcloud/apps/viewer/l10n/hu.js
share/nextcloud/apps/viewer/l10n/hu.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/hy.js
share/nextcloud/apps/viewer/l10n/hy.json
share/nextcloud/apps/viewer/l10n/ia.js
share/nextcloud/apps/viewer/l10n/ia.json
share/nextcloud/apps/viewer/l10n/id.js
share/nextcloud/apps/viewer/l10n/id.json
share/nextcloud/apps/viewer/l10n/is.js
share/nextcloud/apps/viewer/l10n/is.json
share/nextcloud/apps/viewer/l10n/it.js
share/nextcloud/apps/viewer/l10n/it.json
share/nextcloud/apps/viewer/l10n/ja.js
share/nextcloud/apps/viewer/l10n/ja.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/ka_GE.js
share/nextcloud/apps/viewer/l10n/ka_GE.json
share/nextcloud/apps/viewer/l10n/kab.js
share/nextcloud/apps/viewer/l10n/kab.json
share/nextcloud/apps/viewer/l10n/km.js
share/nextcloud/apps/viewer/l10n/km.json
share/nextcloud/apps/viewer/l10n/kn.js
share/nextcloud/apps/viewer/l10n/kn.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/viewer/l10n/ko.js
share/nextcloud/apps/viewer/l10n/ko.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/lb.js
share/nextcloud/apps/viewer/l10n/lb.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/viewer/l10n/lo.js
share/nextcloud/apps/viewer/l10n/lo.json
share/nextcloud/apps/viewer/l10n/lt_LT.js
share/nextcloud/apps/viewer/l10n/lt_LT.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/viewer/l10n/lv.js
share/nextcloud/apps/viewer/l10n/lv.json
share/nextcloud/apps/viewer/l10n/mk.js
share/nextcloud/apps/viewer/l10n/mk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/mn.js
share/nextcloud/apps/viewer/l10n/mn.json
share/nextcloud/apps/viewer/l10n/ms_MY.js
share/nextcloud/apps/viewer/l10n/ms_MY.json
share/nextcloud/apps/viewer/l10n/nb.js
share/nextcloud/apps/viewer/l10n/nb.json
share/nextcloud/apps/viewer/l10n/nl.js
share/nextcloud/apps/viewer/l10n/nl.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/nn_NO.js
share/nextcloud/apps/viewer/l10n/nn_NO.json
share/nextcloud/apps/viewer/l10n/oc.js
share/nextcloud/apps/viewer/l10n/oc.json
share/nextcloud/apps/viewer/l10n/pl.js
share/nextcloud/apps/viewer/l10n/pl.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/viewer/l10n/ps.js
share/nextcloud/apps/viewer/l10n/ps.json
share/nextcloud/apps/viewer/l10n/pt_BR.js
share/nextcloud/apps/viewer/l10n/pt_BR.json
share/nextcloud/apps/viewer/l10n/pt_PT.js
share/nextcloud/apps/viewer/l10n/pt_PT.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/viewer/l10n/ro.js
share/nextcloud/apps/viewer/l10n/ro.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/viewer/l10n/ru.js
share/nextcloud/apps/viewer/l10n/ru.json
share/nextcloud/apps/viewer/l10n/sc.js
share/nextcloud/apps/viewer/l10n/sc.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/viewer/l10n/si.js
share/nextcloud/apps/viewer/l10n/si.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/apps/viewer/l10n/sk.js
share/nextcloud/apps/viewer/l10n/sk.json
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/apps/viewer/l10n/sl.js
share/nextcloud/apps/viewer/l10n/sl.json
share/nextcloud/apps/viewer/l10n/sq.js
share/nextcloud/apps/viewer/l10n/sq.json
share/nextcloud/apps/viewer/l10n/sr.js
share/nextcloud/apps/viewer/l10n/sr.json
share/nextcloud/apps/viewer/l10n/sr@latin.js
share/nextcloud/apps/viewer/l10n/sr@latin.json
share/nextcloud/apps/viewer/l10n/sv.js
share/nextcloud/apps/viewer/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/viewer/l10n/ta.js
share/nextcloud/apps/viewer/l10n/ta.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/th.js
share/nextcloud/apps/viewer/l10n/th.json
share/nextcloud/apps/viewer/l10n/tr.js
share/nextcloud/apps/viewer/l10n/tr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/ug.js
share/nextcloud/apps/viewer/l10n/ug.json
share/nextcloud/apps/viewer/l10n/uk.js
share/nextcloud/apps/viewer/l10n/uk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/ur_PK.js
share/nextcloud/apps/viewer/l10n/ur_PK.json
share/nextcloud/apps/viewer/l10n/uz.js
share/nextcloud/apps/viewer/l10n/uz.json
share/nextcloud/apps/viewer/l10n/vi.js
share/nextcloud/apps/viewer/l10n/vi.json
share/nextcloud/apps/viewer/l10n/zh_CN.js
share/nextcloud/apps/viewer/l10n/zh_CN.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/viewer/l10n/zh_HK.js
share/nextcloud/apps/viewer/l10n/zh_HK.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/apps/viewer/l10n/zh_TW.js
share/nextcloud/apps/viewer/l10n/zh_TW.json
share/nextcloud/apps/viewer/lib/AppInfo/Application.php
share/nextcloud/apps/viewer/lib/Event/LoadViewer.php
share/nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
share/nextcloud/apps/weather_status/appinfo/info.xml
share/nextcloud/apps/weather_status/appinfo/routes.php
share/nextcloud/apps/weather_status/appinfo/signature.json
share/nextcloud/apps/weather_status/img/app-dark.svg
share/nextcloud/apps/weather_status/img/app.svg
share/nextcloud/apps/weather_status/img/cloud-cloud.svg
share/nextcloud/apps/weather_status/img/cloud-dots.svg
share/nextcloud/apps/weather_status/img/cross.svg
share/nextcloud/apps/weather_status/img/drop.svg
share/nextcloud/apps/weather_status/img/fog.svg
share/nextcloud/apps/weather_status/img/half-sun.svg
share/nextcloud/apps/weather_status/img/heavy-rain.svg
share/nextcloud/apps/weather_status/img/light-rain.svg
share/nextcloud/apps/weather_status/img/moon-cloud-heavy-rain.svg
share/nextcloud/apps/weather_status/img/moon-cloud-light-rain.svg
share/nextcloud/apps/weather_status/img/moon-cloud-rain.svg
share/nextcloud/apps/weather_status/img/moon-cloud.svg
share/nextcloud/apps/weather_status/img/moon-small-cloud.svg
share/nextcloud/apps/weather_status/img/moon.svg
share/nextcloud/apps/weather_status/img/rain.svg
share/nextcloud/apps/weather_status/img/snow.svg
share/nextcloud/apps/weather_status/img/sun-cloud-heavy-rain.svg
share/nextcloud/apps/weather_status/img/sun-cloud-light-rain.svg
share/nextcloud/apps/weather_status/img/sun-cloud-rain.svg
share/nextcloud/apps/weather_status/img/sun-cloud.svg
share/nextcloud/apps/weather_status/img/sun-small-cloud.svg
share/nextcloud/apps/weather_status/img/sun.svg
share/nextcloud/apps/weather_status/img/thunder.svg
share/nextcloud/apps/weather_status/img/umbrella.svg
share/nextcloud/apps/weather_status/js/weather-status.js
share/nextcloud/apps/weather_status/js/weather-status.js.map
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/ca.js
share/nextcloud/apps/weather_status/l10n/ca.json
share/nextcloud/apps/weather_status/l10n/cs.js
share/nextcloud/apps/weather_status/l10n/cs.json
share/nextcloud/apps/weather_status/l10n/de.js
share/nextcloud/apps/weather_status/l10n/de.json
share/nextcloud/apps/weather_status/l10n/de_DE.js
share/nextcloud/apps/weather_status/l10n/de_DE.json
share/nextcloud/apps/weather_status/l10n/el.js
share/nextcloud/apps/weather_status/l10n/el.json
share/nextcloud/apps/weather_status/l10n/es.js
share/nextcloud/apps/weather_status/l10n/es.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/apps/weather_status/l10n/eu.js
share/nextcloud/apps/weather_status/l10n/eu.json
share/nextcloud/apps/weather_status/l10n/fi.js
share/nextcloud/apps/weather_status/l10n/fi.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/fr.js
share/nextcloud/apps/weather_status/l10n/fr.json
share/nextcloud/apps/weather_status/l10n/gl.js
share/nextcloud/apps/weather_status/l10n/gl.json
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/apps/weather_status/l10n/hr.js
share/nextcloud/apps/weather_status/l10n/hr.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/hu.js
share/nextcloud/apps/weather_status/l10n/hu.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/weather_status/l10n/is.js
share/nextcloud/apps/weather_status/l10n/is.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/it.js
share/nextcloud/apps/weather_status/l10n/it.json
share/nextcloud/apps/weather_status/l10n/ja.js
share/nextcloud/apps/weather_status/l10n/ja.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/weather_status/l10n/lt_LT.js
share/nextcloud/apps/weather_status/l10n/lt_LT.json
share/nextcloud/apps/weather_status/l10n/mk.js
share/nextcloud/apps/weather_status/l10n/mk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/nl.js
share/nextcloud/apps/weather_status/l10n/nl.json
share/nextcloud/apps/weather_status/l10n/pl.js
share/nextcloud/apps/weather_status/l10n/pl.json
share/nextcloud/apps/weather_status/l10n/pt_BR.js
share/nextcloud/apps/weather_status/l10n/pt_BR.json
php-nextcloud: Update to 20.0.5 Changelog: Version 20.0.5 January 15 2021 Changes * Don't log params of imagecreatefromstring (server#24546) * Use storage copy implementation when doing dav copy (server#24590) * Use in objectstore copy (server#24592) * Add tel, note, org and title search (server#24697) * Check php compatibility of app store app releases (server#24698) * Fix #24682]: ensure federation cloud id is retruned if FN property not found (server#24709) * Do not include non-required scripts on the upgrade page (server#24714) * LDAP: fix inGroup for memberUid type of group memberships (server#24716) * Cancel user search requests to avoid duplicate results being added (server# 24728) * Also unset the other possible unused paramters (server#24751) * Enables the file name check also to match name of mountpoints (server# 24760) * Fixes sharing to group ids with characters that are being url encoded (server#24763) * Limit getIncomplete query to one row (server#24791) * Fix Argon2 descriptions (server#24792) * Actually set the TTL on redis set (server#24798) * Allow to force rename a conflicting calendar (server#24806) * Fix IPv6 localhost regex (server#24823) * Catch the error on heartbeat update (server#24826) * Make oc_files_trash.auto_id a bigint (server#24853) * Fix total upload size overwritten by next upload (server#24854) * Avoid huge exception argument logging (server#24876) * Make share results distinguishable if there are more than one with the exact same display name (server#24878) * Add migration for oc_share_external columns (server#24963) * Don't throw a 500 when importing a broken ics reminder file (server#24972) * Fix unreliable ViewTest (server#24976) * Update root.crl due to revocation of transmission.crt (server#24990) * Set the JSCombiner cache if needed (server#24997) * Fix column name to check prior to deleting (server#25009) * Catch throwable instead of exception (server#25013) * Set the user language when adding the footer (server#25019) * Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code (server#25030) * Fix clearing the label of a share (server#25035) * Update psalm-baseline.xml (server#25066) * Don't remove assignable column for now (server#25074) * Add setup check to verify that the used DB version is still supported?? (server#25076) * Correctly set the user for activity parsing when preparing a notifica?? (activity#542) * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597) * Catch possible database exceptions when fetching document data (text#1221) * Make sure we have the proper PHP version installed before running composer (text#1234) * Revert removal of transformResponse (text#1235) * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255) * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257) * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259) * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261) * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263) * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265) * Bump core-js from 3.7.0 to 3.8.1 (text#1266) * Bump stylelint from 13.7.2 to 13.8.0 (text#1269) * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271) * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273) * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274) * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277) * Bump cypress from 5.1.0 to 5.6.0 (text#1278) * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279) * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
2021-01-19 16:31:20 +01:00
share/nextcloud/apps/weather_status/l10n/ru.js
share/nextcloud/apps/weather_status/l10n/ru.json
share/nextcloud/apps/weather_status/l10n/sk.js
share/nextcloud/apps/weather_status/l10n/sk.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/sl.js
share/nextcloud/apps/weather_status/l10n/sl.json
share/nextcloud/apps/weather_status/l10n/sr.js
share/nextcloud/apps/weather_status/l10n/sr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/weather_status/l10n/sv.js
share/nextcloud/apps/weather_status/l10n/sv.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/weather_status/l10n/tr.js
share/nextcloud/apps/weather_status/l10n/tr.json
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/apps/weather_status/l10n/zh_CN.js
share/nextcloud/apps/weather_status/l10n/zh_CN.json
share/nextcloud/apps/weather_status/l10n/zh_HK.js
share/nextcloud/apps/weather_status/l10n/zh_HK.json
share/nextcloud/apps/weather_status/l10n/zh_TW.js
share/nextcloud/apps/weather_status/l10n/zh_TW.json
share/nextcloud/apps/weather_status/lib/AppInfo/Application.php
share/nextcloud/apps/weather_status/lib/Capabilities.php
share/nextcloud/apps/weather_status/lib/Controller/WeatherStatusController.php
share/nextcloud/apps/weather_status/lib/Service/WeatherStatusService.php
share/nextcloud/apps/workflowengine/appinfo/info.xml
share/nextcloud/apps/workflowengine/appinfo/routes.php
share/nextcloud/apps/workflowengine/appinfo/signature.json
share/nextcloud/apps/workflowengine/composer/autoload.php
share/nextcloud/apps/workflowengine/composer/composer.json
share/nextcloud/apps/workflowengine/composer/composer/ClassLoader.php
share/nextcloud/apps/workflowengine/composer/composer/LICENSE
share/nextcloud/apps/workflowengine/composer/composer/autoload_classmap.php
share/nextcloud/apps/workflowengine/composer/composer/autoload_namespaces.php
share/nextcloud/apps/workflowengine/composer/composer/autoload_psr4.php
share/nextcloud/apps/workflowengine/composer/composer/autoload_real.php
share/nextcloud/apps/workflowengine/composer/composer/autoload_static.php
share/nextcloud/apps/workflowengine/img/app-dark.svg
share/nextcloud/apps/workflowengine/img/app.svg
share/nextcloud/apps/workflowengine/js/workflowengine.js
share/nextcloud/apps/workflowengine/js/workflowengine.js.map
share/nextcloud/apps/workflowengine/l10n/ast.js
share/nextcloud/apps/workflowengine/l10n/ast.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/bg.js
share/nextcloud/apps/workflowengine/l10n/bg.json
share/nextcloud/apps/workflowengine/l10n/bg_BG.js
share/nextcloud/apps/workflowengine/l10n/bg_BG.json
share/nextcloud/apps/workflowengine/l10n/ca.js
share/nextcloud/apps/workflowengine/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/cs.js
share/nextcloud/apps/workflowengine/l10n/cs.json
share/nextcloud/apps/workflowengine/l10n/cs_CZ.js
share/nextcloud/apps/workflowengine/l10n/cs_CZ.json
share/nextcloud/apps/workflowengine/l10n/da.js
share/nextcloud/apps/workflowengine/l10n/da.json
share/nextcloud/apps/workflowengine/l10n/de.js
share/nextcloud/apps/workflowengine/l10n/de.json
share/nextcloud/apps/workflowengine/l10n/de_DE.js
share/nextcloud/apps/workflowengine/l10n/de_DE.json
share/nextcloud/apps/workflowengine/l10n/el.js
share/nextcloud/apps/workflowengine/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/workflowengine/l10n/en_GB.js
share/nextcloud/apps/workflowengine/l10n/en_GB.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/apps/workflowengine/l10n/eo.js
share/nextcloud/apps/workflowengine/l10n/eo.json
share/nextcloud/apps/workflowengine/l10n/es.js
share/nextcloud/apps/workflowengine/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/workflowengine/l10n/es_419.js
share/nextcloud/apps/workflowengine/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/workflowengine/l10n/es_AR.js
share/nextcloud/apps/workflowengine/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/workflowengine/l10n/es_CL.js
share/nextcloud/apps/workflowengine/l10n/es_CL.json
share/nextcloud/apps/workflowengine/l10n/es_CO.js
share/nextcloud/apps/workflowengine/l10n/es_CO.json
share/nextcloud/apps/workflowengine/l10n/es_CR.js
share/nextcloud/apps/workflowengine/l10n/es_CR.json
share/nextcloud/apps/workflowengine/l10n/es_DO.js
share/nextcloud/apps/workflowengine/l10n/es_DO.json
share/nextcloud/apps/workflowengine/l10n/es_EC.js
share/nextcloud/apps/workflowengine/l10n/es_EC.json
share/nextcloud/apps/workflowengine/l10n/es_GT.js
share/nextcloud/apps/workflowengine/l10n/es_GT.json
share/nextcloud/apps/workflowengine/l10n/es_HN.js
share/nextcloud/apps/workflowengine/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/es_MX.js
share/nextcloud/apps/workflowengine/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/workflowengine/l10n/es_NI.js
share/nextcloud/apps/workflowengine/l10n/es_NI.json
share/nextcloud/apps/workflowengine/l10n/es_PA.js
share/nextcloud/apps/workflowengine/l10n/es_PA.json
share/nextcloud/apps/workflowengine/l10n/es_PE.js
share/nextcloud/apps/workflowengine/l10n/es_PE.json
share/nextcloud/apps/workflowengine/l10n/es_PR.js
share/nextcloud/apps/workflowengine/l10n/es_PR.json
share/nextcloud/apps/workflowengine/l10n/es_PY.js
share/nextcloud/apps/workflowengine/l10n/es_PY.json
share/nextcloud/apps/workflowengine/l10n/es_SV.js
share/nextcloud/apps/workflowengine/l10n/es_SV.json
share/nextcloud/apps/workflowengine/l10n/es_UY.js
share/nextcloud/apps/workflowengine/l10n/es_UY.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/apps/workflowengine/l10n/et_EE.js
share/nextcloud/apps/workflowengine/l10n/et_EE.json
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/apps/workflowengine/l10n/eu.js
share/nextcloud/apps/workflowengine/l10n/eu.json
share/nextcloud/apps/workflowengine/l10n/fa.js
share/nextcloud/apps/workflowengine/l10n/fa.json
share/nextcloud/apps/workflowengine/l10n/fi.js
share/nextcloud/apps/workflowengine/l10n/fi.json
share/nextcloud/apps/workflowengine/l10n/fr.js
share/nextcloud/apps/workflowengine/l10n/fr.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/workflowengine/l10n/gl.js
share/nextcloud/apps/workflowengine/l10n/gl.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/apps/workflowengine/l10n/he.js
share/nextcloud/apps/workflowengine/l10n/he.json
share/nextcloud/apps/workflowengine/l10n/hr.js
share/nextcloud/apps/workflowengine/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/hu.js
share/nextcloud/apps/workflowengine/l10n/hu.json
share/nextcloud/apps/workflowengine/l10n/hu_HU.js
share/nextcloud/apps/workflowengine/l10n/hu_HU.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/apps/workflowengine/l10n/ia.js
share/nextcloud/apps/workflowengine/l10n/ia.json
share/nextcloud/apps/workflowengine/l10n/id.js
share/nextcloud/apps/workflowengine/l10n/id.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/is.js
share/nextcloud/apps/workflowengine/l10n/is.json
share/nextcloud/apps/workflowengine/l10n/it.js
share/nextcloud/apps/workflowengine/l10n/it.json
share/nextcloud/apps/workflowengine/l10n/ja.js
share/nextcloud/apps/workflowengine/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/workflowengine/l10n/ka_GE.js
share/nextcloud/apps/workflowengine/l10n/ka_GE.json
share/nextcloud/apps/workflowengine/l10n/ko.js
share/nextcloud/apps/workflowengine/l10n/ko.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/workflowengine/l10n/lt_LT.js
share/nextcloud/apps/workflowengine/l10n/lt_LT.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/workflowengine/l10n/lv.js
share/nextcloud/apps/workflowengine/l10n/lv.json
share/nextcloud/apps/workflowengine/l10n/mk.js
share/nextcloud/apps/workflowengine/l10n/mk.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/apps/workflowengine/l10n/mn.js
share/nextcloud/apps/workflowengine/l10n/mn.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/nb.js
share/nextcloud/apps/workflowengine/l10n/nb.json
share/nextcloud/apps/workflowengine/l10n/nb_NO.js
share/nextcloud/apps/workflowengine/l10n/nb_NO.json
share/nextcloud/apps/workflowengine/l10n/nl.js
share/nextcloud/apps/workflowengine/l10n/nl.json
share/nextcloud/apps/workflowengine/l10n/pl.js
share/nextcloud/apps/workflowengine/l10n/pl.json
share/nextcloud/apps/workflowengine/l10n/pt_BR.js
share/nextcloud/apps/workflowengine/l10n/pt_BR.json
php-nextcloud: Update to 20.0.1 Changelog: Version 20.0.1 October 24 2020 Changes Add mount point to quota warning message (server#23170) Dont hold a transaction during the move to trash (server#23185) Fix dashboard rendering if accessibility app is disabled (server#23192) Fix legacy update notifications (server#23195) Fix the user email issue while creating a user (server#23203) Make BeforeTemplateRenderedEvent aware of the actual response (server#23205) Fix array to string conversion on event search (server#23207) Also check the path based mimetype for flow rule checks (server#23211) Allow configuring the activity update interval of token (server#23213) Don't influence toastify errors and always use white (server#23216) Only run the query to get the account data once (server#23220) Fix appid in translation (server#23235) Use the correct l10n for activities (server#23254) Make sure getUsersFavoritingObject can be run without a user (server#23256) Fix sidebar updateTabs method (server#23271) Fix the user remove from group in UI (server#23281) Fix dashboard statuses sort (server#23288) Fix database password visibility toggle (server#23336) Add template typing to the QBMapper (server#23375) Add Psalm type for the bootstrap registration context (server#23383) Fix adminpass strengthify margin (server#23384) Fix typo 'shared' (server#23388) Expose CLOUD federation for local users in the recent addressbook (server#23390) Stop transfer of ownership between same users (server#23395) VersioningTest.php:729 is unreliable and should be disabled (server#23403) Encode requesttoken for logout url in auto logout (server#23420) Fix undefined index and consequential damages in versions code (server#23422) Allow using saved login credentials for notify (server#23426) Add option to disable notify self check (server#23438) Annotate IContainer so Psalm knows what resove and query return (server#23446) Fix app sidebar mountpoint (server#23458) Bump @nextcloud/vue to 2.6.9 (server#23466) Add psalm types for the migration schema closure (server#23472) Remove posix_getpwuid and compare only userid (server#23473) Use own psalm instead of a global one (server#23480) Add psalm types for the event dispatcher (server#23491) SharedMountTest.php:367 is unreliable (server#23498) Provide log statements for SCSS cache (server#23503) SCSSCacher - Lock should not be removed (server#23510) Clear cached app config while waiting for the SCSSCache lock to return (server#23513) Fixes potential passing of null to getUserGroupIds (server#23514) Add local version of escapeHTML (server#23548) LDAP: when nesting is not enabled, the group filter can be applied right away (server#23570) Disable unreliable app-files.feature:108 (server#23621) Disable unreliable app-files-sharing.feature:338 (server#23622) Set current user when parsing activities for digest (activity#507) Fix mail table columns to match the activity table (activity#511) Fix the comments added to the activity table (activity#515) GetUsersFavoritingObject is moved to the manager (activity#517) Remove close button (files_pdfviewer#244) Update phpunit.yml (files_pdfviewer#245) Hide the download button by default (files_pdfviewer#247) Better debug output on public pages (files_pdfviewer#249) Pass preview availability too (photos#510) FIx loading speed of dashboard by loading the data async (recommendations#307) Fix Memory (#240) (serverinfo#245) Fix num_shares_link_no_password for NC >= 15 (serverinfo#247) Fix FreeBSD Interface Exception (serverinfo#252) Fix player controls on Firefox (viewer#627) Make div display: none (viewer#629) Fix theming chaining (viewer#633) Fix cypress branch (viewer#643)
2020-10-27 14:26:50 +01:00
share/nextcloud/apps/workflowengine/l10n/pt_PT.js
share/nextcloud/apps/workflowengine/l10n/pt_PT.json
share/nextcloud/apps/workflowengine/l10n/ru.js
share/nextcloud/apps/workflowengine/l10n/ru.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/sk.js
share/nextcloud/apps/workflowengine/l10n/sk.json
share/nextcloud/apps/workflowengine/l10n/sk_SK.js
share/nextcloud/apps/workflowengine/l10n/sk_SK.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/apps/workflowengine/l10n/sl.js
share/nextcloud/apps/workflowengine/l10n/sl.json
share/nextcloud/apps/workflowengine/l10n/sq.js
share/nextcloud/apps/workflowengine/l10n/sq.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/apps/workflowengine/l10n/sr.js
share/nextcloud/apps/workflowengine/l10n/sr.json
share/nextcloud/apps/workflowengine/l10n/sv.js
share/nextcloud/apps/workflowengine/l10n/sv.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/apps/workflowengine/l10n/tr.js
share/nextcloud/apps/workflowengine/l10n/tr.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/apps/workflowengine/l10n/zh_CN.js
share/nextcloud/apps/workflowengine/l10n/zh_CN.json
share/nextcloud/apps/workflowengine/l10n/zh_HK.js
share/nextcloud/apps/workflowengine/l10n/zh_HK.json
share/nextcloud/apps/workflowengine/l10n/zh_TW.js
share/nextcloud/apps/workflowengine/l10n/zh_TW.json
share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/workflowengine/lib/BackgroundJobs/Rotate.php
share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php
share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/apps/workflowengine/lib/Check/FileName.php
share/nextcloud/apps/workflowengine/lib/Check/FileSize.php
share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php
share/nextcloud/apps/workflowengine/lib/Check/RequestRemoteAddress.php
share/nextcloud/apps/workflowengine/lib/Check/RequestTime.php
share/nextcloud/apps/workflowengine/lib/Check/RequestURL.php
share/nextcloud/apps/workflowengine/lib/Check/RequestUserAgent.php
share/nextcloud/apps/workflowengine/lib/Check/TFileCheck.php
share/nextcloud/apps/workflowengine/lib/Check/UserGroupMembership.php
share/nextcloud/apps/workflowengine/lib/Command/Index.php
share/nextcloud/apps/workflowengine/lib/Controller/AWorkflowController.php
share/nextcloud/apps/workflowengine/lib/Controller/GlobalWorkflowsController.php
share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php
share/nextcloud/apps/workflowengine/lib/Controller/UserWorkflowsController.php
share/nextcloud/apps/workflowengine/lib/Entity/File.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/workflowengine/lib/Helper/LogContext.php
share/nextcloud/apps/workflowengine/lib/Helper/ScopeContext.php
share/nextcloud/apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php
share/nextcloud/apps/workflowengine/lib/Manager.php
share/nextcloud/apps/workflowengine/lib/Migration/PopulateNewlyIntroducedDatabaseFields.php
share/nextcloud/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/apps/workflowengine/lib/Service/Logger.php
share/nextcloud/apps/workflowengine/lib/Service/RuleMatcher.php
share/nextcloud/apps/workflowengine/lib/Settings/ASettings.php
share/nextcloud/apps/workflowengine/lib/Settings/Admin.php
share/nextcloud/apps/workflowengine/lib/Settings/Personal.php
share/nextcloud/apps/workflowengine/lib/Settings/Section.php
share/nextcloud/apps/workflowengine/templates/settings.php
share/nextcloud/config/.htaccess
share/nextcloud/config/CAN_INSTALL
share/nextcloud/config/config.sample.php
share/nextcloud/console.php
share/nextcloud/core/Application.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
share/nextcloud/core/BackgroundJobs/CheckForUserCertificates.php
share/nextcloud/core/BackgroundJobs/CleanupLoginFlowV2.php
share/nextcloud/core/Command/App/CheckCode.php
share/nextcloud/core/Command/App/Disable.php
share/nextcloud/core/Command/App/Enable.php
share/nextcloud/core/Command/App/GetPath.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Command/App/Install.php
share/nextcloud/core/Command/App/ListApps.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/Command/App/Remove.php
share/nextcloud/core/Command/App/Update.php
share/nextcloud/core/Command/Background/Ajax.php
share/nextcloud/core/Command/Background/Base.php
share/nextcloud/core/Command/Background/Cron.php
share/nextcloud/core/Command/Background/WebCron.php
share/nextcloud/core/Command/Base.php
share/nextcloud/core/Command/Broadcast/Test.php
share/nextcloud/core/Command/Check.php
share/nextcloud/core/Command/Config/App/Base.php
share/nextcloud/core/Command/Config/App/DeleteConfig.php
share/nextcloud/core/Command/Config/App/GetConfig.php
share/nextcloud/core/Command/Config/App/SetConfig.php
share/nextcloud/core/Command/Config/Import.php
share/nextcloud/core/Command/Config/ListConfigs.php
share/nextcloud/core/Command/Config/System/Base.php
share/nextcloud/core/Command/Config/System/DeleteConfig.php
share/nextcloud/core/Command/Config/System/GetConfig.php
share/nextcloud/core/Command/Config/System/SetConfig.php
share/nextcloud/core/Command/Db/AddMissingColumns.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Command/Db/AddMissingIndices.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/Command/Db/AddMissingPrimaryKeys.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Command/Db/ConvertFilecacheBigInt.php
share/nextcloud/core/Command/Db/ConvertMysqlToMB4.php
share/nextcloud/core/Command/Db/ConvertType.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Command/Db/Migrations/ExecuteCommand.php
share/nextcloud/core/Command/Db/Migrations/GenerateCommand.php
share/nextcloud/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
share/nextcloud/core/Command/Db/Migrations/MigrateCommand.php
share/nextcloud/core/Command/Db/Migrations/StatusCommand.php
share/nextcloud/core/Command/Encryption/ChangeKeyStorageRoot.php
share/nextcloud/core/Command/Encryption/DecryptAll.php
share/nextcloud/core/Command/Encryption/Disable.php
share/nextcloud/core/Command/Encryption/Enable.php
share/nextcloud/core/Command/Encryption/EncryptAll.php
share/nextcloud/core/Command/Encryption/ListModules.php
share/nextcloud/core/Command/Encryption/MigrateKeyStorage.php
share/nextcloud/core/Command/Encryption/SetDefaultModule.php
share/nextcloud/core/Command/Encryption/ShowKeyStorageRoot.php
share/nextcloud/core/Command/Encryption/Status.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Command/Group/Add.php
share/nextcloud/core/Command/Group/AddUser.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Command/Group/Delete.php
share/nextcloud/core/Command/Group/ListCommand.php
share/nextcloud/core/Command/Group/RemoveUser.php
share/nextcloud/core/Command/Integrity/CheckApp.php
share/nextcloud/core/Command/Integrity/CheckCore.php
share/nextcloud/core/Command/Integrity/SignApp.php
share/nextcloud/core/Command/Integrity/SignCore.php
share/nextcloud/core/Command/InterruptedException.php
share/nextcloud/core/Command/L10n/CreateJs.php
share/nextcloud/core/Command/Log/File.php
share/nextcloud/core/Command/Log/Manage.php
share/nextcloud/core/Command/Maintenance/DataFingerprint.php
share/nextcloud/core/Command/Maintenance/Install.php
share/nextcloud/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php
share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php
share/nextcloud/core/Command/Maintenance/Mode.php
share/nextcloud/core/Command/Maintenance/Repair.php
share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Command/Maintenance/UpdateTheme.php
share/nextcloud/core/Command/Preview/Repair.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/Command/Preview/ResetRenderedTexts.php
share/nextcloud/core/Command/Security/ImportCertificate.php
share/nextcloud/core/Command/Security/ListCertificates.php
share/nextcloud/core/Command/Security/RemoveCertificate.php
share/nextcloud/core/Command/Security/ResetBruteforceAttempts.php
share/nextcloud/core/Command/Status.php
share/nextcloud/core/Command/TwoFactorAuth/Base.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/Command/TwoFactorAuth/Cleanup.php
share/nextcloud/core/Command/TwoFactorAuth/Disable.php
share/nextcloud/core/Command/TwoFactorAuth/Enable.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/Command/TwoFactorAuth/Enforce.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Command/TwoFactorAuth/State.php
share/nextcloud/core/Command/Upgrade.php
share/nextcloud/core/Command/User/Add.php
share/nextcloud/core/Command/User/AddAppPassword.php
share/nextcloud/core/Command/User/Delete.php
share/nextcloud/core/Command/User/Disable.php
share/nextcloud/core/Command/User/Enable.php
share/nextcloud/core/Command/User/Info.php
share/nextcloud/core/Command/User/LastSeen.php
share/nextcloud/core/Command/User/ListCommand.php
share/nextcloud/core/Command/User/Report.php
share/nextcloud/core/Command/User/ResetPassword.php
share/nextcloud/core/Command/User/Setting.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/Controller/AppPasswordController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Controller/AutoCompleteController.php
share/nextcloud/core/Controller/AvatarController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Controller/CSRFTokenController.php
share/nextcloud/core/Controller/ClientFlowLoginController.php
share/nextcloud/core/Controller/ClientFlowLoginV2Controller.php
share/nextcloud/core/Controller/CollaborationResourcesController.php
share/nextcloud/core/Controller/ContactsMenuController.php
share/nextcloud/core/Controller/CssController.php
share/nextcloud/core/Controller/GuestAvatarController.php
share/nextcloud/core/Controller/JsController.php
share/nextcloud/core/Controller/LoginController.php
share/nextcloud/core/Controller/LostController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Controller/NavigationController.php
share/nextcloud/core/Controller/OCJSController.php
share/nextcloud/core/Controller/OCSController.php
share/nextcloud/core/Controller/PreviewController.php
share/nextcloud/core/Controller/RecommendedAppsController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Controller/SearchController.php
share/nextcloud/core/Controller/SetupController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Controller/SvgController.php
share/nextcloud/core/Controller/TwoFactorChallengeController.php
share/nextcloud/core/Controller/UnifiedSearchController.php
share/nextcloud/core/Controller/UserController.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Controller/WalledGardenController.php
share/nextcloud/core/Controller/WebAuthnController.php
share/nextcloud/core/Controller/WellKnownController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Controller/WhatsNewController.php
share/nextcloud/core/Controller/WipeController.php
share/nextcloud/core/Data/LoginFlowV2Credentials.php
share/nextcloud/core/Data/LoginFlowV2Tokens.php
share/nextcloud/core/Db/LoginFlowV2.php
share/nextcloud/core/Db/LoginFlowV2Mapper.php
share/nextcloud/core/Exception/LoginFlowV2NotFoundException.php
share/nextcloud/core/Exception/ResetPasswordException.php
share/nextcloud/core/Middleware/TwoFactorMiddleware.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/Migrations/Version13000Date20170705121758.php
share/nextcloud/core/Migrations/Version13000Date20170718121200.php
share/nextcloud/core/Migrations/Version13000Date20170814074715.php
share/nextcloud/core/Migrations/Version13000Date20170919121250.php
share/nextcloud/core/Migrations/Version13000Date20170926101637.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/Migrations/Version14000Date20180129121024.php
share/nextcloud/core/Migrations/Version14000Date20180404140050.php
share/nextcloud/core/Migrations/Version14000Date20180516101403.php
share/nextcloud/core/Migrations/Version14000Date20180518120534.php
share/nextcloud/core/Migrations/Version14000Date20180522074438.php
share/nextcloud/core/Migrations/Version14000Date20180626223656.php
share/nextcloud/core/Migrations/Version14000Date20180710092004.php
share/nextcloud/core/Migrations/Version14000Date20180712153140.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/Migrations/Version15000Date20180926101451.php
share/nextcloud/core/Migrations/Version15000Date20181015062942.php
share/nextcloud/core/Migrations/Version15000Date20181029084625.php
share/nextcloud/core/Migrations/Version16000Date20190207141427.php
share/nextcloud/core/Migrations/Version16000Date20190212081545.php
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/core/Migrations/Version16000Date20190427105638.php
share/nextcloud/core/Migrations/Version16000Date20190428150708.php
share/nextcloud/core/Migrations/Version17000Date20190514105811.php
share/nextcloud/core/Migrations/Version18000Date20190920085628.php
share/nextcloud/core/Migrations/Version18000Date20191014105105.php
share/nextcloud/core/Migrations/Version18000Date20191204114856.php
share/nextcloud/core/Migrations/Version19000Date20200211083441.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/Migrations/Version20000Date20201109081915.php
share/nextcloud/core/Migrations/Version20000Date20201109081918.php
share/nextcloud/core/Migrations/Version20000Date20201109081919.php
share/nextcloud/core/Migrations/Version20000Date20201111081915.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/core/Migrations/Version21000Date20201120141228.php
share/nextcloud/core/Migrations/Version21000Date20201202095923.php
share/nextcloud/core/Migrations/Version21000Date20210119195004.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/Migrations/Version21000Date20210309185126.php
share/nextcloud/core/Migrations/Version21000Date20210309185127.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/core/Notification/CoreNotifier.php
share/nextcloud/core/Service/LoginFlowV2Service.php
share/nextcloud/core/ajax/update.php
share/nextcloud/core/css/apps.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/css/css-variables.scss
share/nextcloud/core/css/fixes.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/css/functions.scss
share/nextcloud/core/css/global.scss
share/nextcloud/core/css/guest.css
share/nextcloud/core/css/header.scss
share/nextcloud/core/css/icons.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/css/ie.scss
share/nextcloud/core/css/inputs.scss
share/nextcloud/core/css/login/authpicker.css
share/nextcloud/core/css/lostpassword/resetpassword.css
share/nextcloud/core/css/mobile.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/css/public.scss
share/nextcloud/core/css/publicshareauth.css
share/nextcloud/core/css/server.scss
share/nextcloud/core/css/styles.scss
share/nextcloud/core/css/systemtags.scss
share/nextcloud/core/css/toast.scss
share/nextcloud/core/css/tooltip.scss
share/nextcloud/core/css/variables.scss
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/css/whatsnew.scss
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_images/2-updates.png
share/nextcloud/core/doc/admin/_images/2fa-admin-settings.png
share/nextcloud/core/doc/admin/_images/2fa-app-install.png
share/nextcloud/core/doc/admin/_images/add_storage.png
share/nextcloud/core/doc/admin/_images/amazons3.png
share/nextcloud/core/doc/admin/_images/antivirus-app.png
share/nextcloud/core/doc/admin/_images/antivirus-config.png
share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png
share/nextcloud/core/doc/admin/_images/antivirus-daemon.png
share/nextcloud/core/doc/admin/_images/antivirus-executable.png
share/nextcloud/core/doc/admin/_images/antivirus-logging.png
share/nextcloud/core/doc/admin/_images/applicable.png
share/nextcloud/core/doc/admin/_images/apps_overview.png
share/nextcloud/core/doc/admin/_images/apps_store.png
share/nextcloud/core/doc/admin/_images/auth_mechanism.png
share/nextcloud/core/doc/admin/_images/auth_rsa.png
share/nextcloud/core/doc/admin/_images/authentication-types.png
share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule.png
share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule_exclude_folder.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_images/code-integrity-admin.png
share/nextcloud/core/doc/admin/_images/create_public_share-10.png
share/nextcloud/core/doc/admin/_images/create_public_share-6.png
share/nextcloud/core/doc/admin/_images/create_public_share-8.png
share/nextcloud/core/doc/admin/_images/create_public_share-9.png
share/nextcloud/core/doc/admin/_images/enable-app.png
share/nextcloud/core/doc/admin/_images/encryption1.png
share/nextcloud/core/doc/admin/_images/encryption10.png
share/nextcloud/core/doc/admin/_images/encryption12.png
share/nextcloud/core/doc/admin/_images/encryption14.png
share/nextcloud/core/doc/admin/_images/encryption15.png
share/nextcloud/core/doc/admin/_images/encryption3.png
share/nextcloud/core/doc/admin/_images/encryption7.png
share/nextcloud/core/doc/admin/_images/encryption8.png
share/nextcloud/core/doc/admin/_images/encryption9.png
share/nextcloud/core/doc/admin/_images/external-sites-1.png
share/nextcloud/core/doc/admin/_images/external-sites-2.png
share/nextcloud/core/doc/admin/_images/external-sites-3.png
share/nextcloud/core/doc/admin/_images/external-sites-4.png
share/nextcloud/core/doc/admin/_images/external-sites-5.png
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/core/doc/admin/_images/externalStorages_variables.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_images/federation-0.png
share/nextcloud/core/doc/admin/_images/federation-1.png
share/nextcloud/core/doc/admin/_images/federation-2.png
share/nextcloud/core/doc/admin/_images/federation-3.png
share/nextcloud/core/doc/admin/_images/files_access_control_block_mimetype.png
share/nextcloud/core/doc/admin/_images/files_access_control_collaborative_tags.png
share/nextcloud/core/doc/admin/_images/files_access_control_sample_rules.png
share/nextcloud/core/doc/admin/_images/ftp.png
share/nextcloud/core/doc/admin/_images/install-wizard-a.png
share/nextcloud/core/doc/admin/_images/install-wizard-a1.png
share/nextcloud/core/doc/admin/_images/install-wizard-a2.png
share/nextcloud/core/doc/admin/_images/install-wizard-a4.png
share/nextcloud/core/doc/admin/_images/ldap-advanced-1-connection.png
share/nextcloud/core/doc/admin/_images/ldap-advanced-2-directory.png
share/nextcloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
share/nextcloud/core/doc/admin/_images/ldap-expert.png
share/nextcloud/core/doc/admin/_images/ldap-fetched-avatar.png
share/nextcloud/core/doc/admin/_images/ldap-wizard-1-server.png
share/nextcloud/core/doc/admin/_images/ldap-wizard-2-user.png
share/nextcloud/core/doc/admin/_images/ldap-wizard-3-login.png
share/nextcloud/core/doc/admin/_images/ldap-wizard-4-group.png
share/nextcloud/core/doc/admin/_images/local.png
share/nextcloud/core/doc/admin/_images/mount_options.png
share/nextcloud/core/doc/admin/_images/oauth2-settings.png
share/nextcloud/core/doc/admin/_images/openstack.png
share/nextcloud/core/doc/admin/_images/phpinfo.png
share/nextcloud/core/doc/admin/_images/preview_images.png
share/nextcloud/core/doc/admin/_images/rackspace.png
share/nextcloud/core/doc/admin/_images/retention_sample.png
share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png
share/nextcloud/core/doc/admin/_images/sharing-files-1.png
share/nextcloud/core/doc/admin/_images/skeleton-files.png
share/nextcloud/core/doc/admin/_images/skeleton-files1.png
share/nextcloud/core/doc/admin/_images/smb.png
share/nextcloud/core/doc/admin/_images/smtp-config-smtp.png
share/nextcloud/core/doc/admin/_images/smtp-config-wizard.png
share/nextcloud/core/doc/admin/_images/theming.png
share/nextcloud/core/doc/admin/_images/updater-1-update-available.png
share/nextcloud/core/doc/admin/_images/updater-2-open-updater.png
share/nextcloud/core/doc/admin/_images/updater-3-running-step.png
share/nextcloud/core/doc/admin/_images/updater-4-failed-step.png
share/nextcloud/core/doc/admin/_images/updater-5-continue-update.png
share/nextcloud/core/doc/admin/_images/updater-6-maintenance-mode.png
share/nextcloud/core/doc/admin/_images/updater-7-disable-maintenance.png
share/nextcloud/core/doc/admin/_images/updater-8-keep-maintenance.png
share/nextcloud/core/doc/admin/_images/updater-9-upgrade-page.png
share/nextcloud/core/doc/admin/_images/updater-cli-2-start-updater.png
share/nextcloud/core/doc/admin/_images/updater-cli-3-running-step.png
share/nextcloud/core/doc/admin/_images/updater-cli-4-failed-step.png
share/nextcloud/core/doc/admin/_images/updater-cli-5-continue-update.png
share/nextcloud/core/doc/admin/_images/updater-cli-6-run-command.png
share/nextcloud/core/doc/admin/_images/updater-cli-7-maintenance.png
share/nextcloud/core/doc/admin/_images/updater-cli-8-no-interaction.png
share/nextcloud/core/doc/admin/_images/upgrade-1.png
share/nextcloud/core/doc/admin/_images/user_mounts.png
share/nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png
share/nextcloud/core/doc/admin/_images/users-actions.png
share/nextcloud/core/doc/admin/_images/users-config-1.png
share/nextcloud/core/doc/admin/_images/users-config-2.png
share/nextcloud/core/doc/admin/_images/users-config.png
share/nextcloud/core/doc/admin/_images/users-create.png
share/nextcloud/core/doc/admin/_images/users-groups.png
share/nextcloud/core/doc/admin/_images/webdav.png
share/nextcloud/core/doc/admin/_sources/apps_management.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_database/bigint_identifiers.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_database/db_conversion.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_database/index.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_support.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_details.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_migration.rst.txt
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/local.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/nextcloud.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/index.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.rst.txt
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/core/doc/admin/_sources/configuration_server/bruteforce_configuration.rst.txt
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/index.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/logging_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/oauth2.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/occ_command.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/theming.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/index.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_apps.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_groups.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_users.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_password_policy.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.rst.txt
share/nextcloud/core/doc/admin/_sources/contents.rst.txt
share/nextcloud/core/doc/admin/_sources/file_workflows/access_control.rst.txt
share/nextcloud/core/doc/admin/_sources/file_workflows/automated_tagging.rst.txt
share/nextcloud/core/doc/admin/_sources/file_workflows/index.rst.txt
share/nextcloud/core/doc/admin/_sources/file_workflows/retention.rst.txt
share/nextcloud/core/doc/admin/_sources/gdpr/cookies.rst.txt
share/nextcloud/core/doc/admin/_sources/gdpr/index.rst.txt
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/core/doc/admin/_sources/groupware/calendar.rst.txt
share/nextcloud/core/doc/admin/_sources/groupware/index.rst.txt
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_sources/index.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/apps_supported.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/command_line_installation.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/deployment_recommendations.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/example_centos.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/example_ubuntu.rst.txt
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_sources/installation/harden_server.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/index.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/installation_wizard.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/nginx.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/selinux_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/server_tuning.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/source_installation.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/system_requirements.rst.txt
share/nextcloud/core/doc/admin/_sources/issues/code_signing.rst.txt
share/nextcloud/core/doc/admin/_sources/issues/general_troubleshooting.rst.txt
share/nextcloud/core/doc/admin/_sources/issues/index.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/backup.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/index.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/manual_upgrade.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/migrating.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/migrating_owncloud.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/package_upgrade.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/restore.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/update.rst.txt
share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.rst.txt
share/nextcloud/core/doc/admin/_sources/release_notes.rst.txt
share/nextcloud/core/doc/admin/_sources/release_schedule.rst.txt
share/nextcloud/core/doc/admin/_static/basic.css
share/nextcloud/core/doc/admin/_static/css/badge_only.css
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff
share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff
share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.eot
share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.svg
share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.ttf
share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff
share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff
share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff
share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff
share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff2
share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff
share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff2
share/nextcloud/core/doc/admin/_static/css/theme.css
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_static/custom.css
share/nextcloud/core/doc/admin/_static/doctools.js
share/nextcloud/core/doc/admin/_static/documentation_options.js
share/nextcloud/core/doc/admin/_static/file.png
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
share/nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_static/jquery.js
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/admin/_static/js/badge_only.js
share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/doc/admin/_static/js/modernizr.min.js
share/nextcloud/core/doc/admin/_static/js/theme.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_static/language_data.js
share/nextcloud/core/doc/admin/_static/logo-blue.pdf
share/nextcloud/core/doc/admin/_static/logo-blue.png
share/nextcloud/core/doc/admin/_static/logo-white.png
share/nextcloud/core/doc/admin/_static/minus.png
share/nextcloud/core/doc/admin/_static/plus.png
share/nextcloud/core/doc/admin/_static/pygments.css
share/nextcloud/core/doc/admin/_static/searchtools.js
share/nextcloud/core/doc/admin/_static/social/diaspora.svg
share/nextcloud/core/doc/admin/_static/social/diasporaround.png
share/nextcloud/core/doc/admin/_static/social/facebook.png
share/nextcloud/core/doc/admin/_static/social/googleplus.png
share/nextcloud/core/doc/admin/_static/social/mail.png
share/nextcloud/core/doc/admin/_static/social/mail.svg
share/nextcloud/core/doc/admin/_static/social/rss.png
share/nextcloud/core/doc/admin/_static/social/rss.svg
share/nextcloud/core/doc/admin/_static/social/twitter.svg
share/nextcloud/core/doc/admin/_static/social/twitterround.png
share/nextcloud/core/doc/admin/_static/social/youtube.svg
share/nextcloud/core/doc/admin/_static/underscore-1.12.0.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/_static/underscore.js
share/nextcloud/core/doc/admin/apps_management.html
share/nextcloud/core/doc/admin/configuration_database/bigint_identifiers.html
share/nextcloud/core/doc/admin/configuration_database/db_conversion.html
share/nextcloud/core/doc/admin/configuration_database/index.html
share/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html
share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html
share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/core/doc/admin/configuration_files/encryption_details.html
share/nextcloud/core/doc/admin/configuration_files/encryption_migration.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/local.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
share/nextcloud/core/doc/admin/configuration_files/file_versioning.html
share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
share/nextcloud/core/doc/admin/configuration_files/index.html
share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/core/doc/admin/configuration_server/bruteforce_configuration.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
share/nextcloud/core/doc/admin/configuration_server/email_configuration.html
share/nextcloud/core/doc/admin/configuration_server/external_sites.html
share/nextcloud/core/doc/admin/configuration_server/index.html
share/nextcloud/core/doc/admin/configuration_server/language_configuration.html
share/nextcloud/core/doc/admin/configuration_server/logging_configuration.html
share/nextcloud/core/doc/admin/configuration_server/oauth2.html
share/nextcloud/core/doc/admin/configuration_server/occ_command.html
share/nextcloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
share/nextcloud/core/doc/admin/configuration_server/security_setup_warnings.html
share/nextcloud/core/doc/admin/configuration_server/theming.html
share/nextcloud/core/doc/admin/configuration_user/index.html
share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_apps.html
share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_groups.html
share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_users.html
share/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
share/nextcloud/core/doc/admin/configuration_user/reset_user_password.html
share/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
share/nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
share/nextcloud/core/doc/admin/configuration_user/user_configuration.html
share/nextcloud/core/doc/admin/configuration_user/user_password_policy.html
share/nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html
share/nextcloud/core/doc/admin/contents.html
share/nextcloud/core/doc/admin/file_workflows/access_control.html
share/nextcloud/core/doc/admin/file_workflows/automated_tagging.html
share/nextcloud/core/doc/admin/file_workflows/index.html
share/nextcloud/core/doc/admin/file_workflows/retention.html
share/nextcloud/core/doc/admin/gdpr/cookies.html
share/nextcloud/core/doc/admin/gdpr/index.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/genindex.html
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/core/doc/admin/groupware/calendar.html
share/nextcloud/core/doc/admin/groupware/index.html
share/nextcloud/core/doc/admin/index.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/installation/apps_supported.html
share/nextcloud/core/doc/admin/installation/command_line_installation.html
share/nextcloud/core/doc/admin/installation/deployment_recommendations.html
share/nextcloud/core/doc/admin/installation/example_centos.html
share/nextcloud/core/doc/admin/installation/example_ubuntu.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/admin/installation/harden_server.html
share/nextcloud/core/doc/admin/installation/index.html
share/nextcloud/core/doc/admin/installation/installation_wizard.html
share/nextcloud/core/doc/admin/installation/nginx.html
share/nextcloud/core/doc/admin/installation/selinux_configuration.html
share/nextcloud/core/doc/admin/installation/server_tuning.html
share/nextcloud/core/doc/admin/installation/source_installation.html
share/nextcloud/core/doc/admin/installation/system_requirements.html
share/nextcloud/core/doc/admin/issues/code_signing.html
share/nextcloud/core/doc/admin/issues/general_troubleshooting.html
share/nextcloud/core/doc/admin/issues/index.html
share/nextcloud/core/doc/admin/maintenance/backup.html
share/nextcloud/core/doc/admin/maintenance/index.html
share/nextcloud/core/doc/admin/maintenance/manual_upgrade.html
share/nextcloud/core/doc/admin/maintenance/migrating.html
share/nextcloud/core/doc/admin/maintenance/migrating_owncloud.html
share/nextcloud/core/doc/admin/maintenance/package_upgrade.html
share/nextcloud/core/doc/admin/maintenance/restore.html
share/nextcloud/core/doc/admin/maintenance/update.html
share/nextcloud/core/doc/admin/maintenance/upgrade.html
share/nextcloud/core/doc/admin/objects.inv
share/nextcloud/core/doc/admin/release_notes.html
share/nextcloud/core/doc/admin/release_schedule.html
share/nextcloud/core/doc/admin/search.html
share/nextcloud/core/doc/admin/searchindex.js
share/nextcloud/core/doc/user/_images/2fa_backupcode_1.png
share/nextcloud/core/doc/user/_images/2fa_backupcode_2.png
share/nextcloud/core/doc/user/_images/CalDAV_calendar.png
share/nextcloud/core/doc/user/_images/KAddressBook.png
share/nextcloud/core/doc/user/_images/KOrganizer.png
share/nextcloud/core/doc/user/_images/KOrganizer_add_calendar.png
share/nextcloud/core/doc/user/_images/KOrganizer_groupware_server.png
share/nextcloud/core/doc/user/_images/KOrganizer_pick_resources.png
share/nextcloud/core/doc/user/_images/KOrganizer_server_address.png
share/nextcloud/core/doc/user/_images/KOrganizer_test1.png
share/nextcloud/core/doc/user/_images/KOrganizer_test2.png
share/nextcloud/core/doc/user/_images/addressbook_name.png
share/nextcloud/core/doc/user/_images/anonym_click_sharing.png
share/nextcloud/core/doc/user/_images/anonym_hide_file_listing.png
share/nextcloud/core/doc/user/_images/anonym_upload.png
share/nextcloud/core/doc/user/_images/anonym_uploaded_files.png
share/nextcloud/core/doc/user/_images/apps_menu.png
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/core/doc/user/_images/calendar_application.png
share/nextcloud/core/doc/user/_images/calendar_create.gif
share/nextcloud/core/doc/user/_images/calendar_dropdown.png
share/nextcloud/core/doc/user/_images/calendar_editing.png
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/core/doc/user/_images/calendar_event_invitation_level.png
share/nextcloud/core/doc/user/_images/calendar_event_menu.png
share/nextcloud/core/doc/user/_images/calendar_event_reminders.png
share/nextcloud/core/doc/user/_images/calendar_event_repeat.png
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/core/doc/user/_images/calendar_new-event_month.gif
share/nextcloud/core/doc/user/_images/calendar_new-event_week.gif
share/nextcloud/core/doc/user/_images/calendar_settings.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/cardbook_icon.png
share/nextcloud/core/doc/user/_images/contact_bottombar.png
share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png
share/nextcloud/core/doc/user/_images/contact_new.png
share/nextcloud/core/doc/user/_images/contact_picture.png
share/nextcloud/core/doc/user/_images/contact_picture_options.png
share/nextcloud/core/doc/user/_images/contact_picture_set.png
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/core/doc/user/_images/contact_uploadbutton.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/contacts_empty.png
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/core/doc/user/_images/contacts_link.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/contacts_menu.png
share/nextcloud/core/doc/user/_images/contacts_popup.png
share/nextcloud/core/doc/user/_images/create_public_share-6.png
share/nextcloud/core/doc/user/_images/create_public_share-8.png
share/nextcloud/core/doc/user/_images/create_public_share-9.png
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/doc/user/_images/direct-share-1.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/encryption1.png
share/nextcloud/core/doc/user/_images/encryption2.png
share/nextcloud/core/doc/user/_images/encryption3.png
share/nextcloud/core/doc/user/_images/explorer_webdav.png
share/nextcloud/core/doc/user/_images/file_menu_comments_2.png
share/nextcloud/core/doc/user/_images/files_page-1.png
share/nextcloud/core/doc/user/_images/files_page-3.png
share/nextcloud/core/doc/user/_images/files_page-4.png
share/nextcloud/core/doc/user/_images/files_page-5.png
share/nextcloud/core/doc/user/_images/files_page-6.png
share/nextcloud/core/doc/user/_images/files_page-7.png
share/nextcloud/core/doc/user/_images/files_page-8.png
share/nextcloud/core/doc/user/_images/files_page.png
share/nextcloud/core/doc/user/_images/files_versioning.png
php-nextcloud: Update to 18.0.2 Changelog: 18.0.2 Changes [stable18] disable timeout on app install via cli (server#19439) [stable18] Show proper file name when fetching details fails (server#19441) [stable18] Don't create invalid users (server#19451) [stable18] when we receive intentional empty whats new info, do not try to show it (server#19470) [stable18] Reduce flow logging at INFO level, move to DEBUG (server#19481) [stable18] Continue with next foreach iteration (server#19516) [stable18] Allow to overwrite the path on the cache event (server#19522) [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently (server#19573) [stable18] Make sure the secondary view registered for systemtags has an id (server#19574) [stable18] Strip of users home path from share api message (server#19591) [stable18] FIx logging in accessibility controller (server#19607) [stable18] Change the route generation of AuthPublicShareController.php (server#19610) Replace tab character with space (server#19612) [stable18] remove noise from detectUuid and cache results (server#19624) [stable18] Make sure that the transfer details are present in the database during the cron run (server#19628) [stable18] Fix hover state color of drag-n-drop with theming and dark mode (server#19630) [stable18] Correctly trim long cyrillic note (server#19636) [stable18] Hash event UID to make sure it's not too long for PushProvider notifications (server#19639) [stable18] Theme search results (server#19690) [stable18] Also cache avatars when it's not allowed (server#19696) [stable18] Revive the "send email to new users" toggle for the user form (server#19702) [stable18] Fix non-centered no javascript message (server#19715) [stable18] Allow single file downloads so the video player works again (server#19729) [stable18] Add message for DoesNotExistException (server#19744) Fetch translate for Tags from files app (server#19762) [stable18] Various user settings fixes (server#19767) [stable18] Do not allow transfer ownership when the user isn't the owner (server#19773) [stable18] Introduce a default refresh rate app setting for calendar subscriptions (server#19784) [stable18] Fix regex for office documents (server#19800) [stable18] Fix filename and popover menu misalignment (server#19802) [stable18] Fix avatar in file list for users with an @ in the uid (server#19803) [stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo… (server#19824) [stable18] Prevent self-xss via invalid mysql user name on install screen (server#19830) [stable18] Correctly set up Application class (activity#430) [stable18] Chunk deleting of rows from the activity table (activity#435) [stable18] Fix 18 public folder (files_videoplayer#153) [stable18] Move to github actions (files_videoplayer#156) [stable18] Fix push notifications for multibyte notifications (notifications#576) [stable18] Prevent delete for impersonated users (notifications#582) [stable18] Delete unknown devices (notifications#583) [stable18] Fix long message (notifications#584) [stable18] ignore unavailable storages while scanning for albums (photos#211) [stable18] Don't flatten out albums (photos#213) [stable18] Avoid line breaks after long device names in "df" command (serverinfo#177) [stable18] Do not print errors if time server config is not available (serverinfo#178) [stable18] Change sidebar file while changing file in slideshow (viewer#405) 18.0.1 Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-03-23 13:10:18 +01:00
share/nextcloud/core/doc/user/_images/gnome-online-accounts.png
share/nextcloud/core/doc/user/_images/goa-add-nextcloud-account.png
share/nextcloud/core/doc/user/_images/goa-nextcloud-select.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/hidden_files.png
share/nextcloud/core/doc/user/_images/korganizer_credentials.png
share/nextcloud/core/doc/user/_images/korganizer_resource_choice.png
share/nextcloud/core/doc/user/_images/login_page.png
share/nextcloud/core/doc/user/_images/macos_1.png
share/nextcloud/core/doc/user/_images/macos_2.png
share/nextcloud/core/doc/user/_images/macos_3.png
share/nextcloud/core/doc/user/_images/macos_4.png
share/nextcloud/core/doc/user/_images/multi_sharing.png
share/nextcloud/core/doc/user/_images/new_addressbook.png
share/nextcloud/core/doc/user/_images/new_calendar.png
share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png
share/nextcloud/core/doc/user/_images/osx_webdav1.png
share/nextcloud/core/doc/user/_images/osx_webdav2.png
share/nextcloud/core/doc/user/_images/personal_settings.png
share/nextcloud/core/doc/user/_images/projects1.png
share/nextcloud/core/doc/user/_images/projects2.png
share/nextcloud/core/doc/user/_images/projects3.png
share/nextcloud/core/doc/user/_images/projects4.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/quota1.png
share/nextcloud/core/doc/user/_images/settings_devices.png
share/nextcloud/core/doc/user/_images/settings_devices_add.png
share/nextcloud/core/doc/user/_images/settings_sessions.png
share/nextcloud/core/doc/user/_images/share-federation-1.png
share/nextcloud/core/doc/user/_images/share-federation-2-notification.png
share/nextcloud/core/doc/user/_images/share-federation-3-public.png
share/nextcloud/core/doc/user/_images/sharing_autoAcceptSetting.png
share/nextcloud/core/doc/user/_images/sharing_internal.png
share/nextcloud/core/doc/user/_images/sharing_internal_acceptNotification.png
share/nextcloud/core/doc/user/_images/sharing_others-with-access__collapsed.png
share/nextcloud/core/doc/user/_images/sharing_others-with-access__details.png
share/nextcloud/core/doc/user/_images/sharing_public_file.png
share/nextcloud/core/doc/user/_images/sharing_public_folder.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/synchronize_cardbook.png
share/nextcloud/core/doc/user/_images/totp_enable.png
share/nextcloud/core/doc/user/_images/totp_login_1.png
share/nextcloud/core/doc/user/_images/totp_login_2.png
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/core/doc/user/_images/transfer_ownership-accept.png
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_images/users-files.png
share/nextcloud/core/doc/user/_images/video_player_2.png
share/nextcloud/core/doc/user/_images/webdav_dolphin.png
share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
share/nextcloud/core/doc/user/_static/basic.css
share/nextcloud/core/doc/user/_static/css/badge_only.css
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff
share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff2
share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff
share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff2
share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.eot
share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.svg
share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.ttf
share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.woff
share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.woff2
share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff
share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff2
share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff
share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff2
share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff
share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff2
share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff
share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff2
share/nextcloud/core/doc/user/_static/css/theme.css
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_static/custom.css
share/nextcloud/core/doc/user/_static/doctools.js
share/nextcloud/core/doc/user/_static/documentation_options.js
share/nextcloud/core/doc/user/_static/file.png
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
share/nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/user/_static/jquery-3.5.1.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_static/jquery.js
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/core/doc/user/_static/js/badge_only.js
share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/doc/user/_static/js/modernizr.min.js
share/nextcloud/core/doc/user/_static/js/theme.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_static/language_data.js
share/nextcloud/core/doc/user/_static/logo-blue.pdf
share/nextcloud/core/doc/user/_static/logo-blue.png
share/nextcloud/core/doc/user/_static/logo-white.png
share/nextcloud/core/doc/user/_static/minus.png
share/nextcloud/core/doc/user/_static/plus.png
share/nextcloud/core/doc/user/_static/pygments.css
share/nextcloud/core/doc/user/_static/searchtools.js
share/nextcloud/core/doc/user/_static/social/diaspora.svg
share/nextcloud/core/doc/user/_static/social/diasporaround.png
share/nextcloud/core/doc/user/_static/social/facebook.png
share/nextcloud/core/doc/user/_static/social/googleplus.png
share/nextcloud/core/doc/user/_static/social/mail.png
share/nextcloud/core/doc/user/_static/social/mail.svg
share/nextcloud/core/doc/user/_static/social/rss.png
share/nextcloud/core/doc/user/_static/social/rss.svg
share/nextcloud/core/doc/user/_static/social/twitter.svg
share/nextcloud/core/doc/user/_static/social/twitterround.png
share/nextcloud/core/doc/user/_static/social/youtube.svg
share/nextcloud/core/doc/user/_static/underscore-1.12.0.js
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/_static/underscore.js
share/nextcloud/core/doc/user/contents.html
share/nextcloud/core/doc/user/external_storage/external_storage.html
share/nextcloud/core/doc/user/external_storage/index.html
share/nextcloud/core/doc/user/files/access_webdav.html
share/nextcloud/core/doc/user/files/access_webgui.html
share/nextcloud/core/doc/user/files/deleted_file_management.html
share/nextcloud/core/doc/user/files/desktop_mobile_sync.html
share/nextcloud/core/doc/user/files/encrypting_files.html
share/nextcloud/core/doc/user/files/federated_cloud_sharing.html
share/nextcloud/core/doc/user/files/file_drop.html
share/nextcloud/core/doc/user/files/index.html
share/nextcloud/core/doc/user/files/large_file_upload.html
share/nextcloud/core/doc/user/files/projects.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/files/quota.html
share/nextcloud/core/doc/user/files/sharing.html
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/core/doc/user/files/transfer_ownership.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/files/version_control.html
share/nextcloud/core/doc/user/genindex.html
share/nextcloud/core/doc/user/index.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/objects.inv
share/nextcloud/core/doc/user/pim/calendar.html
share/nextcloud/core/doc/user/pim/contacts.html
share/nextcloud/core/doc/user/pim/index.html
share/nextcloud/core/doc/user/pim/sync_android.html
php-nextcloud: Update to 18.0.2 Changelog: 18.0.2 Changes [stable18] disable timeout on app install via cli (server#19439) [stable18] Show proper file name when fetching details fails (server#19441) [stable18] Don't create invalid users (server#19451) [stable18] when we receive intentional empty whats new info, do not try to show it (server#19470) [stable18] Reduce flow logging at INFO level, move to DEBUG (server#19481) [stable18] Continue with next foreach iteration (server#19516) [stable18] Allow to overwrite the path on the cache event (server#19522) [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently (server#19573) [stable18] Make sure the secondary view registered for systemtags has an id (server#19574) [stable18] Strip of users home path from share api message (server#19591) [stable18] FIx logging in accessibility controller (server#19607) [stable18] Change the route generation of AuthPublicShareController.php (server#19610) Replace tab character with space (server#19612) [stable18] remove noise from detectUuid and cache results (server#19624) [stable18] Make sure that the transfer details are present in the database during the cron run (server#19628) [stable18] Fix hover state color of drag-n-drop with theming and dark mode (server#19630) [stable18] Correctly trim long cyrillic note (server#19636) [stable18] Hash event UID to make sure it's not too long for PushProvider notifications (server#19639) [stable18] Theme search results (server#19690) [stable18] Also cache avatars when it's not allowed (server#19696) [stable18] Revive the "send email to new users" toggle for the user form (server#19702) [stable18] Fix non-centered no javascript message (server#19715) [stable18] Allow single file downloads so the video player works again (server#19729) [stable18] Add message for DoesNotExistException (server#19744) Fetch translate for Tags from files app (server#19762) [stable18] Various user settings fixes (server#19767) [stable18] Do not allow transfer ownership when the user isn't the owner (server#19773) [stable18] Introduce a default refresh rate app setting for calendar subscriptions (server#19784) [stable18] Fix regex for office documents (server#19800) [stable18] Fix filename and popover menu misalignment (server#19802) [stable18] Fix avatar in file list for users with an @ in the uid (server#19803) [stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo… (server#19824) [stable18] Prevent self-xss via invalid mysql user name on install screen (server#19830) [stable18] Correctly set up Application class (activity#430) [stable18] Chunk deleting of rows from the activity table (activity#435) [stable18] Fix 18 public folder (files_videoplayer#153) [stable18] Move to github actions (files_videoplayer#156) [stable18] Fix push notifications for multibyte notifications (notifications#576) [stable18] Prevent delete for impersonated users (notifications#582) [stable18] Delete unknown devices (notifications#583) [stable18] Fix long message (notifications#584) [stable18] ignore unavailable storages while scanning for albums (photos#211) [stable18] Don't flatten out albums (photos#213) [stable18] Avoid line breaks after long device names in "df" command (serverinfo#177) [stable18] Do not print errors if time server config is not available (serverinfo#178) [stable18] Change sidebar file while changing file in slideshow (viewer#405) 18.0.1 Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-03-23 13:10:18 +01:00
share/nextcloud/core/doc/user/pim/sync_gnome.html
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/doc/user/pim/sync_ios.html
share/nextcloud/core/doc/user/pim/sync_kde.html
share/nextcloud/core/doc/user/pim/sync_osx.html
share/nextcloud/core/doc/user/pim/sync_thunderbird.html
share/nextcloud/core/doc/user/pim/sync_windows10.html
share/nextcloud/core/doc/user/search.html
share/nextcloud/core/doc/user/searchindex.js
share/nextcloud/core/doc/user/session_management.html
share/nextcloud/core/doc/user/user_2fa.html
share/nextcloud/core/doc/user/userpreferences.html
share/nextcloud/core/doc/user/webinterface.html
share/nextcloud/core/doc/user/whats_new.html
share/nextcloud/core/fonts/LICENSE_OFL.txt
share/nextcloud/core/fonts/NotoSans-Bold-cyrillic-ext.woff2
share/nextcloud/core/fonts/NotoSans-Bold-cyrillic.woff2
share/nextcloud/core/fonts/NotoSans-Bold-devanagari.woff2
share/nextcloud/core/fonts/NotoSans-Bold-greek-ext.woff2
share/nextcloud/core/fonts/NotoSans-Bold-greek.woff2
share/nextcloud/core/fonts/NotoSans-Bold-latin-ext.woff2
share/nextcloud/core/fonts/NotoSans-Bold-latin.woff2
share/nextcloud/core/fonts/NotoSans-Bold-vietnamese.woff2
share/nextcloud/core/fonts/NotoSans-Bold.ttf
share/nextcloud/core/fonts/NotoSans-Regular-cyrillic-ext.woff2
share/nextcloud/core/fonts/NotoSans-Regular-cyrillic.woff2
share/nextcloud/core/fonts/NotoSans-Regular-devanagari.woff2
share/nextcloud/core/fonts/NotoSans-Regular-greek-ext.woff2
share/nextcloud/core/fonts/NotoSans-Regular-greek.woff2
share/nextcloud/core/fonts/NotoSans-Regular-latin-ext.woff2
share/nextcloud/core/fonts/NotoSans-Regular-latin.woff2
share/nextcloud/core/fonts/NotoSans-Regular-vietnamese.woff2
share/nextcloud/core/fonts/NotoSans-Regular.ttf
share/nextcloud/core/img/actions/add.svg
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/img/actions/address.png
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/actions/address.svg
share/nextcloud/core/img/actions/arrow-left.svg
share/nextcloud/core/img/actions/arrow-right.svg
share/nextcloud/core/img/actions/audio-off.svg
share/nextcloud/core/img/actions/audio.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/caret-white.svg
share/nextcloud/core/img/actions/caret.svg
share/nextcloud/core/img/actions/checkbox-mark-dark.svg
share/nextcloud/core/img/actions/checkbox-mark-white.svg
share/nextcloud/core/img/actions/checkbox-mark.svg
share/nextcloud/core/img/actions/checkbox-mixed-dark.svg
share/nextcloud/core/img/actions/checkbox-mixed-white.svg
share/nextcloud/core/img/actions/checkbox-mixed.svg
share/nextcloud/core/img/actions/checkmark-white.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/checkmark.png
share/nextcloud/core/img/actions/checkmark.svg
share/nextcloud/core/img/actions/clippy.svg
share/nextcloud/core/img/actions/close.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/comment.png
share/nextcloud/core/img/actions/comment.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/confirm-fade.svg
share/nextcloud/core/img/actions/confirm-white.svg
share/nextcloud/core/img/actions/confirm.svg
share/nextcloud/core/img/actions/delete.svg
share/nextcloud/core/img/actions/details.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/disabled-user.svg
share/nextcloud/core/img/actions/disabled-users.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/download.png
share/nextcloud/core/img/actions/download.svg
share/nextcloud/core/img/actions/edit.svg
share/nextcloud/core/img/actions/error-white.svg
share/nextcloud/core/img/actions/error.svg
share/nextcloud/core/img/actions/external.svg
share/nextcloud/core/img/actions/filter.svg
share/nextcloud/core/img/actions/fullscreen.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/group.svg
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/core/img/actions/history.png
share/nextcloud/core/img/actions/history.svg
share/nextcloud/core/img/actions/info-white.svg
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/img/actions/info.png
share/nextcloud/core/img/actions/info.svg
share/nextcloud/core/img/actions/logout.svg
share/nextcloud/core/img/actions/mail.svg
share/nextcloud/core/img/actions/menu-sidebar.svg
share/nextcloud/core/img/actions/menu.svg
share/nextcloud/core/img/actions/more-white.svg
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/img/actions/more.png
share/nextcloud/core/img/actions/more.svg
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/img/actions/password-white.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/password.png
share/nextcloud/core/img/actions/password.svg
share/nextcloud/core/img/actions/pause.svg
share/nextcloud/core/img/actions/play-add.svg
share/nextcloud/core/img/actions/play-next.svg
share/nextcloud/core/img/actions/play-previous.svg
share/nextcloud/core/img/actions/play.svg
share/nextcloud/core/img/actions/projects.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/public-white.svg
share/nextcloud/core/img/actions/public.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/quota.svg
share/nextcloud/core/img/actions/rename.svg
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/core/img/actions/screen-off.svg
share/nextcloud/core/img/actions/screen.svg
share/nextcloud/core/img/actions/search.svg
share/nextcloud/core/img/actions/settings-dark.svg
share/nextcloud/core/img/actions/settings.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/share.png
share/nextcloud/core/img/actions/share.svg
share/nextcloud/core/img/actions/shared.svg
share/nextcloud/core/img/actions/sound-off.svg
share/nextcloud/core/img/actions/sound.svg
share/nextcloud/core/img/actions/star-dark.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/star.png
share/nextcloud/core/img/actions/star.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/starred.png
share/nextcloud/core/img/actions/starred.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/actions/tag.png
share/nextcloud/core/img/actions/tag.svg
share/nextcloud/core/img/actions/template-add.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/timezone.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/actions/toggle-background.svg
share/nextcloud/core/img/actions/toggle-filelist.svg
share/nextcloud/core/img/actions/toggle-pictures.svg
share/nextcloud/core/img/actions/toggle.svg
share/nextcloud/core/img/actions/triangle-e.svg
share/nextcloud/core/img/actions/triangle-n.svg
share/nextcloud/core/img/actions/triangle-s.svg
share/nextcloud/core/img/actions/upload.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/user-admin.svg
share/nextcloud/core/img/actions/user.svg
share/nextcloud/core/img/actions/verified.svg
share/nextcloud/core/img/actions/verify.svg
share/nextcloud/core/img/actions/verifying.svg
share/nextcloud/core/img/actions/video-off.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/actions/video-switch.svg
share/nextcloud/core/img/actions/video.svg
share/nextcloud/core/img/actions/view-close.svg
share/nextcloud/core/img/actions/view-download.svg
share/nextcloud/core/img/actions/view-next.svg
share/nextcloud/core/img/actions/view-pause.svg
share/nextcloud/core/img/actions/view-play.svg
share/nextcloud/core/img/actions/view-previous.svg
share/nextcloud/core/img/appstore.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/background.png
share/nextcloud/core/img/background.svg
share/nextcloud/core/img/breadcrumb.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/attendees.png
share/nextcloud/core/img/caldav/attendees.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/description.png
share/nextcloud/core/img/caldav/description.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/link.png
share/nextcloud/core/img/caldav/link.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/location.png
share/nextcloud/core/img/caldav/location.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/organizer.png
share/nextcloud/core/img/caldav/organizer.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/time.png
share/nextcloud/core/img/caldav/time.svg
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/img/caldav/title.png
share/nextcloud/core/img/caldav/title.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/categories/auth.svg
share/nextcloud/core/img/categories/bundles.svg
share/nextcloud/core/img/categories/customization.svg
share/nextcloud/core/img/categories/dashboard.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/categories/files.svg
share/nextcloud/core/img/categories/games.svg
share/nextcloud/core/img/categories/integration.svg
share/nextcloud/core/img/categories/monitoring.svg
share/nextcloud/core/img/categories/multimedia.svg
share/nextcloud/core/img/categories/office.svg
share/nextcloud/core/img/categories/organization.svg
share/nextcloud/core/img/categories/social.svg
share/nextcloud/core/img/categories/workflow.svg
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/img/clients/desktop.svg
share/nextcloud/core/img/clients/phone.svg
share/nextcloud/core/img/clients/tablet.svg
share/nextcloud/core/img/desktopapp.svg
share/nextcloud/core/img/facebook.svg
share/nextcloud/core/img/favicon-fb.png
share/nextcloud/core/img/favicon-mask.svg
share/nextcloud/core/img/favicon-touch.png
share/nextcloud/core/img/favicon-touch.svg
share/nextcloud/core/img/favicon.ico
share/nextcloud/core/img/favicon.png
share/nextcloud/core/img/favicon.svg
share/nextcloud/core/img/filetypes/application-pdf.svg
share/nextcloud/core/img/filetypes/application.svg
share/nextcloud/core/img/filetypes/audio.svg
share/nextcloud/core/img/filetypes/file.svg
share/nextcloud/core/img/filetypes/folder-drag-accept.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/filetypes/folder-encrypted.svg
share/nextcloud/core/img/filetypes/folder-external.svg
share/nextcloud/core/img/filetypes/folder-public.svg
share/nextcloud/core/img/filetypes/folder-shared.svg
share/nextcloud/core/img/filetypes/folder-starred.svg
share/nextcloud/core/img/filetypes/folder.svg
share/nextcloud/core/img/filetypes/image.svg
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/filetypes/link.svg
share/nextcloud/core/img/filetypes/location.svg
share/nextcloud/core/img/filetypes/mindmap.svg
share/nextcloud/core/img/filetypes/package-x-generic.svg
share/nextcloud/core/img/filetypes/text-calendar.svg
share/nextcloud/core/img/filetypes/text-code.svg
share/nextcloud/core/img/filetypes/text-vcard.svg
share/nextcloud/core/img/filetypes/text.svg
share/nextcloud/core/img/filetypes/video.svg
share/nextcloud/core/img/filetypes/x-office-document.svg
share/nextcloud/core/img/filetypes/x-office-presentation.svg
share/nextcloud/core/img/filetypes/x-office-spreadsheet.svg
share/nextcloud/core/img/googleplay.png
share/nextcloud/core/img/loading-dark.gif
share/nextcloud/core/img/loading-small-dark.gif
share/nextcloud/core/img/loading-small.gif
share/nextcloud/core/img/loading.gif
share/nextcloud/core/img/logo/logo-enterprise.png
share/nextcloud/core/img/logo/logo-enterprise.svg
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/img/logo/logo-icon-175px.png
share/nextcloud/core/img/logo/logo-mail.png
share/nextcloud/core/img/logo/logo.png
share/nextcloud/core/img/logo/logo.svg
share/nextcloud/core/img/mail.svg
share/nextcloud/core/img/manifest.json
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/img/mastodon.svg
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/img/places/calendar-dark.png
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/img/places/calendar.png
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/img/places/calendar.svg
share/nextcloud/core/img/places/contacts.svg
share/nextcloud/core/img/places/default-app-icon.svg
share/nextcloud/core/img/places/files.svg
share/nextcloud/core/img/places/home.svg
share/nextcloud/core/img/places/link.svg
share/nextcloud/core/img/places/music.svg
share/nextcloud/core/img/places/picture.svg
share/nextcloud/core/img/rating/s0.svg
share/nextcloud/core/img/rating/s1.svg
share/nextcloud/core/img/rating/s10.svg
share/nextcloud/core/img/rating/s2.svg
share/nextcloud/core/img/rating/s3.svg
share/nextcloud/core/img/rating/s4.svg
share/nextcloud/core/img/rating/s5.svg
share/nextcloud/core/img/rating/s6.svg
share/nextcloud/core/img/rating/s7.svg
share/nextcloud/core/img/rating/s8.svg
share/nextcloud/core/img/rating/s9.svg
share/nextcloud/core/img/rss.svg
share/nextcloud/core/img/twitter.svg
share/nextcloud/core/js/backgroundjobs.js
share/nextcloud/core/js/core.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/core/js/dist/files_client.js
share/nextcloud/core/js/dist/files_client.js.map
share/nextcloud/core/js/dist/files_fileinfo.js
share/nextcloud/core/js/dist/files_fileinfo.js.map
share/nextcloud/core/js/dist/files_iedavclient.js
share/nextcloud/core/js/dist/files_iedavclient.js.map
share/nextcloud/core/js/dist/install.js
share/nextcloud/core/js/dist/install.js.map
share/nextcloud/core/js/dist/login.js
share/nextcloud/core/js/dist/login.js.map
share/nextcloud/core/js/dist/main.js
share/nextcloud/core/js/dist/main.js.map
share/nextcloud/core/js/dist/maintenance.js
share/nextcloud/core/js/dist/maintenance.js.map
share/nextcloud/core/js/dist/recommendedapps.js
share/nextcloud/core/js/dist/recommendedapps.js.map
share/nextcloud/core/js/dist/systemtags.js
share/nextcloud/core/js/dist/systemtags.js.map
share/nextcloud/core/js/dist/unified-search.js
share/nextcloud/core/js/dist/unified-search.js.map
share/nextcloud/core/js/login/authpicker.js
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/core/js/login/grant.js
share/nextcloud/core/js/merged-template-prepend.json
share/nextcloud/core/js/mimetype.js
share/nextcloud/core/js/mimetypelist.js
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/js/public/publicpage.js
share/nextcloud/core/js/publicshareauth.js
share/nextcloud/core/js/select2-toggleselect.js
share/nextcloud/core/js/setupchecks.js
share/nextcloud/core/js/tests/html-domparser.js
share/nextcloud/core/js/tests/specHelper.js
share/nextcloud/core/js/tests/specs/appsSpec.js
share/nextcloud/core/js/tests/specs/contactsmenuSpec.js
share/nextcloud/core/js/tests/specs/coreSpec.js
share/nextcloud/core/js/tests/specs/files/clientSpec.js
share/nextcloud/core/js/tests/specs/jquery.avatarSpec.js
share/nextcloud/core/js/tests/specs/jquery.contactsmenuSpec.js
share/nextcloud/core/js/tests/specs/jquery.placeholderSpec.js
share/nextcloud/core/js/tests/specs/l10nSpec.js
share/nextcloud/core/js/tests/specs/mimeTypeSpec.js
share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/core/js/tests/specs/public/commentsSpec.js
share/nextcloud/core/js/tests/specs/setupchecksSpec.js
share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
share/nextcloud/core/js/update.js
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/core/l10n/ar.js
share/nextcloud/core/l10n/ar.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/core/l10n/bg.js
share/nextcloud/core/l10n/bg.json
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/core/l10n/br.js
share/nextcloud/core/l10n/br.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/l10n/ca.js
share/nextcloud/core/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/cs.js
share/nextcloud/core/l10n/cs.json
share/nextcloud/core/l10n/da.js
share/nextcloud/core/l10n/da.json
share/nextcloud/core/l10n/de.js
share/nextcloud/core/l10n/de.json
share/nextcloud/core/l10n/de_DE.js
share/nextcloud/core/l10n/de_DE.json
share/nextcloud/core/l10n/el.js
share/nextcloud/core/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/l10n/en_GB.js
share/nextcloud/core/l10n/en_GB.json
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/core/l10n/eo.js
share/nextcloud/core/l10n/eo.json
share/nextcloud/core/l10n/es.js
share/nextcloud/core/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/core/l10n/es_419.js
share/nextcloud/core/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/l10n/es_AR.js
share/nextcloud/core/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/core/l10n/es_CL.js
share/nextcloud/core/l10n/es_CL.json
share/nextcloud/core/l10n/es_CO.js
share/nextcloud/core/l10n/es_CO.json
share/nextcloud/core/l10n/es_CR.js
share/nextcloud/core/l10n/es_CR.json
share/nextcloud/core/l10n/es_DO.js
share/nextcloud/core/l10n/es_DO.json
share/nextcloud/core/l10n/es_EC.js
share/nextcloud/core/l10n/es_EC.json
share/nextcloud/core/l10n/es_GT.js
share/nextcloud/core/l10n/es_GT.json
share/nextcloud/core/l10n/es_HN.js
share/nextcloud/core/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/es_MX.js
share/nextcloud/core/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/core/l10n/es_NI.js
share/nextcloud/core/l10n/es_NI.json
share/nextcloud/core/l10n/es_PA.js
share/nextcloud/core/l10n/es_PA.json
share/nextcloud/core/l10n/es_PE.js
share/nextcloud/core/l10n/es_PE.json
share/nextcloud/core/l10n/es_PR.js
share/nextcloud/core/l10n/es_PR.json
share/nextcloud/core/l10n/es_PY.js
share/nextcloud/core/l10n/es_PY.json
share/nextcloud/core/l10n/es_SV.js
share/nextcloud/core/l10n/es_SV.json
share/nextcloud/core/l10n/es_UY.js
share/nextcloud/core/l10n/es_UY.json
share/nextcloud/core/l10n/et_EE.js
share/nextcloud/core/l10n/et_EE.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/core/l10n/eu.js
share/nextcloud/core/l10n/eu.json
share/nextcloud/core/l10n/fa.js
share/nextcloud/core/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/fi.js
share/nextcloud/core/l10n/fi.json
share/nextcloud/core/l10n/fr.js
share/nextcloud/core/l10n/fr.json
Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245)
2019-01-17 11:28:23 +01:00
share/nextcloud/core/l10n/gl.js
share/nextcloud/core/l10n/gl.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/core/l10n/he.js
share/nextcloud/core/l10n/he.json
Update to 13.0.5 Changelog: Version 13.0.5 July 23 2018 Changes Fix highlighting of the upload drop zone (server#9837) Apply ldapUserFilter on members of group (server#9839) Make the DELETION of groups match greedy on the groupID (server#9841) Add parent index to share table (server#9843) Log full exception in cron instead of only the message (server#9958) Properly lock the target file on dav upload when not using part files (server#9986) LDAP backup server should not be queried when auth fails (server#10032) Fix filenames in sharing integration tests (server#10044) Lower log level for quota manipulation cases (server#10076) Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) Improved logging of smb connection errors (server#10093) Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) Allow to disable encryption (server#10121) Update message shown when unsharing a file (server#10164) Fixed English grammatical error on Settings page. (server#10165) Request a valid property for DAV opendir (server#10169) Allow updating the token on session regeneration (server#10170) Prevent lock values from going negative with memcache backend (server#10180) Correctly handle users with numeric user ids (server#10185) Correctly parse the subject parameters for link (un)shares of calendars (server#10188) Fix "parsing" of email-addresses in comments and chat messages (server#10189) Sanitize parameters in createSessionToken() while logging (server#10195) Also retry rename operation on InvalidArgumentException (server#10201) Improve url detection in comments (server#10202) Only bind to ldap if configuration for the first server is set (server#10233) Use download manager from PDF.js to download the file (files_pdfviewer#84) Fix trying to load removed scripts (files_pdfviewer#87) Only pull for new messages if the session is allowed to be kept alive (notifications#138) Always push object data (notifications#139) Add prioritization for Talk (notifications#140)
2018-07-26 15:03:50 +02:00
share/nextcloud/core/l10n/hr.js
share/nextcloud/core/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/hu.js
share/nextcloud/core/l10n/hu.json
share/nextcloud/core/l10n/id.js
share/nextcloud/core/l10n/id.json
share/nextcloud/core/l10n/is.js
share/nextcloud/core/l10n/is.json
share/nextcloud/core/l10n/it.js
share/nextcloud/core/l10n/it.json
share/nextcloud/core/l10n/ja.js
share/nextcloud/core/l10n/ja.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/core/l10n/ka_GE.js
share/nextcloud/core/l10n/ka_GE.json
share/nextcloud/core/l10n/ko.js
share/nextcloud/core/l10n/ko.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/core/l10n/lo.js
share/nextcloud/core/l10n/lo.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/l10n/lt_LT.js
share/nextcloud/core/l10n/lt_LT.json
share/nextcloud/core/l10n/lv.js
share/nextcloud/core/l10n/lv.json
Update to 16.0.4 Changelog: Changes Always set the display name for user shares (server#16254) Prevent undefined offset 0 in findByUserIdOrMail (server#16325) Use HTTP1.1 to read S3 objects (server#16330) Bump lodash.mergewith from 4.6.1 to 4.6.2 (server#16338) Bump lodash.merge from 4.6.1 to 4.6.2 (server#16341) Bump lodash from 4.17.11 to 4.17.13 (server#16352) Addsubtag should push to array (server#16405) Add catch for RuntimeException (server#16414) Only prevent disabling encrytion via the API (server#16425) Do not keep searching for recent (server#16432) Update operationprogressbar.js (server#16437) Fix File#putContents(string) on ObjectStorage (server#16444) Pass $configargs to openssl_pkey_export (server#16500) Nested recursion breaking max nested level for parent comment calculation (server#16524) Allow hidden smb shares (server#16527) Allow to provide supported calendar component set internally as a string (server#16536) Lock SCSS so we only run 1 job at a time (server#16541) Fix max contrast retrieval to limit minimum color for relative time (server#16543) Supresses disclosing the userid for LDAP users in the welcome mail (server#16561) Use a pattern to identify sensitive config keys (server#16562) Do not log locked files (server#16564) Log email shares in admin_audit log (server#16566) Change send to sent (server#16567) Do not log all locked exceptions (server#16578) Check the if we can actually access the storage cache for recent files (server#16598) Set proper defaults for v-tooltip usages (server#16607) Fix/xss/on favorite file (server#16610) Log circles and remote shares in admin_audit (server#16627) Make sure we only fetch the file by id for the actual owner (server#16630) Remove unncessary code block in share recommendations, fixed undefined var error (server#16633) Files_external: proper user context for sharing (server#16637) Properly return an int in the getId function of the cache (server#16689) Fix enable/disable user audit message (server#16691) Delay sending event from app init to when they are needed (server#16695) Fix download button shown in public share page with hidden downloads (files_pdfviewer#145) Change name from 'Text editor' to 'Plain text editor' to prevent confusion with 'Text' (files_texteditor#169) Run drone for webpack build (files_texteditor#176) Bump lodash from 4.17.11 to 4.17.14 (files_videoplayer#135) Bump lodash.mergewith from 4.6.1 to 4.6.2 (firstrunwizard#199) Bump lodash.merge from 4.6.1 to 4.6.2 (firstrunwizard#200) Bump lodash from 4.17.11 to 4.17.14 (firstrunwizard#202) Bump fstream from 1.0.11 to 1.0.12 (firstrunwizard#205) Bump lodash from 4.17.11 to 4.17.13 (notifications#376) Trim the subject before encrypting the subject (notifications#384) Align the notification subject vertically to the icon (notifications#390) Fix notification body text alignment and text contrast (notifications#391) Fix mention and actions layout (notifications#392) Bump lodash.mergewith from 4.6.1 to 4.6.2 (recommendations#105) Bump lodash from 4.17.11 to 4.17.14 (recommendations#107) Bump tar from 2.2.1 to 2.2.2 (recommendations#120) Bump cypress-image-snapshot from 3.0.1 to 3.0.2 (viewer#102) Bump babel-loader from 8.0.5 to 8.0.6 (viewer#103) Bump cypress-file-upload from 3.1.1 to 3.1.2 (viewer#104) Bump @babel/preset-env from 7.4.4 to 7.4.5 (viewer#109) Bump eslint-plugin-node from 9.0.1 to 9.1.0 (viewer#116) Bump cypress-testing-library from 3.0.1 to 4.0.0 (viewer#119) Bump nextcloud-vue from 0.11.3 to 0.11.4 (viewer#121) Bump webpack-cli from 3.3.2 to 3.3.3 (viewer#127) Bump file-loader from 3.0.1 to 4.0.0 (viewer#130) Bump cypress-image-snapshot from 3.1.0 to 3.1.1 (viewer#131) Bump webpack from 4.33.0 to 4.34.0 (viewer#135) Bump cypress-file-upload from 3.1.2 to 3.1.3 (viewer#137) Bump webpack-cli from 3.3.3 to 3.3.4 (viewer#138) Bump nextcloud-server from 0.15.9 to 0.15.10 (viewer#139) Bump webpack from 4.34.0 to 4.35.0 (viewer#144) Bump eslint-plugin-vue from 5.2.2 to 5.2.3 (viewer#152) Bump webpack-cli from 3.3.4 to 3.3.5 (viewer#153) Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (viewer#154) Bump url-loader from 2.0.0 to 2.0.1 (viewer#155) Bump eslint-plugin-import from 2.17.3 to 2.18.0 (viewer#156) Bump eslint-loader from 2.1.2 to 2.2.1 (viewer#165) Bump webpack from 4.35.2 to 4.35.3 (viewer#176) Bump stylelint-scss from 3.8.0 to 3.9.1 (viewer#178) Bump eslint-plugin-import from 2.18.0 to 2.18.2 (viewer#182) Bump webpack-cli from 3.3.5 to 3.3.6 (viewer#187) Bump vue-loader from 15.7.0 to 15.7.1 (viewer#188) Bump webpack from 4.35.3 to 4.36.1 (viewer#189) Bump webpack from 4.36.1 to 4.38.0 (viewer#194) Bump url-loader from 2.0.1 to 2.1.0 (viewer#196) Bump lodash from 4.17.11 to 4.17.15 (viewer#201) Bump webpack from 4.38.0 to 4.39.0 (viewer#202) Bump webpack from 4.39.0 to 4.39.1 (viewer#204) Detect and switch fullscreen (viewer#47) Update version on master (viewer#66) Test actions (viewer#67) Revert "Test actions" (viewer#68) Bump nextcloud-vue from 0.9.5 to 0.10.0 (viewer#69) Bump eslint-plugin-import from 2.16.0 to 2.17.2 (viewer#70) Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1 (viewer#71) Bump webpack from 4.29.6 to 4.30.0 (viewer#72) Fix/loading/race condition (viewer#73) Bump webpack-cli from 3.3.1 to 3.3.2 (viewer#90) Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
2019-08-24 04:50:54 +02:00
share/nextcloud/core/l10n/mk.js
share/nextcloud/core/l10n/mk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/nb.js
share/nextcloud/core/l10n/nb.json
share/nextcloud/core/l10n/nl.js
share/nextcloud/core/l10n/nl.json
share/nextcloud/core/l10n/oc.js
share/nextcloud/core/l10n/oc.json
share/nextcloud/core/l10n/pl.js
share/nextcloud/core/l10n/pl.json
share/nextcloud/core/l10n/pt_BR.js
share/nextcloud/core/l10n/pt_BR.json
share/nextcloud/core/l10n/pt_PT.js
share/nextcloud/core/l10n/pt_PT.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/ro.js
share/nextcloud/core/l10n/ro.json
share/nextcloud/core/l10n/ru.js
share/nextcloud/core/l10n/ru.json
share/nextcloud/core/l10n/sc.js
share/nextcloud/core/l10n/sc.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/core/l10n/sk.js
share/nextcloud/core/l10n/sk.json
share/nextcloud/core/l10n/sl.js
share/nextcloud/core/l10n/sl.json
share/nextcloud/core/l10n/sq.js
share/nextcloud/core/l10n/sq.json
share/nextcloud/core/l10n/sr.js
share/nextcloud/core/l10n/sr.json
share/nextcloud/core/l10n/sv.js
share/nextcloud/core/l10n/sv.json
share/nextcloud/core/l10n/tr.js
share/nextcloud/core/l10n/tr.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/core/l10n/uk.js
share/nextcloud/core/l10n/uk.json
share/nextcloud/core/l10n/vi.js
share/nextcloud/core/l10n/vi.json
share/nextcloud/core/l10n/zh_CN.js
share/nextcloud/core/l10n/zh_CN.json
share/nextcloud/core/l10n/zh_HK.js
share/nextcloud/core/l10n/zh_HK.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/core/l10n/zh_TW.js
share/nextcloud/core/l10n/zh_TW.json
share/nextcloud/core/register_command.php
share/nextcloud/core/routes.php
share/nextcloud/core/shipped.json
share/nextcloud/core/signature.json
share/nextcloud/core/skeleton/Documents/Example.md
share/nextcloud/core/skeleton/Documents/Nextcloud flyer.pdf
share/nextcloud/core/skeleton/Documents/Readme.md
share/nextcloud/core/skeleton/Documents/Welcome to Nextcloud Hub.docx
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/core/skeleton/Nextcloud Manual.pdf
share/nextcloud/core/skeleton/Nextcloud intro.mp4
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/skeleton/Nextcloud.png
share/nextcloud/core/skeleton/Photos/Birdie.jpg
share/nextcloud/core/skeleton/Photos/Frog.jpg
share/nextcloud/core/skeleton/Photos/Gorilla.jpg
share/nextcloud/core/skeleton/Photos/Library.jpg
share/nextcloud/core/skeleton/Photos/Nextcloud community.jpg
share/nextcloud/core/skeleton/Photos/Readme.md
share/nextcloud/core/skeleton/Photos/Steps.jpg
share/nextcloud/core/skeleton/Photos/Toucan.jpg
share/nextcloud/core/skeleton/Photos/Vineyard.jpg
share/nextcloud/core/skeleton/Reasons to use Nextcloud.pdf
share/nextcloud/core/skeleton/Templates/Diagram & table.ods
share/nextcloud/core/skeleton/Templates/Elegant.odp
share/nextcloud/core/skeleton/Templates/Expense report.ods
share/nextcloud/core/skeleton/Templates/Impact effort matrix.whiteboard
share/nextcloud/core/skeleton/Templates/Invoice.odt
share/nextcloud/core/skeleton/Templates/Letter.odt
share/nextcloud/core/skeleton/Templates/Meeting notes.md
share/nextcloud/core/skeleton/Templates/Product plan.md
share/nextcloud/core/skeleton/Templates/Readme.md
share/nextcloud/core/skeleton/Templates/SWOT analysis.whiteboard
share/nextcloud/core/skeleton/Templates/Simple.odp
share/nextcloud/core/strings.php
share/nextcloud/core/templates/403.php
share/nextcloud/core/templates/404.php
share/nextcloud/core/templates/429.php
share/nextcloud/core/templates/error.php
share/nextcloud/core/templates/exception.php
share/nextcloud/core/templates/filepicker.html
share/nextcloud/core/templates/filetemplates/template.odp
share/nextcloud/core/templates/filetemplates/template.ods
share/nextcloud/core/templates/filetemplates/template.odt
share/nextcloud/core/templates/installation.php
share/nextcloud/core/templates/installation_forbidden.php
share/nextcloud/core/templates/installation_incomplete.php
share/nextcloud/core/templates/layout.base.php
share/nextcloud/core/templates/layout.guest.php
share/nextcloud/core/templates/layout.noscript.warning.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/templates/layout.public.php
share/nextcloud/core/templates/layout.user.php
share/nextcloud/core/templates/login.php
share/nextcloud/core/templates/loginflow/authpicker.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/templates/loginflow/grant.php
share/nextcloud/core/templates/loginflowv2/authpicker.php
share/nextcloud/core/templates/loginflowv2/done.php
share/nextcloud/core/templates/loginflowv2/grant.php
share/nextcloud/core/templates/message.html
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/core/templates/publicshareauth.php
share/nextcloud/core/templates/recommendedapps.php
share/nextcloud/core/templates/tags.html
share/nextcloud/core/templates/twofactorselectchallenge.php
share/nextcloud/core/templates/twofactorsetupchallenge.php
share/nextcloud/core/templates/twofactorsetupselection.php
share/nextcloud/core/templates/twofactorshowchallenge.php
share/nextcloud/core/templates/untrustedDomain.php
share/nextcloud/core/templates/update.admin.php
share/nextcloud/core/templates/update.use-cli.php
share/nextcloud/core/templates/update.user.php
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/core/vendor/.gitignore
share/nextcloud/core/vendor/zxcvbn/LICENSE.txt
share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
share/nextcloud/core/webpack.test.js
share/nextcloud/cron.php
share/nextcloud/index.html
share/nextcloud/index.php
share/nextcloud/lib/autoloader.php
share/nextcloud/lib/base.php
share/nextcloud/lib/composer/autoload.php
share/nextcloud/lib/composer/composer/ClassLoader.php
share/nextcloud/lib/composer/composer/LICENSE
share/nextcloud/lib/composer/composer/autoload_classmap.php
share/nextcloud/lib/composer/composer/autoload_namespaces.php
share/nextcloud/lib/composer/composer/autoload_psr4.php
share/nextcloud/lib/composer/composer/autoload_real.php
share/nextcloud/lib/composer/composer/autoload_static.php
share/nextcloud/lib/composer/composer/installed.json
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/lib/l10n/af.js
share/nextcloud/lib/l10n/af.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/ar.js
share/nextcloud/lib/l10n/ar.json
share/nextcloud/lib/l10n/ast.js
share/nextcloud/lib/l10n/ast.json
share/nextcloud/lib/l10n/az.js
share/nextcloud/lib/l10n/az.json
share/nextcloud/lib/l10n/be.js
share/nextcloud/lib/l10n/be.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/bg.js
share/nextcloud/lib/l10n/bg.json
share/nextcloud/lib/l10n/bn_BD.js
share/nextcloud/lib/l10n/bn_BD.json
share/nextcloud/lib/l10n/br.js
share/nextcloud/lib/l10n/br.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/bs.js
share/nextcloud/lib/l10n/bs.json
share/nextcloud/lib/l10n/ca.js
share/nextcloud/lib/l10n/ca.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/cs.js
share/nextcloud/lib/l10n/cs.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/cy_GB.js
share/nextcloud/lib/l10n/cy_GB.json
share/nextcloud/lib/l10n/da.js
share/nextcloud/lib/l10n/da.json
share/nextcloud/lib/l10n/de.js
share/nextcloud/lib/l10n/de.json
share/nextcloud/lib/l10n/de_DE.js
share/nextcloud/lib/l10n/de_DE.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/lib/l10n/el.js
share/nextcloud/lib/l10n/el.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/l10n/en_GB.js
share/nextcloud/lib/l10n/en_GB.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/eo.js
share/nextcloud/lib/l10n/eo.json
share/nextcloud/lib/l10n/es.js
share/nextcloud/lib/l10n/es.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/l10n/es_419.js
share/nextcloud/lib/l10n/es_419.json
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/l10n/es_AR.js
share/nextcloud/lib/l10n/es_AR.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/lib/l10n/es_CL.js
share/nextcloud/lib/l10n/es_CL.json
share/nextcloud/lib/l10n/es_CO.js
share/nextcloud/lib/l10n/es_CO.json
share/nextcloud/lib/l10n/es_CR.js
share/nextcloud/lib/l10n/es_CR.json
share/nextcloud/lib/l10n/es_DO.js
share/nextcloud/lib/l10n/es_DO.json
share/nextcloud/lib/l10n/es_EC.js
share/nextcloud/lib/l10n/es_EC.json
share/nextcloud/lib/l10n/es_GT.js
share/nextcloud/lib/l10n/es_GT.json
share/nextcloud/lib/l10n/es_HN.js
share/nextcloud/lib/l10n/es_HN.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/es_MX.js
share/nextcloud/lib/l10n/es_MX.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/lib/l10n/es_NI.js
share/nextcloud/lib/l10n/es_NI.json
share/nextcloud/lib/l10n/es_PA.js
share/nextcloud/lib/l10n/es_PA.json
share/nextcloud/lib/l10n/es_PE.js
share/nextcloud/lib/l10n/es_PE.json
share/nextcloud/lib/l10n/es_PR.js
share/nextcloud/lib/l10n/es_PR.json
share/nextcloud/lib/l10n/es_PY.js
share/nextcloud/lib/l10n/es_PY.json
share/nextcloud/lib/l10n/es_SV.js
share/nextcloud/lib/l10n/es_SV.json
share/nextcloud/lib/l10n/es_UY.js
share/nextcloud/lib/l10n/es_UY.json
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/l10n/et_EE.js
share/nextcloud/lib/l10n/et_EE.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/eu.js
share/nextcloud/lib/l10n/eu.json
share/nextcloud/lib/l10n/fa.js
share/nextcloud/lib/l10n/fa.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/fi.js
share/nextcloud/lib/l10n/fi.json
share/nextcloud/lib/l10n/fo.js
share/nextcloud/lib/l10n/fo.json
share/nextcloud/lib/l10n/fr.js
share/nextcloud/lib/l10n/fr.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/gl.js
share/nextcloud/lib/l10n/gl.json
share/nextcloud/lib/l10n/he.js
share/nextcloud/lib/l10n/he.json
share/nextcloud/lib/l10n/hr.js
share/nextcloud/lib/l10n/hr.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/hu.js
share/nextcloud/lib/l10n/hu.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/hy.js
share/nextcloud/lib/l10n/hy.json
share/nextcloud/lib/l10n/ia.js
share/nextcloud/lib/l10n/ia.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/id.js
share/nextcloud/lib/l10n/id.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/lib/l10n/is.js
share/nextcloud/lib/l10n/is.json
share/nextcloud/lib/l10n/it.js
share/nextcloud/lib/l10n/it.json
share/nextcloud/lib/l10n/ja.js
share/nextcloud/lib/l10n/ja.json
share/nextcloud/lib/l10n/ka.js
share/nextcloud/lib/l10n/ka.json
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/lib/l10n/ka_GE.js
share/nextcloud/lib/l10n/ka_GE.json
share/nextcloud/lib/l10n/kab.js
share/nextcloud/lib/l10n/kab.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/km.js
share/nextcloud/lib/l10n/km.json
share/nextcloud/lib/l10n/kn.js
share/nextcloud/lib/l10n/kn.json
share/nextcloud/lib/l10n/ko.js
share/nextcloud/lib/l10n/ko.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/lb.js
share/nextcloud/lib/l10n/lb.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/l10n/lo.js
share/nextcloud/lib/l10n/lo.json
share/nextcloud/lib/l10n/lt_LT.js
share/nextcloud/lib/l10n/lt_LT.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/lv.js
share/nextcloud/lib/l10n/lv.json
share/nextcloud/lib/l10n/mk.js
share/nextcloud/lib/l10n/mk.json
share/nextcloud/lib/l10n/mn.js
share/nextcloud/lib/l10n/mn.json
share/nextcloud/lib/l10n/ms_MY.js
share/nextcloud/lib/l10n/ms_MY.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/nb.js
share/nextcloud/lib/l10n/nb.json
share/nextcloud/lib/l10n/ne.js
share/nextcloud/lib/l10n/ne.json
share/nextcloud/lib/l10n/nl.js
share/nextcloud/lib/l10n/nl.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/nn_NO.js
share/nextcloud/lib/l10n/nn_NO.json
share/nextcloud/lib/l10n/oc.js
share/nextcloud/lib/l10n/oc.json
share/nextcloud/lib/l10n/pl.js
share/nextcloud/lib/l10n/pl.json
Update to 16.0.3 Changelog: 16.0.3 Changes Do not fail hard on new user mail error (server#16189) Fix redirect after rescanFailedIntegrityCheck to "Overview" page (server#16244) Fix permissions for drag-n-drop uploads (server#16249) Try to delete the cypress folder of the viewer app (server#16297) Send browser notifications again (notifications#373) 16.0.2 Changes Update ca bundle (server#15553) Update ca bundle checker (server#15554) User management/subadmin: rephrase ambiguous error message (server#15575) Update shipped.json to include privacy and recommendations (server#15592) Show supported apps in app management (server#15593) Update CRL due to revoked cookbook.crt (server#15628) Only show sharing section if it has content (server#15649) Remove quota feedback if no link set (server#15666) Allow redis cluster to use password (server#15686) Don't run repair step for every individual user, outsource that to background job (server#15718) Check the actual status code for 204 and 304 (server#15724) [Security] Bump tar from 2.2.1 to 2.2.2 (server#15728) Don't notify admins if no potentially over exposing links found (server#15745) Also allow dragging below the file list (server#15754) Change text color in search box in darktheme, ref #15598 (server#15768) Check for free space on touch (server#15772) Search files by id in shared storages last (server#15799) Hide newFile menu if quota is set to 0B (server#15856) Add core/js/dist/ to l10nignore (server#15948) Add LDAP integr. test for receiving share candidates with group limitation (server#15984) Remove auto focus of share input field on dialog open, fix #15261 (server#16010) LDAP) API: return one base properly when multiple are configured (server#16015) Handle storage exceptions when trying to set mtime (server#16038) Fix LDAP Wizard forgetting groups on select with search (server#16051) Revert "Fix userid casting in notifications" (server#16068) Fix appid argument for integrity:check-app (server#16080) Fix full text search for groupfolders (server#16082) Fall back to black for non-color values (server#16089) Check if uploading to lookup server is enabled before verifying (server#16091) Allow apps to store longer messages in the comments API (server#16105) Invalidates user when plugin reported deletion success (server#16112) Fix download link included in public share page with hidden download (server#16125) Better check reshare permissions (server#16127) Verify that paths are valid for recursive local move (server#16128) Don't allow to disable encryption via the API (server#16133) Do not show a internet connectivity warning if internet access is dis… (server#16146) Update Nextcloud version in docs link (server#16157) Allow apps to overwrite the maximum length when reading from database (server#16177) RefreshWebcalJob: replace ugly Regex with standard php utils (server#16201) Better check reshare permissions part2 (server#16211) Fix "unshare group share from self" activity (activity#380) Fix load of character maps (files_pdfviewer#141) [Security] Bump axios from 0.18.0 to 0.18.1 (firstrunwizard#192) Correctly show errors when setting the password (gallery#529) Blacklist using .noimage (gallery#533) Update dependabot deps in stable16 (notifications#359) Increase size of icon bubble for more visibility (notifications#368) Add app description to readme and appinfo (privacy#133) Catch and filter share that can't be found (recommendations#79) [Security] Bump axios from 0.18.0 to 0.18.1 (recommendations#92) [Security] Bump tar from 2.2.1 to 2.2.2 (viewer#113) [Security] Bump axios from 0.18.0 to 0.19.0 (viewer#117)
2019-07-11 14:05:34 +02:00
share/nextcloud/lib/l10n/ps.js
share/nextcloud/lib/l10n/ps.json
share/nextcloud/lib/l10n/pt_BR.js
share/nextcloud/lib/l10n/pt_BR.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/pt_PT.js
share/nextcloud/lib/l10n/pt_PT.json
share/nextcloud/lib/l10n/ro.js
share/nextcloud/lib/l10n/ro.json
share/nextcloud/lib/l10n/ru.js
share/nextcloud/lib/l10n/ru.json
share/nextcloud/lib/l10n/sc.js
share/nextcloud/lib/l10n/sc.json
share/nextcloud/lib/l10n/si.js
share/nextcloud/lib/l10n/si.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/sk.js
share/nextcloud/lib/l10n/sk.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/sl.js
share/nextcloud/lib/l10n/sl.json
share/nextcloud/lib/l10n/sq.js
share/nextcloud/lib/l10n/sq.json
share/nextcloud/lib/l10n/sr.js
share/nextcloud/lib/l10n/sr.json
share/nextcloud/lib/l10n/sr@latin.js
share/nextcloud/lib/l10n/sr@latin.json
share/nextcloud/lib/l10n/sv.js
share/nextcloud/lib/l10n/sv.json
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/l10n/ta.js
share/nextcloud/lib/l10n/ta.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/th.js
share/nextcloud/lib/l10n/th.json
php-nextcloud: Update to 18.0.4 Changelog: Changes [stable18] Use contacts name on federated activities (server#19879) [stable18] Allow to edit admin/own user in the user management (server#19882) [stable18] Fix hostname in Apple configuration profile (server#19884) [stable18] Don't break when one remote share is down (server#19886) [stable18] Properly emit Viewer event on files and files_sharing (server#19897) [stable18] Get correct mimetype on objectstores (server#19916) [stable18] Properly respect hide download on sharebymail (server#19921) [stable18] Use placeholder values for password fields in external storage webui (server#19922) [stable18] Do not use the instance name as user part of from mail addresses (server#19924) [stable18] Don't allow anchors and queries in remote urls (server#19933) [stable18] fix external storage controller tests (server#19940) Bump acorn from 6.3.0 to 6.4.1 (server#19945) [stable18] properly set 'hide_download' as integer (server#19950) [stable18] fix safari useragent for versions with 3 digits (server#19966) [stable18] Fix default action for deleted shares (server#19982) [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998) [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999) [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001) [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008) [stable18] Update the target when it isempty after sharing (server#20016) [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021) [stable18] Handle long dav property paths by hashing them (server#20030) [stable18] Allow the video player on the hide download (server#20044) [stable18] fixes auto-detecting UUID attributes (server#20046) [stable18] Force compatible dependency versions in acceptance tests (server#20051) [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060) [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102) [stable18] fix dav browser error page not styled (server#20104) [stable18] Fix language multiselect action (server#20136) [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140) [stable18] change quota design (server#20144) [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148) [stable18] Close updatenotification channel selector on click outside (server#20155) [stable18] Add app config to disable user flows (server#20158) [stable18] Auto accept group shares for users added to a group (server#20161) [stable18] Use global used space in quota wrappen when external storage is included (server#20163) [stable18] Check the user on remote wipe (server#20166) [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175) Bump version on stable18 (server#20195) [stable18] Actually check if the owner is not null (server#20202) [stable18] Remove Acrobat logo from PDF filetype icon (server#20238) [stable18] Dont always use the current users quota when calculating storage info (server#20258) Silence LDAP deprecation logs in NC 18 (server#20274) [stable18] Check for empty authorization headers for office requests (server#20282) [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296) [stable18] Properly catch NoUserException during upload cleanup (server#20334) [stable18] Catch NotFoundException when getting the user folder (server#20335) [stable18] Try to use the display name of file transfers (server#20366) [stable18] Clear comment on successful post (server#20382) [stable18] Fix systemtags overflow (server#20387) [stable18] update icewind/smb to 3.2.3 (server#20405) [stable18] Add text restore after restore icon (server#20407) [18] Use a normal string to translate. (server#20420) [stable18] Make sure group management works with all types of group names (server#20433) [stable18] Properly display share error messages (server#20471) [stable18] Handle unset owner in sharing (server#20483) [stable18] Update root.crl due to revocation of spgverein.crt (server#20485) [stable18] Close the streams in `writeStream` even when there is an exception (server#20493) [stable18] Fix absolute redirect (server#20495) [stable18] Provide the proper language to the mailer (server#20512) [stable18] do not advertise nulled userId for for systemwide credentials (server#20516) [18] Allow to edit admin user (server#20530) [stable18] Update list of multiple properties (server#20531) [stable18] Fix jsunit tests (server#20548) [stable18] Set fileInfo correctly for LegacyTabs (server#20588) [stable18] Fix Sharing recommendation user display (server#20596) [stable18] Fix IE11 upload fallback methods (server#20602) [stable18] Email activity is missing information (activity#441) [stable18] catch new notfound exception while trying to get owner (activity#446) [stable18] Skip notifications for users with invalid email address. (activity#449) [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169) Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301) [stable18] Hide slide for app store if disabled (firstrunwizard#313) Bump acorn from 6.4.0 to 6.4.1 (notifications#592) [stable18] Request the permissions for notifications via user interaction (notifications#608) Bump acorn from 6.4.0 to 6.4.1 (recommendations#196) [stable18] Update DefaultOs.php (serverinfo#189) Public pages compatibility (viewer#422) Move cypress to gh actions (viewer#423) Bump acorn from 5.7.3 to 5.7.4 (viewer#425) [stable18] Fix trying to open the sidebar when not available (viewer#428) [stable18] Add public testing (viewer#435) [stable18] Fix public preview url cropping (viewer#450) [stable18] Fix babel transpile settings (viewer#453) [stable18] Await sidebar (viewer#467) [stable18] Change sidebar icon to proper understandable one (viewer#469) [stable18] Fix sidebar full state (viewer#470)
2020-04-27 17:32:07 +02:00
share/nextcloud/lib/l10n/tk.js
share/nextcloud/lib/l10n/tk.json
Update to 11.0.3 Changelog: Server Use the correct principal for shared addressbooks (server/3608) Fix saving backup codes by using a correct data uri (server/3652) Update icewind/streams to 0.5.2 (server/32931) Fix string comparison and return docs (server/3665) Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) Use a proper date format for transfer ownership (server/3700) DAV sharing permissions should not depend on the order (server/3722) Add new user agent of windows 10 dav backend (server/37641) Add back appstoreenabled config switch (server/37671) Call right function after sudo mode (server/3820) Dont allow empty wildcard search (server/3842) Remove single quotes around search query like in user search (server/3849) Fix mimetype detection on public uploads for the workflow engine (server/3765) Fix branding and show Nextcloud (server/39691) Fix reshare with user activity message (server/39812) Create correct VCard and return correct error codes (server/4029) Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) Make sure transparency is an integer when saving a calendar (server/4167) Make public links work with master key (server/42071) Don't try to render the avatars if avatars are disabled (server/4214) Reduce error message text (server/42281) Don't list on public calendar endpoints (server/4229) Fix upload of folders in Chrome (server/4154) Make sure blob columns are correctly converted as parameters (server/4233) Save the scope of an auth token in the session (server/4225) Take share by mail into consideration if we calculate the access list (server/4242) Also add the root of external storages to the file id list (server/4237) Fix LDAP description (server/42382) Remove the double password confirmation on changing cron (server/4236) Fix scheduling plugin on legacy caldav endpoint (server/4235) Directly fix invalid values of DTEND and DTSTART (server/4234) Make JobList::next() lock free (server/4254) Don't remove owner property for public calendars (server/4272) Add capabilities for share by mail (server/42511) Dont use the permissions mask while scanning (server/4278) Add missing maintenance plugin to new DAV endpoint (server/4290) Fix bug with shared_by for own calendars if shared (server/4301) Translation string corrected > 1 user (server/4377) Activity Fix activities for "Files drop" on external storages (activity/118) User_SAML Bump to php-saml 2.10.5 (user_saml/1001) Logreader Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) Gallery Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) Update JavaScript libraries (gallery/247)
2017-05-04 14:26:06 +02:00
share/nextcloud/lib/l10n/tr.js
share/nextcloud/lib/l10n/tr.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/ug.js
share/nextcloud/lib/l10n/ug.json
share/nextcloud/lib/l10n/uk.js
share/nextcloud/lib/l10n/uk.json
share/nextcloud/lib/l10n/ur_PK.js
share/nextcloud/lib/l10n/ur_PK.json
share/nextcloud/lib/l10n/uz.js
share/nextcloud/lib/l10n/uz.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/vi.js
share/nextcloud/lib/l10n/vi.json
Update to 11.0.2 Changelog: Changes Server Use login name to fix password confirm with ldap users (server/2953) Change the row-format before changing the collation (server/3063) Generate correct path for owner and use the display name (server/3080) Markdown support for app descriptions (server/3117) Fix style in comment (server/3143) Escape the name for the jquery selector (server/3138) Define spreed calls (server/3115) LDAP Backend OCS Api (server/3213) Fix Sharing app description (server/3397) Fix shared-as-busy events for owner (server/3363) Use correct theming when returning the defaults (server/3399) Filter out sensitive appconfig values (server/3400) Add transifex config for sharebymail (server/3423) Update the email in the accounts table as well (server/3411) Don't log the password on confirmPassword when LDAP throws an exception (server/3414) Make sure ownCloud 8.2 activities also can get displayed (server/3412) Popovermenu backport (server/3286) Set vendor during install (server/3426) Make sure the file information is available when sending the email (server/3433) Add profile data to provisioning api (server/3259) Fix detection of the new iOS app (server/3431) Add integration tests for legacy DAV endpoints (server/3445) Make sure invalid images don't flood the log file (server/3440) Fix printing backup code (server/3510) Fix cookie name (nctoken instead of octoken) (server/3511) LDAP's checkPassword should only catch when a user was not found (server/3493) Return unknown free space from nullstorage (server/3508) Fix for address book data lost when any user receiving a share is deleted (server/3499) Rename database password toggle (server/3500) Popovermenu files css fix (server/3494) Add screensharing icon (server/3481) Fix misleading wording: searching is affected, not user access (server/3560) Backport of Fix Broken UUID Attribute Detection (server/3528) Activity Make sure integer like names are still strings (activity/103) Fix activities for public uploads (activity/113) Show the parent as target when the file was not renamed (activity/114) Fix activities for "Files drop" on external storages (activity/118) SAML & SSO Setup account later (user_saml/79) Serverinfo Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) Don't throw an error when /proc/meminfo is not readable (serverinfo/76) Survey_Client Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 01:01:54 +01:00
share/nextcloud/lib/l10n/zh_CN.js
share/nextcloud/lib/l10n/zh_CN.json
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/l10n/zh_HK.js
share/nextcloud/lib/l10n/zh_HK.json
share/nextcloud/lib/l10n/zh_TW.js
share/nextcloud/lib/l10n/zh_TW.json
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Accounts/Account.php
share/nextcloud/lib/private/Accounts/AccountManager.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Accounts/AccountProperty.php
share/nextcloud/lib/private/Accounts/Hooks.php
share/nextcloud/lib/private/Activity/ActivitySettingsAdapter.php
share/nextcloud/lib/private/Activity/Event.php
share/nextcloud/lib/private/Activity/EventMerger.php
share/nextcloud/lib/private/Activity/Manager.php
share/nextcloud/lib/private/AllConfig.php
share/nextcloud/lib/private/App/AppManager.php
share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php
share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php
share/nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php
share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/lib/private/App/AppStore/Bundles/HubBundle.php
share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php
share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php
share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php
share/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php
share/nextcloud/lib/private/App/AppStore/Version/Version.php
share/nextcloud/lib/private/App/AppStore/Version/VersionParser.php
share/nextcloud/lib/private/App/CodeChecker/AbstractCheck.php
share/nextcloud/lib/private/App/CodeChecker/CodeChecker.php
share/nextcloud/lib/private/App/CodeChecker/DatabaseSchemaChecker.php
share/nextcloud/lib/private/App/CodeChecker/DeprecationCheck.php
share/nextcloud/lib/private/App/CodeChecker/EmptyCheck.php
share/nextcloud/lib/private/App/CodeChecker/ICheck.php
share/nextcloud/lib/private/App/CodeChecker/InfoChecker.php
share/nextcloud/lib/private/App/CodeChecker/LanguageParseChecker.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/App/CodeChecker/MigrationSchemaChecker.php
share/nextcloud/lib/private/App/CodeChecker/NodeVisitor.php
share/nextcloud/lib/private/App/CodeChecker/PrivateCheck.php
share/nextcloud/lib/private/App/CodeChecker/StrongComparisonCheck.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/App/CompareVersion.php
share/nextcloud/lib/private/App/DependencyAnalyzer.php
share/nextcloud/lib/private/App/InfoParser.php
share/nextcloud/lib/private/App/Platform.php
share/nextcloud/lib/private/App/PlatformRepository.php
share/nextcloud/lib/private/AppConfig.php
share/nextcloud/lib/private/AppFramework/App.php
share/nextcloud/lib/private/AppFramework/Bootstrap/BootContext.php
share/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php
share/nextcloud/lib/private/AppFramework/Bootstrap/FunctionInjector.php
share/nextcloud/lib/private/AppFramework/Bootstrap/RegistrationContext.php
share/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php
share/nextcloud/lib/private/AppFramework/Http.php
share/nextcloud/lib/private/AppFramework/Http/Dispatcher.php
share/nextcloud/lib/private/AppFramework/Http/Output.php
share/nextcloud/lib/private/AppFramework/Http/Request.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/AppFramework/Logger.php
share/nextcloud/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/CompressionMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php
share/nextcloud/lib/private/AppFramework/Middleware/NotModifiedMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/OCSMiddleware.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php
share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
Update to 15.0.5 Changelog: Changes Show autocompletion as soon as "@" is typed (server#13961) Trim filename in webfrontend for windows compatibility (server#13978) Clean code and fix drop zone shadow (server#13982) Show original path in trashbin (server#14029) Update icewind/smb to 3.0.1 (server#14068) Fix: Check if `$this->params['user']` is an array (server#14085) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) Make sure the relative path is always a string (server#14101) Fix the thorrtler whitelist bitmask (server#14151) [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) Fix recent files (server#14195) Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) Ensure attribute names are lower cased (server#14203) Fix small glitches in update notification page (server#14207) Fix expiration date changing (server#14212) Fix trashbin restore translation (server#14213) Remove trailing spaces from localized strings (server#14225) Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) Fix empty file uploads to S3 (and other streaming storages) (server#14273) Do not do redirect handling when loggin out (server#14275) Catch Request exception in testRemoteUrl (server#14277) Correctly determinate the owner in case of shared external storages (server#14283) Fix header label visibility on open menu (server#14287) Prefix $path for filename for internal file cache (server#14288) Set false as default for requirePNG (server#14292) Use proper scroll container when dragging files (server#14301) Fix OC.getCurrentUser() on guest pages (server#14308) Fix ocm end-point discovery discovery (server#14312) Apply theme to 2FA button (server#14331) Fix "Undefined index: user_uid" on login page (server#14339) Fix unsafe array access (server#14340) Always query lookup server in GS mode (server#14368) Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) Try to support 7.3 for DAV (3rdparty#213) Backport/stable15/streams 0.7.1 (3rdparty#244) Don't add empty entries to the objects array (activity#347) Ensure parameters are always an array (activity#350) Bye, Scrutinizer! (notifications#293)
2019-03-24 10:05:39 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
share/nextcloud/lib/private/AppFramework/Middleware/SessionMiddleware.php
share/nextcloud/lib/private/AppFramework/OCS/BaseResponse.php
share/nextcloud/lib/private/AppFramework/OCS/V1Response.php
share/nextcloud/lib/private/AppFramework/OCS/V2Response.php
share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php
share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php
share/nextcloud/lib/private/AppFramework/Routing/RouteParser.php
share/nextcloud/lib/private/AppFramework/ScopedPsrLogger.php
share/nextcloud/lib/private/AppFramework/Services/AppConfig.php
share/nextcloud/lib/private/AppFramework/Services/InitialState.php
share/nextcloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php
share/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php
share/nextcloud/lib/private/AppFramework/Utility/TimeFactory.php
share/nextcloud/lib/private/Archive/Archive.php
share/nextcloud/lib/private/Archive/TAR.php
share/nextcloud/lib/private/Archive/ZIP.php
share/nextcloud/lib/private/Authentication/Events/ARemoteWipeEvent.php
share/nextcloud/lib/private/Authentication/Events/LoginFailed.php
share/nextcloud/lib/private/Authentication/Events/RemoteWipeFinished.php
share/nextcloud/lib/private/Authentication/Events/RemoteWipeStarted.php
Updatet to 13.0.3 Changelog: Version 13.0.3 June 7 2018 Changes Backport various scss fixes #8777 (server#9259) Fix ellipsis in filename column (server#9344) Replace deprecated sinon reset() call with resetHistory() (server#9358) Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377) Log lock state on conflict (server#9389) Remove unneeded locks in getCacheEntry (server#9391) Only allow a single concurrent dav write to a file (server#9392) Workflow rules error when changing operation (server#9409) Fix jsunit tests (server#9430) Allow IPv6 database host (server#9432) Add labels for Contacts menu and Settings (server#9433) Get correct version of an app (server#9436) Fix ids of permission checkboxes for shares (server#9453) Fix race condition when preparing upload folder (server#9454) Allow to specify a link to a legal notice (server#9516) Fix for unbound cloned LDAP connections (server#9522) Dont use $info as array when its not an array (server#9525) Improve OAuth (server#9540) Bump theming version for extraordinary release (server#9547) Fix translation bug on lost password page (server#9548) Cleanup locks in scanner on error (server#9566) Bump version for theming again [icon] (server#9573) Make sure force language is reflected in html lang attribute (server#9579) Add privacy link to theming and fix scrollbars (server#9586) Fix settings menu (server#9590) Handle exception while itterating trough smb file listing (server#9608) Send invitations for shared calendars (server#9610) Regenerate session id after public share auth (server#9619) Emit event when running ./occ db:add-missing-indices (server#9620) Add PHP missing message to index.php (server#9621) Delete the previews when a version is restored (server#9622) Limit Sinon version to 5.0.7 at most (server#9629) Prepare another theming release including translations for recently added imprint and privacy policy strings (server#9647) Dont open the file on dav HEAD request (server#9649) Fix(AmazonS3): fix loop $result['Contents'] error (server#9650) Fix undefined variables (server#9651) Add search category icon (server#9652) Fix "Invalid argument supplied for foreach()" (server#9654) Do not load calendar/addressbook plugins if not needed (server#9655) Make LargeFileHelper.php faster by avoiding execs as much as possible (server#9656) Improve error reporting and move format parameter to the options (server#9657) The OAuth endpoint needs to support Basic Auth (server#9659) LDAP password renewal fixes (server#9661) Check user state when fetching to avoid dealing with offline objects (server#9662) Make sure the file is readable before attempting to create a preview (server#9668) Fix drone mysqlmb4 tests (server#9672) Make sure the log doesn't try to read from PUT if it can't (server#9694) Allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities (server#9707) Fix the unit tests (server#9712) Fix header nav (server#9727) Fix local users check in contacts menu (server#9732) Don't open the file when handling HEAD requests (3rdparty#99) Do not sanitize markdown output twice (files_texteditor#101) Version 13.0.2 April 26 2018 Changes Show group display names (server#8779) Group existence check works without attribute (like with users) (server#8849) The FN is optional, carrying the displayname if present (server#8900) Set "share with" field to the ID of the circle (server#8905) Show EOL warning in the update section (server#8986) Use app version to generate scss filename (server#9015) Update icewind/smb to 2.0.5 (server#9017) Fix search text overlapping close button (server#9019) Clear any theming prefixed cache on cache buster increase (server#9020) Reset encryptionVersion to '1' if a file was stream copied (server#9064) Do not treat is-encrypted as custom property (server#9071) Fix proper permissions for multiple file access (server#9072) When formatting a share node an Empty target is invalid (server#9073) Move on with the next user if we found the user on one user back-end (server#9077) Allow usage of Windows 10 WebDav Netdrive (server#9089) Add more logging for the object storage during creation of the buckets (server#9094) Do not convert email addresses with idn_to_ascii if... (server#9095) Fix progress bar hidden before the upload ends (server#9124) Update CRL to include old quicknotes cert (server#9213) Fix user selectable text for public links for text files (server#9230) Provide an option to disable HTML emails (server#9231) Fix appinfo parsing when a single localized option is provided (server#9233) Use multibyte substring (server#9234) Fix webdav support for OneNote clients (server#9236) Fixed files copy/move when in favorites or recent section (server#9238) Don't update personal settings for admins (activity#262) Skip parameters which are not there instead of failing out (activity#265) Bump version 13 (files_pdfviewer#64) Fix info.xml (files_pdfviewer#66) No default enable (files_pdfviewer#67) Fix position of icons in "Share with" input field (gallery#418) Fix "No results found" tooltip (gallery#419) Fix UI while a share is being added (gallery#420) Hide "No results found" tooltip on autocompletion (gallery#424) Fix error while clicking on the share link checkbox (gallery#430)
2018-06-10 06:33:01 +02:00
share/nextcloud/lib/private/Authentication/Exceptions/ExpiredTokenException.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Authentication/Exceptions/InvalidProviderException.php
share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
Update to 17.0.2 Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
2019-12-29 00:07:58 +01:00
share/nextcloud/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
share/nextcloud/lib/private/Authentication/Exceptions/WipeTokenException.php
share/nextcloud/lib/private/Authentication/Listeners/LoginFailedListener.php
share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php
share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php
share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php
share/nextcloud/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php
php-nextcloud: Update to 19.0.1 Changelog: Changes Improve group queries (server#21068) Do not read certificate bundle from data dir by default (server#21095) Fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111) Use the loginname to verify the old password in user password changes (server#21114) Make the translation sanitization optional (server#21126) Simplify getGroups, fixing wrong chunking logic (server#21128) Move the password confirmation form template to post (server#21131) Clear the statscache before fetching the metadata (server#21135) Fix reference to wrong class name (server#21148) Fix password changes in link and mail shares (server#21151) Do not only catch Exceptions but any Throwable during rmt share delete (server#21200) Normalize sftp path in read and write stream (server#21203) Fix the Talk verification (server#21210) Prevent harder to share your root (server#21226) Use \OC::$CLI instead of PHP_SAPI (server#21242) Fix empty event UUID reminder notifications (server#21247) Enable passwordless for everyone not only admins. (server#21287) Only use background fade if nextcloud blue is set (server#21308) Clear LDAP cache after user deletion (server#21333) Update icewind/smb to 3.2.5 (server#21342) Always sort shares in a reliable way (server#21352) Pass the proper share permissions to the create share call (server#21354) Reflect unreadable state in the UI (server#21356) Increase timeout of the appstore requests (server#21387) Fix pagination of contacts search (server#21405) Upload part size as S3 parameter instead of constant value (server#21409) Avoid duplicate matches in wide and exact results (server#21419) Clean up auth tokens when user is deleted (server#21427) Fix invalid usage of \Exception::getResult (server#21441) Disable Client-Side Monitoring on AWS storage (server#21447) Don't log Keys (server#21485) GetXbyY can still return false, e.g. when using ldap write support (server#21491) Acceptence tests shall specify which branch to pick when cloning apps (server#21493) Give up after 10 seconds in SCSS timeout (server#21495) Clarify that the email is always shared within the instance (server#21521) Allow to specify the cookie type for appframework responses (server#21526) Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538) Fix modal support for vue apps and dark theme (server#21541) Fix language in share notes email for users (server#21550) Fix obsolete usage of OCdialogs (server#21568) Comment was wrong, block is needed nevertheless (server#21571) Relax permissions mask check for detecting part file rename (server#21573) Fix share permission checkboxes enabled when permissions can not be set (server#21574) Fix strings being passed where arrays where expected (server#21583) Remove rescanDelay from directory mtime (server#21584) Precalculate the primary element color for dark mode too (server#21622) Update presign method to match with interface again. (server#21638) Log deprecated events as debug (server#21652) Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655) Check if debugMode is defined before using it (server#21660) Fix static method call for s3 bucket compat check (server#21663) Add missing TarHeader.php (server#21664) Revert "Do not read certificate bundle from data dir by default" (server#21671) Change OAuth2 redirect link to relative link (server#21687) Changes the Birthday calendar color to slightly brighter one (server#21703) Fix releasing a shared lock multiple times (server#21710) Fix main bundle on IE11 (server#21726) Add a clear message why you could end up there (server#21751) Fix placeholder issues with multiplace spaces in the name (server#21770) Use the correct mountpoint to calculate (server#21772) Fix #21285 as oneliner (server#21779) Set the moment locale even earlier (server#21780) 19.0.1 final (server#21801) Build source maps on production build again (server#21834) Add missing TarHeader.php (3rdparty#466) Allow downloads in sandboxed iframe (files_pdfviewer#187) Do not keep loading the slide list on every reopen (firstrunwizard#351) Allow to group push notifications via an event (notifications#651) Don't shutdown the notifications when it freezes by browser shutdown (notifications#666) Ignore old push devices (notifications#667) More buffer to the key size (notifications#672) Delete duplicates of the same push token hash (notifications#676) Fix wordwrap issue regression from #540, fix #679 (notifications#686) Don't push without internet connection (notifications#694) Also check for internet on delete push (notifications#697) Correct format for uptime is used (serverinfo#221)
2020-08-12 20:18:41 +02:00
share/nextcloud/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/lib/private/Authentication/Listeners/UserLoggedInListener.php
share/nextcloud/lib/private/Authentication/Login/ALoginCommand.php
share/nextcloud/lib/private/Authentication/Login/Chain.php
share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php
share/nextcloud/lib/private/Authentication/Login/CompleteLoginCommand.php
share/nextcloud/lib/private/Authentication/Login/CreateSessionTokenCommand.php
share/nextcloud/lib/private/Authentication/Login/EmailLoginCommand.php
share/nextcloud/lib/private/Authentication/Login/FinishRememberedLoginCommand.php
share/nextcloud/lib/private/Authentication/Login/LoggedInCheckCommand.php
share/nextcloud/lib/private/Authentication/Login/LoginData.php
share/nextcloud/lib/private/Authentication/Login/LoginResult.php
share/nextcloud/lib/private/Authentication/Login/PreLoginHookCommand.php
share/nextcloud/lib/private/Authentication/Login/SetUserTimezoneCommand.php
share/nextcloud/lib/private/Authentication/Login/TwoFactorCommand.php
share/nextcloud/lib/private/Authentication/Login/UidLoginCommand.php
share/nextcloud/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php
share/nextcloud/lib/private/Authentication/Login/UserDisabledCheckCommand.php
share/nextcloud/lib/private/Authentication/Login/WebAuthnChain.php
share/nextcloud/lib/private/Authentication/Login/WebAuthnLoginCommand.php
share/nextcloud/lib/private/Authentication/LoginCredentials/Credentials.php
share/nextcloud/lib/private/Authentication/LoginCredentials/Store.php
share/nextcloud/lib/private/Authentication/Notifications/Notifier.php
share/nextcloud/lib/private/Authentication/Token/DefaultToken.php
share/nextcloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php
share/nextcloud/lib/private/Authentication/Token/DefaultTokenMapper.php
share/nextcloud/lib/private/Authentication/Token/DefaultTokenProvider.php
share/nextcloud/lib/private/Authentication/Token/INamedToken.php
share/nextcloud/lib/private/Authentication/Token/IProvider.php
share/nextcloud/lib/private/Authentication/Token/IToken.php
share/nextcloud/lib/private/Authentication/Token/IWipeableToken.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Authentication/Token/Manager.php
share/nextcloud/lib/private/Authentication/Token/PublicKeyToken.php
share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenMapper.php
share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php
share/nextcloud/lib/private/Authentication/Token/RemoteWipe.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderManager.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
share/nextcloud/lib/private/Authentication/TwoFactorAuth/Registry.php
share/nextcloud/lib/private/Authentication/WebAuthn/CredentialRepository.php
share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php
share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php
share/nextcloud/lib/private/Authentication/WebAuthn/Manager.php
share/nextcloud/lib/private/Avatar/Avatar.php
share/nextcloud/lib/private/Avatar/AvatarManager.php
share/nextcloud/lib/private/Avatar/GuestAvatar.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/private/Avatar/PlaceholderAvatar.php
share/nextcloud/lib/private/Avatar/UserAvatar.php
share/nextcloud/lib/private/BackgroundJob/Job.php
share/nextcloud/lib/private/BackgroundJob/JobList.php
share/nextcloud/lib/private/BackgroundJob/Legacy/QueuedJob.php
share/nextcloud/lib/private/BackgroundJob/Legacy/RegularJob.php
share/nextcloud/lib/private/BackgroundJob/QueuedJob.php
share/nextcloud/lib/private/BackgroundJob/TimedJob.php
share/nextcloud/lib/private/Broadcast/Events/BroadcastEvent.php
share/nextcloud/lib/private/Cache/CappedMemoryCache.php
share/nextcloud/lib/private/Cache/File.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Calendar/Manager.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Calendar/Resource/Manager.php
share/nextcloud/lib/private/Calendar/Room/Manager.php
share/nextcloud/lib/private/CapabilitiesManager.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Collaboration/AutoComplete/Manager.php
share/nextcloud/lib/private/Collaboration/Collaborators/GroupPlugin.php
share/nextcloud/lib/private/Collaboration/Collaborators/LookupPlugin.php
share/nextcloud/lib/private/Collaboration/Collaborators/MailPlugin.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Collaboration/Collaborators/RemotePlugin.php
share/nextcloud/lib/private/Collaboration/Collaborators/Search.php
share/nextcloud/lib/private/Collaboration/Collaborators/SearchResult.php
share/nextcloud/lib/private/Collaboration/Collaborators/UserPlugin.php
share/nextcloud/lib/private/Collaboration/Resources/Collection.php
share/nextcloud/lib/private/Collaboration/Resources/Listener.php
share/nextcloud/lib/private/Collaboration/Resources/Manager.php
share/nextcloud/lib/private/Collaboration/Resources/ProviderManager.php
share/nextcloud/lib/private/Collaboration/Resources/Resource.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Color.php
share/nextcloud/lib/private/Command/AsyncBus.php
share/nextcloud/lib/private/Command/CallableJob.php
share/nextcloud/lib/private/Command/ClosureJob.php
share/nextcloud/lib/private/Command/CommandJob.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Command/CronBus.php
share/nextcloud/lib/private/Command/FileAccess.php
share/nextcloud/lib/private/Command/QueueBus.php
share/nextcloud/lib/private/Comments/Comment.php
share/nextcloud/lib/private/Comments/Manager.php
share/nextcloud/lib/private/Comments/ManagerFactory.php
share/nextcloud/lib/private/Config.php
share/nextcloud/lib/private/Console/Application.php
share/nextcloud/lib/private/Console/TimestampFormatter.php
share/nextcloud/lib/private/Contacts/ContactsMenu/ActionFactory.php
share/nextcloud/lib/private/Contacts/ContactsMenu/ActionProviderStore.php
share/nextcloud/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php
share/nextcloud/lib/private/Contacts/ContactsMenu/ContactsStore.php
share/nextcloud/lib/private/Contacts/ContactsMenu/Entry.php
share/nextcloud/lib/private/Contacts/ContactsMenu/Manager.php
share/nextcloud/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php
share/nextcloud/lib/private/ContactsManager.php
share/nextcloud/lib/private/DB/Adapter.php
share/nextcloud/lib/private/DB/AdapterMySQL.php
share/nextcloud/lib/private/DB/AdapterOCI8.php
share/nextcloud/lib/private/DB/AdapterPgSql.php
share/nextcloud/lib/private/DB/AdapterSqlite.php
share/nextcloud/lib/private/DB/Connection.php
share/nextcloud/lib/private/DB/ConnectionAdapter.php
share/nextcloud/lib/private/DB/ConnectionFactory.php
share/nextcloud/lib/private/DB/Exceptions/DbalException.php
share/nextcloud/lib/private/DB/MDB2SchemaManager.php
share/nextcloud/lib/private/DB/MDB2SchemaReader.php
share/nextcloud/lib/private/DB/MigrationException.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/DB/MigrationService.php
share/nextcloud/lib/private/DB/Migrator.php
share/nextcloud/lib/private/DB/MissingColumnInformation.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/DB/MissingIndexInformation.php
php-nextcloud: Update to 20.0.2 Changelog: Changes Inidicate preview availability in share api responses (server#23419) CalDavBackend: check if timerange is array before accessing (server#23563) Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575) Also expire share type email (server#23583) Only use index of mount point when it is there (server#23611) Only retry fetching app store data once every 5 minutes in case it fails (server#23633) Bring back the restore share button (server#23636) Fix updates of NULL appconfig values (server#23641) Fix sharing input placeholder for emails (server#23646) Use bigint for fileid in filecache_extended (server#23690) Enable theming background transparency (server#23699) Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702) Make sure the function signatures of the backgroundjob match (server#23710) Check if array elements exist before using them (server#23713) Fix default quota display value in user row (server#23726) Use lib instead if core as l10n module in OC_Files (server#23727) Specify accept argument to avatar upload input field (server#23732) Save email as lower case (server#23733) Reset avatar cropper before showing (server#23736) Also run the SabreAuthInitEvent for the main server (server#23745) Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749) Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751) Don't overwrite the event if we use it later (server#23753) Inform the user when flow config data exceeds thresholds (server#23759) Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763) Catch errors when closing file conflict dialog (server#23774) Document the backend registered events of LDAP (server#23779) Fetch the logger and system config once for all query builder instances (server#23787) Type the event dispatcher listener callables with Psalm (server#23789) Only run phpunit when "php" changed (server#23794) Remove bold font-weight and lower font-size for empty search box (server#23829) No need to check if there is an avatar available, because it is gener… (server#23846) Ensure filepicker list is empty before populating (server#23850) UserStatus: clear status message if message is null (server#23858) Fix grid view toggle in tags view (server#23874) Restrict query when searching for versions of trashbin files (server#23884) Fix potentially passing null to events where IUser is expected (server#23894) Make user status styles scoped (server#23899) Move help to separate stylesheet (server#23900) Add default font size (server#23902) Do not emit UserCreatedEvent twice (server#23917) Bearer must be in the start of the auth header (server#23924) Fix casting of integer and boolean on Oracle (server#23935) Skip already loaded apps in loadApps (server#23948) Fix repair mimetype step to not leave stray cursors (server#23950) Improve query type detection (server#23951) Fix iLike() falsely turning escaped % and _ into wildcards (server#23954) Replace some usages of OC_DB in OC\Share\* with query builder (server#23955) Use query builder instead of OC_DB in trashbin (server#23971) Fix greatest/least order for oracle (server#23975) Fix link share label placeholder not showing (server#23992) Unlock when promoting to exclusive lock fails (server#23995) Make sure root storage is valid before checking its size (server#23996) Use query builder instead of OC_DB in OC\Files\* (server#23998) Shortcut to avoid file system setup when generating the logo URL (server#24001) Remove old legacy scripts references (server#24004) Fix js search in undefined ocs response (server#24012) Don't leave cursors open (server#24033) Fix sharing tab state not matching resharing admin settings (server#24044) Run unit tests against oracle (server#24049) Use png icons in caldav reminder emails (server#24050) Manually iterate over calendardata when oracle is used (server#24058) Make is_user_defined nullable so we can store false on oracle (server#24079) Fix default internal expiration date enforce (server#24081) Register new command db:add-missing-primary-keys (server#24106) Convert the card resource to a string if necessary (server#24114) Don't throw on SHOW VERSION query (server#24147) Bump dompurify to 2.2.2 (server#24153) Set up FS before querying storage info in settings (server#24156) Fix default internal expiration date (server#24159) CircleId too short in some request (server#24178) Revert "circleId too short in some request" (server#24183) Missing level in ScopedPsrLogger (server#24212) Fix activity spinner on empty activity (activity#523) Add OCI github action (activity#528) Disable download button by default (files_pdfviewer#257) Feat/dependabot ga/stable20 (firstrunwizard#442) Fix loading notifications without a message on oracle (notifications#796) Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105) Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125) Bump sass-loader from 10.0.1 to 10.0.5 (text#1134) Bump webpack from 4.44.1 to 4.44.2 (text#1140) Bump dependencies to version in range (text#1164) Validate link on click (text#1166) Add migration to fix oracle issues with the database schema (text#1177) Bump cypress from 4.12.1 to 5.1.0 (text#1179) Fix URL escaping of shared files (viewer#681) Fix component click outside and cleanup structure (viewer#684)
2020-11-29 06:10:13 +01:00
share/nextcloud/lib/private/DB/MissingPrimaryKeyInformation.php
share/nextcloud/lib/private/DB/MySQLMigrator.php
share/nextcloud/lib/private/DB/MySqlTools.php
share/nextcloud/lib/private/DB/OCSqlitePlatform.php
share/nextcloud/lib/private/DB/OracleConnection.php
share/nextcloud/lib/private/DB/OracleMigrator.php
share/nextcloud/lib/private/DB/PgSqlTools.php
share/nextcloud/lib/private/DB/PostgreSqlMigrator.php
share/nextcloud/lib/private/DB/PreparedStatement.php
share/nextcloud/lib/private/DB/QueryBuilder/CompositeExpression.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/Literal.php
share/nextcloud/lib/private/DB/QueryBuilder/Parameter.php
share/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php
share/nextcloud/lib/private/DB/QueryBuilder/QueryFunction.php
share/nextcloud/lib/private/DB/QueryBuilder/QuoteHelper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/DB/ReconnectWrapper.php
share/nextcloud/lib/private/DB/ResultAdapter.php
share/nextcloud/lib/private/DB/SQLiteMigrator.php
share/nextcloud/lib/private/DB/SQLiteSessionInit.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/DB/SchemaWrapper.php
share/nextcloud/lib/private/DB/SetTransactionIsolationLevel.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Dashboard/DashboardManager.php
share/nextcloud/lib/private/Dashboard/Manager.php
share/nextcloud/lib/private/DatabaseException.php
share/nextcloud/lib/private/DatabaseSetupException.php
share/nextcloud/lib/private/DateTimeFormatter.php
share/nextcloud/lib/private/DateTimeZone.php
share/nextcloud/lib/private/Diagnostics/Event.php
share/nextcloud/lib/private/Diagnostics/EventLogger.php
share/nextcloud/lib/private/Diagnostics/Query.php
share/nextcloud/lib/private/Diagnostics/QueryLogger.php
share/nextcloud/lib/private/DirectEditing/Manager.php
share/nextcloud/lib/private/DirectEditing/Token.php
share/nextcloud/lib/private/Encryption/DecryptAll.php
share/nextcloud/lib/private/Encryption/EncryptionWrapper.php
share/nextcloud/lib/private/Encryption/Exceptions/DecryptionFailedException.php
share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php
share/nextcloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php
share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php
share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php
share/nextcloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php
share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php
share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php
share/nextcloud/lib/private/Encryption/File.php
share/nextcloud/lib/private/Encryption/HookManager.php
share/nextcloud/lib/private/Encryption/Keys/Storage.php
share/nextcloud/lib/private/Encryption/Manager.php
share/nextcloud/lib/private/Encryption/Update.php
share/nextcloud/lib/private/Encryption/Util.php
share/nextcloud/lib/private/EventDispatcher/EventDispatcher.php
share/nextcloud/lib/private/EventDispatcher/GenericEventWrapper.php
share/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php
share/nextcloud/lib/private/EventDispatcher/SymfonyAdapter.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Federation/CloudFederationFactory.php
share/nextcloud/lib/private/Federation/CloudFederationNotification.php
share/nextcloud/lib/private/Federation/CloudFederationProviderManager.php
share/nextcloud/lib/private/Federation/CloudFederationShare.php
share/nextcloud/lib/private/Federation/CloudId.php
share/nextcloud/lib/private/Federation/CloudIdManager.php
share/nextcloud/lib/private/Files/AppData/AppData.php
share/nextcloud/lib/private/Files/AppData/Factory.php
share/nextcloud/lib/private/Files/Cache/AbstractCacheEvent.php
share/nextcloud/lib/private/Files/Cache/Cache.php
share/nextcloud/lib/private/Files/Cache/CacheEntry.php
share/nextcloud/lib/private/Files/Cache/CacheQueryBuilder.php
share/nextcloud/lib/private/Files/Cache/FailedCache.php
share/nextcloud/lib/private/Files/Cache/HomeCache.php
share/nextcloud/lib/private/Files/Cache/HomePropagator.php
share/nextcloud/lib/private/Files/Cache/LocalRootScanner.php
share/nextcloud/lib/private/Files/Cache/MoveFromCacheTrait.php
share/nextcloud/lib/private/Files/Cache/NullWatcher.php
share/nextcloud/lib/private/Files/Cache/Propagator.php
share/nextcloud/lib/private/Files/Cache/QuerySearchHelper.php
share/nextcloud/lib/private/Files/Cache/Scanner.php
share/nextcloud/lib/private/Files/Cache/Storage.php
share/nextcloud/lib/private/Files/Cache/StorageGlobal.php
share/nextcloud/lib/private/Files/Cache/Updater.php
share/nextcloud/lib/private/Files/Cache/Watcher.php
share/nextcloud/lib/private/Files/Cache/Wrapper/CacheJail.php
share/nextcloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
share/nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/private/Files/Cache/Wrapper/JailPropagator.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Files/Config/CachedMountFileInfo.php
share/nextcloud/lib/private/Files/Config/CachedMountInfo.php
share/nextcloud/lib/private/Files/Config/LazyStorageMountInfo.php
share/nextcloud/lib/private/Files/Config/MountProviderCollection.php
share/nextcloud/lib/private/Files/Config/UserMountCache.php
share/nextcloud/lib/private/Files/Config/UserMountCacheListener.php
share/nextcloud/lib/private/Files/FileInfo.php
share/nextcloud/lib/private/Files/Filesystem.php
share/nextcloud/lib/private/Files/Mount/CacheMountProvider.php
share/nextcloud/lib/private/Files/Mount/LocalHomeMountProvider.php
share/nextcloud/lib/private/Files/Mount/Manager.php
share/nextcloud/lib/private/Files/Mount/MountPoint.php
share/nextcloud/lib/private/Files/Mount/MoveableMount.php
share/nextcloud/lib/private/Files/Mount/ObjectHomeMountProvider.php
share/nextcloud/lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php
share/nextcloud/lib/private/Files/Node/File.php
share/nextcloud/lib/private/Files/Node/Folder.php
share/nextcloud/lib/private/Files/Node/HookConnector.php
share/nextcloud/lib/private/Files/Node/LazyFolder.php
share/nextcloud/lib/private/Files/Node/LazyRoot.php
share/nextcloud/lib/private/Files/Node/Node.php
share/nextcloud/lib/private/Files/Node/NonExistingFile.php
share/nextcloud/lib/private/Files/Node/NonExistingFolder.php
share/nextcloud/lib/private/Files/Node/Root.php
share/nextcloud/lib/private/Files/Notify/Change.php
share/nextcloud/lib/private/Files/Notify/RenameChange.php
share/nextcloud/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Files/ObjectStore/Azure.php
share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php
share/nextcloud/lib/private/Files/ObjectStore/Mapper.php
share/nextcloud/lib/private/Files/ObjectStore/NoopScanner.php
share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
share/nextcloud/lib/private/Files/ObjectStore/S3.php
share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php
Update to 12.0.4 Changelog: Server Over 50 fixes were merged in the server. Improve text: 'you have now' -> 'you now have (server#6464) Fix initializing paged search under some circumstances (server#6502) LDAP: simplify returning the homePath (server#6509) Fix sharer name overlap with filename (server#6524) Allow to close sidebar for text files (server#6525) Fix quota new endpoint 12 (server#6527) Pass new value to triggerChange (server#6528) Throw 101 when an empty group string is provided (server#6547) Contacts menu privacy (server#6554) Add color-border variable (server#6649) Do not stop on scss compilation failure (server#6661) Don't pass User object when uid string is expected (server#6674) Navigate to the root directory when showing the main filelist (server#6689) Fix LDAP User deletion (cleanup) (server#6699) Update aws sdk + s3 improvements (server#6737) Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) Fix language when trying to change password (server#6751) Fix postgresql tests (server#6792) Also use configured 'cache_path' for new chunking (server#6814) Set s3 part size to 500mb (server#6815) Fix contacts menu for IE11 (server#6823) Still trigger conflict resolution for existing entries when the curre (server#6847) Propagate multipart upload exception when aborting upload (server#6855) Allow to migrate from 10.0.3.3 (server#6878) Timespan check (server#6896) Do not log WebDAV maintenance mode exception (server#6908) Don't reset quota (server#6910) Backport of translation string fixes (server#6935) Fix class name in exception logger plugin (server#6942) Allow quota of 0 again (server#6943) Fix uninitialized variable $this->params (server#6944) Don't add a LIKE condition when it's not needed (server#6945) Fix undefined offset warning when using '/' as external storage root (server#6946) Fix page title not changed (server#6987) Better readability for text on log in page which is directly on backgrounds (server#7028) Translate Grant Access (server#7040) Use fopen directly when reading objects from s3 (server#7079) Improve mimetype detection for object storages (server#7081) Fix seeking on object storage (server#7082) Hide spinner for initial install (server#7095) Ensure uid for calendar objects is unique (server#7096) Revert "Only allow colons in db host for IPv6 addresses (server#7102) Theme flow redirection page (server#7114) Fix icon for security settings (server#7116) If for some reason the json can't be decoded it is not cached (server#7118) Improve performance of UserMountCache with external storage folders (server#7120) {J,CS}SResourceLocator: account for symlinks in app path server#7170) Fix s3 download and touch (server#7186) Touch opertation on object storage, don't create the file cache entry to early (server#7207) Allow migration from upcoming 10.0.4 ownCloud release (server#7245) CSSResourceLocator: handle SCSS in apps outside root (server#7257) only replace permission popupmenu (server#7259) Fix accesslist when a user has an ID only containting 0-9 (server#7262) Update CRL due to files_frommail (server#7277) Only in case of $currentAccess the array uses the id as index (server#7328) Other Add aws sdk (3rdparty#69) Don't send emails to disabled users (activity#202) Add an option to disable emails completly (activity#206) Make sure the mountPoint property is public before using it (files_accesscontrol#79) Allow to playback m4v files (files_videoplayer#43) Fix notifications order (notifications#93)
2018-01-03 11:16:54 +01:00
share/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Files/ObjectStore/S3Signature.php
share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php
share/nextcloud/lib/private/Files/ObjectStore/Swift.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Files/ObjectStore/SwiftFactory.php
Update to 15.0.4 Changelog: 15.0.4 Changes Make external storages browsable again in the web UI (server#14076) 15.0.3 Changes Upload new files in objectstore to a .part path first (server#13036) Broker: add timezone to CANCEL messages (server#13384) Add strengthify.min files (server#13546) Fix click app names (server#13575) Principals can be principal/user/ or principal/ from lega… (server#13582) Correctly handle displaynames returned from the sharee API (server#13585) Don't close input stream when writing in encrypted file (server#13588) Bump pear/archive_tar to 1.4.5 (server#13598) Fix integer background job id type error (server#13609) Fix user settings label translation (server#13611) Fix app navigation flickering on hover (server#13625) Update URL for federation (server#13636) Fix colorizeSvg with transformations that contain a comma (,) (server#13653) Use warning background color & primary text color for setting warnings (server#13665) Fix template paramter (server#13670) Cache tokens when using swift's v2 authentication (server#13740) Cleanup shared lock if changing to exclusive lock failed (server#13744) Honor remember_login_cookie_lifetime (server#13758) Fix integration of social sharing into the link popover menu (server#13761) Respect user locale in natural sort comparator (server#13762) Call proper function when fetching link shares in the breadcrumb view (server#13769) Add acceptance tests for moving and copying files (server#13771) Show proper default locale (server#13781) Ignore non existing users when retrieving details of group members (server#13792) Remove .css fileending from accessibility user css route (server#13793) Add icon to restore activity (server#13794) Fix long comment in dark theme (server#13804) Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) Fix for high contrast theme (server#13852) Always use multipart uploader for s3 uploads (server#13882) Fix paged search with multiple bases (LDAP) (server#13884) Fix dropping a folder on a folder row (server#13887) Fix updating the password of a link share when passwords are enforced (server#13900) Add fallback for trashbin original location (server#13904) Allow shared versions again in legacy backend (server#13905) Improve data directory write checking for NFS mounts (server#13906) Clean pending 2FA authentication on password reset (server#13915) Forward error message from password policy (server#13918) Remove warning in case of external storage error (server#13920) Handle mail send error gracefully (server#13930) Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) Move to SCSS and fix app icon for dark theme (activity#338) Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) Fix notification documentation to reflect recent changes (notifications#258)
2019-02-20 16:13:04 +01:00
share/nextcloud/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php
share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php
share/nextcloud/lib/private/Files/Search/SearchComparison.php
share/nextcloud/lib/private/Files/Search/SearchOrder.php
share/nextcloud/lib/private/Files/Search/SearchQuery.php
share/nextcloud/lib/private/Files/SimpleFS/NewSimpleFile.php
share/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php
share/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php
share/nextcloud/lib/private/Files/Storage/Common.php
share/nextcloud/lib/private/Files/Storage/CommonTest.php
share/nextcloud/lib/private/Files/Storage/DAV.php
share/nextcloud/lib/private/Files/Storage/FailedStorage.php
share/nextcloud/lib/private/Files/Storage/Flysystem.php
share/nextcloud/lib/private/Files/Storage/Home.php
share/nextcloud/lib/private/Files/Storage/Local.php
share/nextcloud/lib/private/Files/Storage/LocalRootStorage.php
share/nextcloud/lib/private/Files/Storage/LocalTempFileTrait.php
share/nextcloud/lib/private/Files/Storage/PolyFill/CopyDirectory.php
share/nextcloud/lib/private/Files/Storage/Storage.php
share/nextcloud/lib/private/Files/Storage/StorageFactory.php
share/nextcloud/lib/private/Files/Storage/Temporary.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Availability.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Encoding.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Encryption.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Jail.php
share/nextcloud/lib/private/Files/Storage/Wrapper/PermissionsMask.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Quota.php
share/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php
share/nextcloud/lib/private/Files/Stream/Encryption.php
share/nextcloud/lib/private/Files/Stream/HashWrapper.php
share/nextcloud/lib/private/Files/Stream/Quota.php
share/nextcloud/lib/private/Files/Stream/SeekableHttpStream.php
share/nextcloud/lib/private/Files/Template/TemplateManager.php
share/nextcloud/lib/private/Files/Type/Detection.php
share/nextcloud/lib/private/Files/Type/Loader.php
share/nextcloud/lib/private/Files/Type/TemplateManager.php
share/nextcloud/lib/private/Files/Utils/Scanner.php
share/nextcloud/lib/private/Files/View.php
share/nextcloud/lib/private/ForbiddenException.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/FullTextSearch/FullTextSearchManager.php
share/nextcloud/lib/private/FullTextSearch/Model/DocumentAccess.php
share/nextcloud/lib/private/FullTextSearch/Model/IndexDocument.php
share/nextcloud/lib/private/FullTextSearch/Model/SearchOption.php
share/nextcloud/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php
share/nextcloud/lib/private/FullTextSearch/Model/SearchTemplate.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/private/GlobalScale/Config.php
share/nextcloud/lib/private/Group/Backend.php
share/nextcloud/lib/private/Group/Database.php
share/nextcloud/lib/private/Group/Group.php
share/nextcloud/lib/private/Group/Manager.php
share/nextcloud/lib/private/Group/MetaData.php
share/nextcloud/lib/private/HintException.php
share/nextcloud/lib/private/Hooks/BasicEmitter.php
share/nextcloud/lib/private/Hooks/Emitter.php
share/nextcloud/lib/private/Hooks/EmitterTrait.php
share/nextcloud/lib/private/Hooks/PublicEmitter.php
share/nextcloud/lib/private/Http/Client/Client.php
share/nextcloud/lib/private/Http/Client/ClientService.php
share/nextcloud/lib/private/Http/Client/Response.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Http/CookieHelper.php
share/nextcloud/lib/private/Http/WellKnown/RequestManager.php
share/nextcloud/lib/private/InitialStateService.php
share/nextcloud/lib/private/Installer.php
share/nextcloud/lib/private/IntegrityCheck/Checker.php
share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/private/KnownUser/KnownUser.php
share/nextcloud/lib/private/KnownUser/KnownUserMapper.php
share/nextcloud/lib/private/KnownUser/KnownUserService.php
share/nextcloud/lib/private/L10N/Factory.php
share/nextcloud/lib/private/L10N/L10N.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/L10N/L10NString.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/L10N/LanguageIterator.php
share/nextcloud/lib/private/L10N/LanguageNotFoundException.php
share/nextcloud/lib/private/L10N/LazyL10N.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/private/LDAP/NullLDAPProviderFactory.php
share/nextcloud/lib/private/LargeFileHelper.php
share/nextcloud/lib/private/Lock/AbstractLockingProvider.php
share/nextcloud/lib/private/Lock/DBLockingProvider.php
share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php
share/nextcloud/lib/private/Lock/NoopLockingProvider.php
share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php
share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php
share/nextcloud/lib/private/Lockdown/LockdownManager.php
share/nextcloud/lib/private/Log.php
share/nextcloud/lib/private/Log/ErrorHandler.php
share/nextcloud/lib/private/Log/Errorlog.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Log/ExceptionSerializer.php
share/nextcloud/lib/private/Log/File.php
share/nextcloud/lib/private/Log/LogDetails.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Log/LogFactory.php
share/nextcloud/lib/private/Log/PsrLoggerAdapter.php
share/nextcloud/lib/private/Log/Rotate.php
share/nextcloud/lib/private/Log/Syslog.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Log/Systemdlog.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Mail/Attachment.php
share/nextcloud/lib/private/Mail/EMailTemplate.php
share/nextcloud/lib/private/Mail/Mailer.php
share/nextcloud/lib/private/Mail/Message.php
share/nextcloud/lib/private/Memcache/APCu.php
share/nextcloud/lib/private/Memcache/ArrayCache.php
share/nextcloud/lib/private/Memcache/CADTrait.php
share/nextcloud/lib/private/Memcache/CASTrait.php
share/nextcloud/lib/private/Memcache/Cache.php
share/nextcloud/lib/private/Memcache/Factory.php
share/nextcloud/lib/private/Memcache/Memcached.php
share/nextcloud/lib/private/Memcache/NullCache.php
share/nextcloud/lib/private/Memcache/Redis.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/MemoryInfo.php
share/nextcloud/lib/private/Migration/BackgroundRepair.php
share/nextcloud/lib/private/Migration/ConsoleOutput.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Migration/SimpleOutput.php
share/nextcloud/lib/private/NaturalSort.php
share/nextcloud/lib/private/NaturalSort_DefaultCollator.php
share/nextcloud/lib/private/NavigationManager.php
share/nextcloud/lib/private/NeedsUpdateException.php
share/nextcloud/lib/private/NotSquareException.php
share/nextcloud/lib/private/Notification/Action.php
share/nextcloud/lib/private/Notification/Manager.php
share/nextcloud/lib/private/Notification/Notification.php
share/nextcloud/lib/private/OCS/CoreCapabilities.php
share/nextcloud/lib/private/OCS/DiscoveryService.php
share/nextcloud/lib/private/OCS/Exception.php
share/nextcloud/lib/private/OCS/Provider.php
share/nextcloud/lib/private/OCS/Result.php
share/nextcloud/lib/private/Preview/BMP.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Preview/BackgroundCleanupJob.php
share/nextcloud/lib/private/Preview/Bitmap.php
share/nextcloud/lib/private/Preview/Bundled.php
share/nextcloud/lib/private/Preview/Font.php
share/nextcloud/lib/private/Preview/GIF.php
share/nextcloud/lib/private/Preview/Generator.php
share/nextcloud/lib/private/Preview/GeneratorHelper.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Preview/HEIC.php
share/nextcloud/lib/private/Preview/Illustrator.php
share/nextcloud/lib/private/Preview/Image.php
share/nextcloud/lib/private/Preview/JPEG.php
share/nextcloud/lib/private/Preview/Krita.php
share/nextcloud/lib/private/Preview/MP3.php
share/nextcloud/lib/private/Preview/MSOffice2003.php
share/nextcloud/lib/private/Preview/MSOffice2007.php
share/nextcloud/lib/private/Preview/MSOfficeDoc.php
share/nextcloud/lib/private/Preview/MarkDown.php
share/nextcloud/lib/private/Preview/Movie.php
share/nextcloud/lib/private/Preview/Office.php
share/nextcloud/lib/private/Preview/OpenDocument.php
share/nextcloud/lib/private/Preview/PDF.php
share/nextcloud/lib/private/Preview/PNG.php
share/nextcloud/lib/private/Preview/Photoshop.php
share/nextcloud/lib/private/Preview/Postscript.php
share/nextcloud/lib/private/Preview/Provider.php
share/nextcloud/lib/private/Preview/ProviderV1Adapter.php
share/nextcloud/lib/private/Preview/ProviderV2.php
share/nextcloud/lib/private/Preview/SGI.php
share/nextcloud/lib/private/Preview/SVG.php
share/nextcloud/lib/private/Preview/StarOffice.php
share/nextcloud/lib/private/Preview/Storage/Root.php
share/nextcloud/lib/private/Preview/TGA.php
share/nextcloud/lib/private/Preview/TIFF.php
share/nextcloud/lib/private/Preview/TXT.php
share/nextcloud/lib/private/Preview/Watcher.php
share/nextcloud/lib/private/Preview/WatcherConnector.php
share/nextcloud/lib/private/Preview/WebP.php
share/nextcloud/lib/private/Preview/XBitmap.php
share/nextcloud/lib/private/PreviewManager.php
share/nextcloud/lib/private/PreviewNotAvailableException.php
share/nextcloud/lib/private/RedisFactory.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Remote/Api/ApiBase.php
share/nextcloud/lib/private/Remote/Api/ApiCollection.php
share/nextcloud/lib/private/Remote/Api/ApiFactory.php
share/nextcloud/lib/private/Remote/Api/NotFoundException.php
share/nextcloud/lib/private/Remote/Api/OCS.php
share/nextcloud/lib/private/Remote/Credentials.php
share/nextcloud/lib/private/Remote/Instance.php
share/nextcloud/lib/private/Remote/InstanceFactory.php
share/nextcloud/lib/private/Remote/User.php
share/nextcloud/lib/private/Repair.php
share/nextcloud/lib/private/Repair/AddBruteForceCleanupJob.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Repair/AddCleanupUpdaterBackupsJob.php
share/nextcloud/lib/private/Repair/CleanTags.php
Update to 13.0.1 Changelog: Changes Dont polute the log on DAV emaillogin (server#8045) Don't perform CSRF check on OCS routes with Bearer auth (server#8099) Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) Remove old perl script to update l10n files (server#8145) Scss hardening (server#8156) Do not try to get the jailed path if we can't find the id (server#8177) Handle SSL certificate verifications for others than Let's Encrypt (server#8183) Use a phan version instead of master (server#8195) Repair step to clear frontend related caches (server#8197) Keep previous exception when transforming to dav exception (server#8228) Actually return stream from swift (server#8250) Remove invalid link to documentation (server#8253) Fix deleting folders when using s3 external storage (server#8261) Link to NC13 dev manual (server#8264) Better result handling of email search (server#8267) Update CRL to revoke files_rightclick (server#8271) Fix styling issues of guest pages #8155 (server#8286) Remove jquery ui background image (server#8287) Show open graph preview in WhatsApp (server#8309) Make acceptance tests for comments more consistent with the others (server#8395) Fix edit tag textbox size (server#8407) Use TTF fonts for avatar generation (server#8440) Use mb_* string methods to extract first character for generated avatars (server#8470) Show hint in OCS API for user creation (server#8515) Fix hiding and event propagation issues with the user management popover (server#8517) Add some whitespace around change.svg icon (server#8518) Avoid fruitless login attempts (server#8532) Fix retrieval of group members with numerical uids from LDAP (server#8536) Theming: handle not being in the serverroot (server#8554) Ext storage error warning (server#8561) Set autocomplete=new-password for mail share password (server#8577) Fix upload button visible on read-only folders (server#8595) Fixed app navigation for IE11 (server#8609) Fix breadcrumbs width calculation (server#8610) Fix comments (and systemtags) when involving users with numerical ids (server#8615) Update commentstabview.js (server#8621) Properly encapsulate require_once for app.php (server#8631) AppData hardening (server#8636) Use hash algo that's robust against collisions (server#8654) Fixed date/time picker on IE11 (server#8663) Use a more widely available method to test s3 settings (server#8667) Use proper lanugage in langauge code (server#8668) Display the proper language strings in setttings (server#8669) Do not create empty userid when attribute does not have allowed chars (server#8673) Remove too restrict check for background image/color (server#8675) Fix example regex for user agent matching (server#8676) Generate different UIDs for Birthday, Anniversary and Death event (server#8678) Don't use double quotes in MySQL queries (server#8680) Log exceptions that happen when writing the app store reply to storage (server#8683) Set the correct active navigation entry (server#8685) Fix activities for end2end encryption (server#8686) Filter out the current user when searching for emails too (server#8687) Fix check if theming defaults instance is available (server#8688) Fix undefined index problem (server#8693) Disable part files for object stores (server#8725) Better handling of invisible elements in acceptance tests (server#8738) Remove base url from global cache prefix (server#8745) Check if the cached js file exists (server#8746) Sharee email matches not limited (server#8749) Fix integer overflow in ChunkingPlugin (server#8752) Revert wording back to updates (server#8755) Add acceptance tests for permissions on public shared folders (server#8758) Also send file emails in ASAP mode (activity#249) Ensure userids are strings (activity#252) Null coalescing operator is PHP7+ (activity#254) Update PDF.js to 1.9.426 (files_pdfviewer#55) Enable full screen mode for PDF files (files_pdfviewer#59) Fix ACE module files failing to load (files_texteditor#83) Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) Fix share drop down in gallery not properly shown (gallery#394) Fix gallery button hidden in folders without create permission (gallery#402) Fix controls position in gallery layout (gallery#405) Removed old code already present thanks to the files app (gallery#406) Create "file app" public share links if the slideshow is opened from ... (gallery#407) Allow to check against haveibeenpwned.com password list (password_policy#61)
2018-03-19 19:01:09 +01:00
share/nextcloud/lib/private/Repair/ClearFrontendCaches.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/private/Repair/ClearGeneratedAvatarCache.php
share/nextcloud/lib/private/Repair/Collation.php
share/nextcloud/lib/private/Repair/MoveUpdaterStepFile.php
share/nextcloud/lib/private/Repair/NC11/FixMountStorages.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Repair/NC13/AddLogRotateJob.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php
share/nextcloud/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php
share/nextcloud/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php
share/nextcloud/lib/private/Repair/NC16/ClearCollectionsAccessCache.php
share/nextcloud/lib/private/Repair/NC18/ResetGeneratedAvatarFlag.php
share/nextcloud/lib/private/Repair/NC20/EncryptionLegacyCipher.php
share/nextcloud/lib/private/Repair/NC20/EncryptionMigration.php
share/nextcloud/lib/private/Repair/NC20/ShippedDashboardEnable.php
share/nextcloud/lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php
share/nextcloud/lib/private/Repair/NC21/ValidatePhoneNumber.php
share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/lib/private/Repair/Owncloud/CleanPreviews.php
share/nextcloud/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/lib/private/Repair/Owncloud/InstallCoreBundle.php
share/nextcloud/lib/private/Repair/Owncloud/MoveAvatars.php
share/nextcloud/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php
share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
php-nextcloud: Update to 20.0.4 Changelog: Version 20.0.4 December 17 2020 Changes * Avoid dashboard crash when accessibility app is not installed (server# 24636) * Bump ini from 1.3.5 to 1.3.7 (server#24649) * Handle owncloud migration to latest release (server#24653) * Use string for storing a OCM remote id (server#24654) * Fix MySQL database size calculation (serverinfo#262) * Bump cypress-io/github-action@v2 (viewer#722) * Fix] sidebar opening animation (viewer#723) * Fix not.exist cypress and TESTING checks (viewer#725) Note: the main improvement in this very small release is the migration support. Version 20.0.3 December 10 2020 Changes * Check quota of subdirectories when uploading to them (server#24181) * CircleId too short in some request (server#24196) * Missing level in ScopedPsrLogger (server#24212) * Fix nextcloud logo in email notifications misalignment (server#24228) * Allow selecting multiple columns with SELECT DISTINCT (server#24230) * Use file name instead of path in 'not allowed to share' message (server# 24231) * Fix setting images through occ for theming (server#24232) * Use regex when searching on single file shares (server#24239) * Harden EncryptionLegacyCipher a bit (server#24249) * Update ScanLegacyFormat.php (server#24258) * Simple typo in comments (server#24259) * Use correct year for generated birthdays events (server#24263) * Delete files that exceed trashbin size immediately (server#24297) * Update sabre/xml to fix XML parsing errors (server#24311) * Only check path for being accessible when the storage is a object home (server#24325) * Avoid empty null default with value that will be inserted anyways (server# 24333) * Fix contacts menu position and show uid as a tooltip (server#24342) * Fix the config key on the sharing expire checkbox (server#24346) * Set the display name of federated sharees from addressbook (server#24353) * Catch storage not available in versions expire command (server#24367) * Use proper bundles for files client and fileinfo (server#24377) * Properly encode path when fetching inherited shares (server#24387) * Formatting remote sharer should take protocol, path into account (server# 24391) * Make sure we add new line between vcf groups exports (server#24443) * Fix public calendars shared to circles (server#24446) * Store scss variables under a different prefix for each theming config version (server#24453) * External storages: save group ids not display names in configuration (server#24455) * Use correct l10n source in files_sharing JS code (server#24462) * Set frame-ancestors to none if none are filled (server#24477) * Move the password fiels of chaging passwords to post (server#24478) * Move the global password for files external to post (server#24479) * Only attempt to move to trash if a file is not in appdata (server#24483) * Fix loading mtime of new file in conflict dialog in firefox (server#24491) * Harden setup check for TLS version if host is not reachable (server#24502) * Fix file size computation on 32bit platforms (server#24509) * Allow subscription to indicate that a userlimit is reached (server#24511) * Set mountid for personal external storage mounts (server#24513) * Only execute plain mimetype check for directories and do the fallback… (server#24517) * Fix vsprint parameter (server#24527) * Replace abandoned log normalizer with our fork (server#24530) * Add icon to user limit notification (server#24531) * Also run repair steps when encryption is disabled but a legacy key is present (server#24532) * [3rdparty][security] Archive TAR to 1.4.11 (server#24534) * Generate a new session id if the decrypting the session data fails (server# 24553) * Revert "Do not read certificate bundle from data dir by default" (server# 24556) * Dont use system composer for autoload checker (server#24557) * Remember me is not an app_password (server#24563) * Do not load nonexisting setup.js (server#24582) * Update sabre/xml to fix XML parsing errors (3rdparty#529) * Use composer v1 on CI (3rdparty#532) * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536) * Replace abandoned log normalizer with our fork (3rdparty#543) * Allow nullable values as subject params (activity#535) * Don't log when unknown array is null (notifications#803) * Feat/virtual grid (photos#550) * Make sure we have a string to localecompare to (photos#583) * Always get recommendations for dashboard if enabled (recommendations#336) * Properly fetch oracle database information (serverinfo#258) * Also register to urlChanged event to update RichWorkspace (text#1181) * Move away from GET (text#1214)
2020-12-16 14:53:43 +01:00
share/nextcloud/lib/private/Repair/Owncloud/UpdateLanguageCodes.php
share/nextcloud/lib/private/Repair/RemoveLinkShares.php
share/nextcloud/lib/private/Repair/RepairDavShares.php
share/nextcloud/lib/private/Repair/RepairInvalidShares.php
share/nextcloud/lib/private/Repair/RepairMimeTypes.php
share/nextcloud/lib/private/Repair/SqliteAutoincrement.php
share/nextcloud/lib/private/RepairException.php
share/nextcloud/lib/private/RichObjectStrings/Validator.php
share/nextcloud/lib/private/Route/CachingRouter.php
share/nextcloud/lib/private/Route/Route.php
share/nextcloud/lib/private/Route/Router.php
share/nextcloud/lib/private/Search.php
share/nextcloud/lib/private/Search/Provider/File.php
share/nextcloud/lib/private/Search/Result/Audio.php
share/nextcloud/lib/private/Search/Result/File.php
share/nextcloud/lib/private/Search/Result/Folder.php
share/nextcloud/lib/private/Search/Result/Image.php
share/nextcloud/lib/private/Search/SearchComposer.php
share/nextcloud/lib/private/Search/SearchQuery.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Security/Bruteforce/Capabilities.php
share/nextcloud/lib/private/Security/Bruteforce/CleanupJob.php
share/nextcloud/lib/private/Security/Bruteforce/Throttler.php
share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicy.php
share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php
share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
share/nextcloud/lib/private/Security/CSRF/CsrfToken.php
share/nextcloud/lib/private/Security/CSRF/CsrfTokenGenerator.php
share/nextcloud/lib/private/Security/CSRF/CsrfTokenManager.php
share/nextcloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php
share/nextcloud/lib/private/Security/Certificate.php
share/nextcloud/lib/private/Security/CertificateManager.php
share/nextcloud/lib/private/Security/CredentialsManager.php
share/nextcloud/lib/private/Security/Crypto.php
share/nextcloud/lib/private/Security/FeaturePolicy/FeaturePolicy.php
share/nextcloud/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php
share/nextcloud/lib/private/Security/Hasher.php
share/nextcloud/lib/private/Security/IdentityProof/Key.php
share/nextcloud/lib/private/Security/IdentityProof/Manager.php
share/nextcloud/lib/private/Security/IdentityProof/Signer.php
share/nextcloud/lib/private/Security/Normalizer/IpAddress.php
share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
share/nextcloud/lib/private/Security/RateLimiting/Limiter.php
share/nextcloud/lib/private/Security/SecureRandom.php
share/nextcloud/lib/private/Security/TrustedDomainHelper.php
share/nextcloud/lib/private/Server.php
share/nextcloud/lib/private/ServerContainer.php
share/nextcloud/lib/private/ServerNotAvailableException.php
share/nextcloud/lib/private/ServiceUnavailableException.php
share/nextcloud/lib/private/Session/CryptoSessionData.php
share/nextcloud/lib/private/Session/CryptoWrapper.php
share/nextcloud/lib/private/Session/Internal.php
share/nextcloud/lib/private/Session/Memory.php
share/nextcloud/lib/private/Session/Session.php
share/nextcloud/lib/private/Settings/Manager.php
share/nextcloud/lib/private/Settings/Section.php
share/nextcloud/lib/private/Setup.php
share/nextcloud/lib/private/Setup/AbstractDatabase.php
share/nextcloud/lib/private/Setup/MySQL.php
share/nextcloud/lib/private/Setup/OCI.php
share/nextcloud/lib/private/Setup/PostgreSQL.php
share/nextcloud/lib/private/Setup/Sqlite.php
share/nextcloud/lib/private/Share/Constants.php
share/nextcloud/lib/private/Share/Helper.php
share/nextcloud/lib/private/Share/SearchResultSorter.php
share/nextcloud/lib/private/Share/Share.php
share/nextcloud/lib/private/Share20/DefaultShareProvider.php
share/nextcloud/lib/private/Share20/Exception/BackendError.php
share/nextcloud/lib/private/Share20/Exception/InvalidShare.php
share/nextcloud/lib/private/Share20/Exception/ProviderException.php
share/nextcloud/lib/private/Share20/Hooks.php
share/nextcloud/lib/private/Share20/LegacyHooks.php
share/nextcloud/lib/private/Share20/Manager.php
share/nextcloud/lib/private/Share20/ProviderFactory.php
share/nextcloud/lib/private/Share20/Share.php
share/nextcloud/lib/private/Share20/ShareHelper.php
php-nextcloud: Update to 19.0.3 Changelog: 19.0.3 Changes Fix possible leaking scope in Flow (server#22410) Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427) Show better quota warning for group folders and external storage (server#22442) Add php docs build script (server#22448) Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503) Fix writing BLOBs to postgres with recent contacts interaction (server#22515) Set the mount id before calling storage wrapper (server#22519) Fix S3 error handling (server#22521) Only disable zip64 if the size is known (server#22537) Change free space calculation (server#22553) Do not keep the part file if the forbidden exception has no retry set (server#22560) Fix app password updating out of bounds (server#22569) Use the correct root to determinate the webroot for the resource (server#22579) Upgrade icewind/smb to 3.2.7 (server#22581) Bump elliptic from 6.4.1 to 6.5.3 (notifications#732) Fixes regression that prevented you from toggling the encryption flag (privacy#489) Match any non-whitespace character in filesystem pattern (serverinfo#229) Catch StorageNotAvailable exceptions (text#1001) Harden read only check on public endpoints (text#1017) Harden check when using token from memcache (text#1020) Sessionid is an int (text#1029) Only overwrite Ctrl-f when text is focussed (text#990) Set the X-Requested-With header on dav requests (viewer#582) 19.0.2 Changes Lower minimum search length to 2 characters (server#21782) Call openssl_pkey_export with $config and log errors. (server#21804) Improve error reporting on sharing errors (server#21806) Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) Fix parsing of language code (server#21857) Fix typo in revokeShare() (server#21876) Discourage webauthn user interaction (server#21917) Encryption is ready if master key is enabled (server#21935) Disable fragile comments tests (server#21939) Do not double encode the userid in webauthn login (server#21953) Update icewind/smb to 3.2.6 (server#21955) Respect default share permissions (server#21967) allow admin to configure the max trashbin size (server#21975) Fix risky test in twofactor_backupcodes (server#21978) Fix PHPUnit deprecation warnings (server#21981) Fix moving files from external storage to object store trashbin (server#21983) Ignore whitespace in sharing by mail (server#21991) Properly fetch translation for remote wipe confirmation dialog (server#22036) Parse_url returns null in case a parameter is not found (server#22044) Bump elliptic from 6.5.2 to 6.5.3 (server#22050) Correctly remove usergroup shares on removing group members (server#22053) Fix height to big for iPhone when using many apps (server#22064) Reset the cookie internally in new API when abandoning paged results op (server#22069) Add Guzzle's InvalidArgumentException (server#22070) Contactsmanager shall limit number of results early (server#22091) Fix browser freeze on long password input (server#22094) Search also the email and displayname in user mangement for groups (server#22118) Ensured large image is unloaded from memory when generating previews (server#22121) Fix display of remote users in incoming share notifications (server#22131) Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) Remove unexpected argument (server#22178) Do not exit if available space cannot be determined on file transfer (server#22181) Fix empty 'more' apps navigation after installing an app (server#22183) Fix default log_rotate_size in config.sample.php (server#22192) shortcut in reading nested group members when IN_CHAIN is available (server#22203) Fix chmod on file descriptor (server#22208) Do clearstatcache() on rmdir (server#22209) SSE enhancement of file signature (server#22210) Remove logging message carrying no valuable information (server#22215) Add app config option to disable "Email was changed by admin" activity (server#22232) Delete chunks if the move on an upload failed (server#22239) Silence duplicate session warnings (server#22247) Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) Allow to disable share emails (server#22300) Show disabled user count in occ user:report (server#22302) Bump 3rdparty to last stable19 commit (server#22303) Fixing a logged deprecation message (server#22309) CalDAV: Add ability to limit sharing to owner (server#22333) Only copy the link when updating a share or no password was forced (server#22337) Remove encryption option for nextcloud external storage (server#22341) L10n:Correct appid for WebAuthn (server#22348) Properly search for users when limittogroups is enabled (server#22355) SSE: make legacy format opt in (server#22381) Update the CRL (server#22387) Fix missing FN from federated contact (server#22400) Fix event icon sizes and text alignment (server#22414) Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) Add Guzzle's InvalidArgumentException (3rdparty#474) Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) Fix cypress (viewer#545) Move to webpack vue global config & bump deps (viewer#558)
2020-09-17 14:38:35 +02:00
share/nextcloud/lib/private/Share20/UserRemovedListener.php
share/nextcloud/lib/private/Streamer.php
share/nextcloud/lib/private/SubAdmin.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/private/Support/CrashReport/Registry.php
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/lib/private/Support/Subscription/Registry.php
share/nextcloud/lib/private/SystemConfig.php
share/nextcloud/lib/private/SystemTag/ManagerFactory.php
share/nextcloud/lib/private/SystemTag/SystemTag.php
share/nextcloud/lib/private/SystemTag/SystemTagManager.php
share/nextcloud/lib/private/SystemTag/SystemTagObjectMapper.php
share/nextcloud/lib/private/TagManager.php
share/nextcloud/lib/private/Tagging/Tag.php
share/nextcloud/lib/private/Tagging/TagMapper.php
share/nextcloud/lib/private/Tags.php
share/nextcloud/lib/private/TempManager.php
share/nextcloud/lib/private/Template/Base.php
share/nextcloud/lib/private/Template/CSSResourceLocator.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Template/IconsCacher.php
share/nextcloud/lib/private/Template/JSCombiner.php
share/nextcloud/lib/private/Template/JSConfigHelper.php
share/nextcloud/lib/private/Template/JSResourceLocator.php
share/nextcloud/lib/private/Template/ResourceLocator.php
share/nextcloud/lib/private/Template/ResourceNotFoundException.php
share/nextcloud/lib/private/Template/SCSSCacher.php
share/nextcloud/lib/private/Template/TemplateFileLocator.php
share/nextcloud/lib/private/TemplateLayout.php
share/nextcloud/lib/private/URLGenerator.php
share/nextcloud/lib/private/Updater.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/private/Updater/ChangesCheck.php
share/nextcloud/lib/private/Updater/ChangesMapper.php
share/nextcloud/lib/private/Updater/ChangesResult.php
share/nextcloud/lib/private/Updater/VersionCheck.php
share/nextcloud/lib/private/User/Backend.php
share/nextcloud/lib/private/User/Database.php
share/nextcloud/lib/private/User/LoginException.php
share/nextcloud/lib/private/User/Manager.php
share/nextcloud/lib/private/User/NoUserException.php
share/nextcloud/lib/private/User/Session.php
share/nextcloud/lib/private/User/User.php
share/nextcloud/lib/private/UserStatus/Manager.php
share/nextcloud/lib/private/legacy/OC_API.php
share/nextcloud/lib/private/legacy/OC_App.php
share/nextcloud/lib/private/legacy/OC_DB.php
share/nextcloud/lib/private/legacy/OC_DB_StatementWrapper.php
share/nextcloud/lib/private/legacy/OC_Defaults.php
share/nextcloud/lib/private/legacy/OC_EventSource.php
share/nextcloud/lib/private/legacy/OC_FileChunking.php
share/nextcloud/lib/private/legacy/OC_Files.php
share/nextcloud/lib/private/legacy/OC_Helper.php
share/nextcloud/lib/private/legacy/OC_Hook.php
share/nextcloud/lib/private/legacy/OC_Image.php
share/nextcloud/lib/private/legacy/OC_JSON.php
share/nextcloud/lib/private/legacy/OC_Response.php
share/nextcloud/lib/private/legacy/OC_Template.php
share/nextcloud/lib/private/legacy/OC_User.php
share/nextcloud/lib/private/legacy/OC_Util.php
share/nextcloud/lib/private/legacy/template/functions.php
share/nextcloud/lib/public/API.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Accounts/IAccount.php
share/nextcloud/lib/public/Accounts/IAccountManager.php
share/nextcloud/lib/public/Accounts/IAccountProperty.php
share/nextcloud/lib/public/Accounts/PropertyDoesNotExistException.php
share/nextcloud/lib/public/Activity/ActivitySettings.php
share/nextcloud/lib/public/Activity/IConsumer.php
share/nextcloud/lib/public/Activity/IEvent.php
share/nextcloud/lib/public/Activity/IEventMerger.php
share/nextcloud/lib/public/Activity/IExtension.php
share/nextcloud/lib/public/Activity/IFilter.php
share/nextcloud/lib/public/Activity/IManager.php
share/nextcloud/lib/public/Activity/IProvider.php
share/nextcloud/lib/public/Activity/ISetting.php
share/nextcloud/lib/public/App.php
share/nextcloud/lib/public/App/AppPathNotFoundException.php
share/nextcloud/lib/public/App/IAppManager.php
share/nextcloud/lib/public/App/ManagerEvent.php
share/nextcloud/lib/public/AppFramework/ApiController.php
share/nextcloud/lib/public/AppFramework/App.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/AppFramework/AuthPublicShareController.php
share/nextcloud/lib/public/AppFramework/Bootstrap/IBootContext.php
share/nextcloud/lib/public/AppFramework/Bootstrap/IBootstrap.php
share/nextcloud/lib/public/AppFramework/Bootstrap/IRegistrationContext.php
share/nextcloud/lib/public/AppFramework/Controller.php
share/nextcloud/lib/public/AppFramework/Db/DoesNotExistException.php
share/nextcloud/lib/public/AppFramework/Db/Entity.php
share/nextcloud/lib/public/AppFramework/Db/IMapperException.php
share/nextcloud/lib/public/AppFramework/Db/Mapper.php
share/nextcloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/AppFramework/Db/QBMapper.php
share/nextcloud/lib/public/AppFramework/Http.php
share/nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/DataDisplayResponse.php
share/nextcloud/lib/public/AppFramework/Http/DataDownloadResponse.php
share/nextcloud/lib/public/AppFramework/Http/DataResponse.php
share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php
share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/EmptyFeaturePolicy.php
share/nextcloud/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php
share/nextcloud/lib/public/AppFramework/Http/FeaturePolicy.php
share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php
share/nextcloud/lib/public/AppFramework/Http/ICallbackResponse.php
share/nextcloud/lib/public/AppFramework/Http/IOutput.php
share/nextcloud/lib/public/AppFramework/Http/JSONResponse.php
share/nextcloud/lib/public/AppFramework/Http/NotFoundResponse.php
share/nextcloud/lib/public/AppFramework/Http/RedirectResponse.php
share/nextcloud/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php
share/nextcloud/lib/public/AppFramework/Http/Response.php
share/nextcloud/lib/public/AppFramework/Http/StandaloneTemplateResponse.php
share/nextcloud/lib/public/AppFramework/Http/StreamResponse.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php
share/nextcloud/lib/public/AppFramework/Http/Template/IMenuAction.php
share/nextcloud/lib/public/AppFramework/Http/Template/LinkMenuAction.php
share/nextcloud/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php
share/nextcloud/lib/public/AppFramework/Http/Template/SimpleMenuAction.php
share/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php
share/nextcloud/lib/public/AppFramework/Http/TooManyRequestsResponse.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/AppFramework/Http/ZipResponse.php
share/nextcloud/lib/public/AppFramework/IAppContainer.php
share/nextcloud/lib/public/AppFramework/Middleware.php
share/nextcloud/lib/public/AppFramework/OCS/OCSBadRequestException.php
share/nextcloud/lib/public/AppFramework/OCS/OCSException.php
share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php
share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php
share/nextcloud/lib/public/AppFramework/OCSController.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/AppFramework/PublicShareController.php
share/nextcloud/lib/public/AppFramework/QueryException.php
share/nextcloud/lib/public/AppFramework/Services/IAppConfig.php
share/nextcloud/lib/public/AppFramework/Services/IInitialState.php
share/nextcloud/lib/public/AppFramework/Services/InitialStateProvider.php
share/nextcloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php
share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php
share/nextcloud/lib/public/Authentication/Events/LoginFailedEvent.php
share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php
share/nextcloud/lib/public/Authentication/IAlternativeLogin.php
share/nextcloud/lib/public/Authentication/IApacheBackend.php
share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php
share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IRegistry.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php
share/nextcloud/lib/public/AutoloadNotAllowedException.php
share/nextcloud/lib/public/BackgroundJob.php
share/nextcloud/lib/public/BackgroundJob/IJob.php
share/nextcloud/lib/public/BackgroundJob/IJobList.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/BackgroundJob/Job.php
share/nextcloud/lib/public/BackgroundJob/QueuedJob.php
share/nextcloud/lib/public/BackgroundJob/TimedJob.php
share/nextcloud/lib/public/Broadcast/Events/IBroadcastEvent.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Calendar/BackendTemporarilyUnavailableException.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Calendar/ICalendar.php
share/nextcloud/lib/public/Calendar/IManager.php
share/nextcloud/lib/public/Calendar/IMetadataProvider.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Calendar/Resource/IBackend.php
share/nextcloud/lib/public/Calendar/Resource/IManager.php
share/nextcloud/lib/public/Calendar/Resource/IResource.php
share/nextcloud/lib/public/Calendar/Resource/IResourceMetadata.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Calendar/Room/IBackend.php
share/nextcloud/lib/public/Calendar/Room/IManager.php
share/nextcloud/lib/public/Calendar/Room/IRoom.php
share/nextcloud/lib/public/Calendar/Room/IRoomMetadata.php
share/nextcloud/lib/public/Capabilities/ICapability.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Capabilities/IPublicCapability.php
share/nextcloud/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Collaboration/AutoComplete/IManager.php
share/nextcloud/lib/public/Collaboration/AutoComplete/ISorter.php
share/nextcloud/lib/public/Collaboration/Collaborators/ISearch.php
share/nextcloud/lib/public/Collaboration/Collaborators/ISearchPlugin.php
share/nextcloud/lib/public/Collaboration/Collaborators/ISearchResult.php
share/nextcloud/lib/public/Collaboration/Collaborators/SearchResultType.php
share/nextcloud/lib/public/Collaboration/Resources/CollectionException.php
share/nextcloud/lib/public/Collaboration/Resources/ICollection.php
share/nextcloud/lib/public/Collaboration/Resources/IManager.php
share/nextcloud/lib/public/Collaboration/Resources/IProvider.php
share/nextcloud/lib/public/Collaboration/Resources/IProviderManager.php
share/nextcloud/lib/public/Collaboration/Resources/IResource.php
share/nextcloud/lib/public/Collaboration/Resources/ResourceException.php
share/nextcloud/lib/public/Command/IBus.php
share/nextcloud/lib/public/Command/ICommand.php
share/nextcloud/lib/public/Comments/CommentsEntityEvent.php
share/nextcloud/lib/public/Comments/CommentsEvent.php
share/nextcloud/lib/public/Comments/IComment.php
share/nextcloud/lib/public/Comments/ICommentsEventHandler.php
share/nextcloud/lib/public/Comments/ICommentsManager.php
share/nextcloud/lib/public/Comments/ICommentsManagerFactory.php
share/nextcloud/lib/public/Comments/IllegalIDChangeException.php
share/nextcloud/lib/public/Comments/MessageTooLongException.php
share/nextcloud/lib/public/Comments/NotFoundException.php
share/nextcloud/lib/public/Console/ConsoleEvent.php
share/nextcloud/lib/public/Constants.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IAction.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IActionFactory.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Contacts/ContactsMenu/IContactsStore.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IEntry.php
share/nextcloud/lib/public/Contacts/ContactsMenu/ILinkAction.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IProvider.php
share/nextcloud/lib/public/Contacts/Events/ContactInteractedWithEvent.php
share/nextcloud/lib/public/Contacts/IManager.php
share/nextcloud/lib/public/DB/Exception.php
share/nextcloud/lib/public/DB/IPreparedStatement.php
share/nextcloud/lib/public/DB/IResult.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/DB/ISchemaWrapper.php
share/nextcloud/lib/public/DB/QueryBuilder/ICompositeExpression.php
share/nextcloud/lib/public/DB/QueryBuilder/IExpressionBuilder.php
share/nextcloud/lib/public/DB/QueryBuilder/IFunctionBuilder.php
share/nextcloud/lib/public/DB/QueryBuilder/ILiteral.php
share/nextcloud/lib/public/DB/QueryBuilder/IParameter.php
share/nextcloud/lib/public/DB/QueryBuilder/IQueryBuilder.php
share/nextcloud/lib/public/DB/QueryBuilder/IQueryFunction.php
share/nextcloud/lib/public/DB/Types.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php
share/nextcloud/lib/public/Dashboard/IDashboardManager.php
share/nextcloud/lib/public/Dashboard/IDashboardWidget.php
share/nextcloud/lib/public/Dashboard/IManager.php
share/nextcloud/lib/public/Dashboard/IWidget.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Dashboard/Model/IWidgetConfig.php
share/nextcloud/lib/public/Dashboard/Model/IWidgetRequest.php
share/nextcloud/lib/public/Dashboard/Model/WidgetSetting.php
share/nextcloud/lib/public/Dashboard/Model/WidgetSetup.php
share/nextcloud/lib/public/Dashboard/Model/WidgetTemplate.php
share/nextcloud/lib/public/Dashboard/RegisterWidgetEvent.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Dashboard/Service/IEventsService.php
share/nextcloud/lib/public/Dashboard/Service/IWidgetsService.php
share/nextcloud/lib/public/Defaults.php
share/nextcloud/lib/public/Diagnostics/IEvent.php
share/nextcloud/lib/public/Diagnostics/IEventLogger.php
share/nextcloud/lib/public/Diagnostics/IQuery.php
share/nextcloud/lib/public/Diagnostics/IQueryLogger.php
share/nextcloud/lib/public/DirectEditing/ACreateEmpty.php
share/nextcloud/lib/public/DirectEditing/ACreateFromTemplate.php
share/nextcloud/lib/public/DirectEditing/ATemplate.php
share/nextcloud/lib/public/DirectEditing/IEditor.php
share/nextcloud/lib/public/DirectEditing/IManager.php
share/nextcloud/lib/public/DirectEditing/IToken.php
share/nextcloud/lib/public/DirectEditing/RegisterDirectEditorEvent.php
share/nextcloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php
share/nextcloud/lib/public/Encryption/IEncryptionModule.php
share/nextcloud/lib/public/Encryption/IFile.php
share/nextcloud/lib/public/Encryption/IManager.php
share/nextcloud/lib/public/Encryption/Keys/IStorage.php
share/nextcloud/lib/public/EventDispatcher/ABroadcastedEvent.php
share/nextcloud/lib/public/EventDispatcher/Event.php
share/nextcloud/lib/public/EventDispatcher/GenericEvent.php
share/nextcloud/lib/public/EventDispatcher/IEventDispatcher.php
share/nextcloud/lib/public/EventDispatcher/IEventListener.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Federation/Exceptions/ActionNotSupportedException.php
share/nextcloud/lib/public/Federation/Exceptions/AuthenticationFailedException.php
share/nextcloud/lib/public/Federation/Exceptions/BadRequestException.php
share/nextcloud/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php
share/nextcloud/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php
share/nextcloud/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php
share/nextcloud/lib/public/Federation/ICloudFederationFactory.php
share/nextcloud/lib/public/Federation/ICloudFederationNotification.php
share/nextcloud/lib/public/Federation/ICloudFederationProvider.php
share/nextcloud/lib/public/Federation/ICloudFederationProviderManager.php
share/nextcloud/lib/public/Federation/ICloudFederationShare.php
share/nextcloud/lib/public/Federation/ICloudId.php
share/nextcloud/lib/public/Federation/ICloudIdManager.php
share/nextcloud/lib/public/Files.php
share/nextcloud/lib/public/Files/AlreadyExistsException.php
share/nextcloud/lib/public/Files/Cache/CacheEntryInsertedEvent.php
share/nextcloud/lib/public/Files/Cache/CacheEntryRemovedEvent.php
share/nextcloud/lib/public/Files/Cache/CacheEntryUpdatedEvent.php
share/nextcloud/lib/public/Files/Cache/CacheInsertEvent.php
share/nextcloud/lib/public/Files/Cache/CacheUpdateEvent.php
share/nextcloud/lib/public/Files/Cache/ICache.php
share/nextcloud/lib/public/Files/Cache/ICacheEntry.php
share/nextcloud/lib/public/Files/Cache/ICacheEvent.php
share/nextcloud/lib/public/Files/Cache/IPropagator.php
share/nextcloud/lib/public/Files/Cache/IScanner.php
share/nextcloud/lib/public/Files/Cache/IUpdater.php
share/nextcloud/lib/public/Files/Cache/IWatcher.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Files/Config/ICachedMountFileInfo.php
share/nextcloud/lib/public/Files/Config/ICachedMountInfo.php
share/nextcloud/lib/public/Files/Config/IHomeMountProvider.php
share/nextcloud/lib/public/Files/Config/IMountProvider.php
share/nextcloud/lib/public/Files/Config/IMountProviderCollection.php
share/nextcloud/lib/public/Files/Config/IRootMountProvider.php
share/nextcloud/lib/public/Files/Config/IUserMountCache.php
share/nextcloud/lib/public/Files/EmptyFileNameException.php
share/nextcloud/lib/public/Files/EntityTooLargeException.php
share/nextcloud/lib/public/Files/Events/BeforeFileScannedEvent.php
share/nextcloud/lib/public/Files/Events/BeforeFolderScannedEvent.php
share/nextcloud/lib/public/Files/Events/FileCacheUpdated.php
share/nextcloud/lib/public/Files/Events/FileScannedEvent.php
share/nextcloud/lib/public/Files/Events/FolderScannedEvent.php
share/nextcloud/lib/public/Files/Events/Node/AbstractNodeEvent.php
share/nextcloud/lib/public/Files/Events/Node/AbstractNodesEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeCopiedEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeCreatedEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeDeletedEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeReadEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeRenamedEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeTouchedEvent.php
share/nextcloud/lib/public/Files/Events/Node/BeforeNodeWrittenEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeCopiedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeCreatedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeDeletedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeRenamedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeTouchedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeWrittenEvent.php
share/nextcloud/lib/public/Files/Events/NodeAddedToCache.php
share/nextcloud/lib/public/Files/Events/NodeRemovedFromCache.php
share/nextcloud/lib/public/Files/File.php
share/nextcloud/lib/public/Files/FileInfo.php
share/nextcloud/lib/public/Files/FileNameTooLongException.php
share/nextcloud/lib/public/Files/Folder.php
share/nextcloud/lib/public/Files/ForbiddenException.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Files/GenericFileException.php
share/nextcloud/lib/public/Files/IAppData.php
share/nextcloud/lib/public/Files/IHomeStorage.php
share/nextcloud/lib/public/Files/IMimeTypeDetector.php
share/nextcloud/lib/public/Files/IMimeTypeLoader.php
share/nextcloud/lib/public/Files/IRootFolder.php
share/nextcloud/lib/public/Files/InvalidCharacterInPathException.php
share/nextcloud/lib/public/Files/InvalidContentException.php
share/nextcloud/lib/public/Files/InvalidDirectoryException.php
share/nextcloud/lib/public/Files/InvalidPathException.php
share/nextcloud/lib/public/Files/LockNotAcquiredException.php
share/nextcloud/lib/public/Files/Mount/IMountManager.php
share/nextcloud/lib/public/Files/Mount/IMountPoint.php
share/nextcloud/lib/public/Files/Node.php
share/nextcloud/lib/public/Files/NotEnoughSpaceException.php
share/nextcloud/lib/public/Files/NotFoundException.php
share/nextcloud/lib/public/Files/NotPermittedException.php
share/nextcloud/lib/public/Files/Notify/IChange.php
share/nextcloud/lib/public/Files/Notify/INotifyHandler.php
share/nextcloud/lib/public/Files/Notify/IRenameChange.php
share/nextcloud/lib/public/Files/ObjectStore/IObjectStore.php
share/nextcloud/lib/public/Files/ReservedWordException.php
share/nextcloud/lib/public/Files/Search/ISearchBinaryOperator.php
share/nextcloud/lib/public/Files/Search/ISearchComparison.php
share/nextcloud/lib/public/Files/Search/ISearchOperator.php
share/nextcloud/lib/public/Files/Search/ISearchOrder.php
share/nextcloud/lib/public/Files/Search/ISearchQuery.php
share/nextcloud/lib/public/Files/SimpleFS/ISimpleFile.php
share/nextcloud/lib/public/Files/SimpleFS/ISimpleFolder.php
share/nextcloud/lib/public/Files/SimpleFS/ISimpleRoot.php
share/nextcloud/lib/public/Files/SimpleFS/InMemoryFile.php
share/nextcloud/lib/public/Files/Storage.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Files/Storage/IDisableEncryptionStorage.php
share/nextcloud/lib/public/Files/Storage/ILockingStorage.php
share/nextcloud/lib/public/Files/Storage/INotifyStorage.php
share/nextcloud/lib/public/Files/Storage/IStorage.php
share/nextcloud/lib/public/Files/Storage/IStorageFactory.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Files/Storage/IWriteStreamStorage.php
share/nextcloud/lib/public/Files/StorageAuthException.php
share/nextcloud/lib/public/Files/StorageBadConfigException.php
share/nextcloud/lib/public/Files/StorageConnectionException.php
share/nextcloud/lib/public/Files/StorageInvalidException.php
share/nextcloud/lib/public/Files/StorageNotAvailableException.php
share/nextcloud/lib/public/Files/StorageTimeoutException.php
share/nextcloud/lib/public/Files/Template/FileCreatedFromTemplateEvent.php
share/nextcloud/lib/public/Files/Template/ICustomTemplateProvider.php
share/nextcloud/lib/public/Files/Template/ITemplateManager.php
share/nextcloud/lib/public/Files/Template/Template.php
share/nextcloud/lib/public/Files/Template/TemplateFileCreator.php
share/nextcloud/lib/public/Files/UnseekableException.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
share/nextcloud/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php
share/nextcloud/lib/public/FullTextSearch/IFullTextSearchManager.php
share/nextcloud/lib/public/FullTextSearch/IFullTextSearchPlatform.php
share/nextcloud/lib/public/FullTextSearch/IFullTextSearchProvider.php
share/nextcloud/lib/public/FullTextSearch/Model/IDocumentAccess.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/FullTextSearch/Model/IIndex.php
share/nextcloud/lib/public/FullTextSearch/Model/IIndexDocument.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/FullTextSearch/Model/IIndexOptions.php
share/nextcloud/lib/public/FullTextSearch/Model/IRunner.php
share/nextcloud/lib/public/FullTextSearch/Model/ISearchOption.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/FullTextSearch/Model/ISearchRequest.php
share/nextcloud/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/FullTextSearch/Model/ISearchResult.php
share/nextcloud/lib/public/FullTextSearch/Model/ISearchTemplate.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/FullTextSearch/Service/IIndexService.php
share/nextcloud/lib/public/FullTextSearch/Service/IProviderService.php
share/nextcloud/lib/public/FullTextSearch/Service/ISearchService.php
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/lib/public/GlobalScale/IConfig.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Group/Backend/ABackend.php
share/nextcloud/lib/public/Group/Backend/IAddToGroupBackend.php
share/nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
share/nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
share/nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
share/nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php
share/nextcloud/lib/public/Group/Backend/IGetDisplayNameBackend.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php
share/nextcloud/lib/public/Group/Backend/IHideFromCollaborationBackend.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Group/Backend/IIsAdminBackend.php
share/nextcloud/lib/public/Group/Backend/IRemoveFromGroupBackend.php
share/nextcloud/lib/public/Group/Backend/ISetDisplayNameBackend.php
share/nextcloud/lib/public/Group/Events/BeforeGroupCreatedEvent.php
share/nextcloud/lib/public/Group/Events/BeforeGroupDeletedEvent.php
share/nextcloud/lib/public/Group/Events/BeforeUserAddedEvent.php
share/nextcloud/lib/public/Group/Events/BeforeUserRemovedEvent.php
share/nextcloud/lib/public/Group/Events/GroupCreatedEvent.php
share/nextcloud/lib/public/Group/Events/GroupDeletedEvent.php
share/nextcloud/lib/public/Group/Events/SubAdminAddedEvent.php
share/nextcloud/lib/public/Group/Events/SubAdminRemovedEvent.php
share/nextcloud/lib/public/Group/Events/UserAddedEvent.php
share/nextcloud/lib/public/Group/Events/UserRemovedEvent.php
share/nextcloud/lib/public/Group/ISubAdmin.php
share/nextcloud/lib/public/GroupInterface.php
share/nextcloud/lib/public/Http/Client/IClient.php
share/nextcloud/lib/public/Http/Client/IClientService.php
share/nextcloud/lib/public/Http/Client/IResponse.php
share/nextcloud/lib/public/Http/Client/LocalServerException.php
share/nextcloud/lib/public/Http/WellKnown/GenericResponse.php
share/nextcloud/lib/public/Http/WellKnown/IHandler.php
share/nextcloud/lib/public/Http/WellKnown/IRequestContext.php
share/nextcloud/lib/public/Http/WellKnown/IResponse.php
share/nextcloud/lib/public/Http/WellKnown/JrdResponse.php
share/nextcloud/lib/public/IAddressBook.php
share/nextcloud/lib/public/IAppConfig.php
share/nextcloud/lib/public/IAvatar.php
share/nextcloud/lib/public/IAvatarManager.php
share/nextcloud/lib/public/ICache.php
share/nextcloud/lib/public/ICacheFactory.php
share/nextcloud/lib/public/ICertificate.php
share/nextcloud/lib/public/ICertificateManager.php
share/nextcloud/lib/public/IConfig.php
share/nextcloud/lib/public/IContainer.php
share/nextcloud/lib/public/IDBConnection.php
share/nextcloud/lib/public/IDateTimeFormatter.php
share/nextcloud/lib/public/IDateTimeZone.php
share/nextcloud/lib/public/IEventSource.php
share/nextcloud/lib/public/IGroup.php
share/nextcloud/lib/public/IGroupManager.php
share/nextcloud/lib/public/IImage.php
share/nextcloud/lib/public/IInitialStateService.php
share/nextcloud/lib/public/IL10N.php
share/nextcloud/lib/public/ILogger.php
share/nextcloud/lib/public/IMemcache.php
share/nextcloud/lib/public/IMemcacheTTL.php
share/nextcloud/lib/public/INavigationManager.php
share/nextcloud/lib/public/IPreview.php
share/nextcloud/lib/public/IRequest.php
share/nextcloud/lib/public/ISearch.php
share/nextcloud/lib/public/IServerContainer.php
share/nextcloud/lib/public/ISession.php
share/nextcloud/lib/public/ITagManager.php
share/nextcloud/lib/public/ITags.php
share/nextcloud/lib/public/ITempManager.php
share/nextcloud/lib/public/IURLGenerator.php
share/nextcloud/lib/public/IUser.php
share/nextcloud/lib/public/IUserBackend.php
share/nextcloud/lib/public/IUserManager.php
share/nextcloud/lib/public/IUserSession.php
share/nextcloud/lib/public/Image.php
share/nextcloud/lib/public/L10N/IFactory.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/L10N/ILanguageIterator.php
share/nextcloud/lib/public/LDAP/IDeletionFlagSupport.php
share/nextcloud/lib/public/LDAP/ILDAPProvider.php
share/nextcloud/lib/public/LDAP/ILDAPProviderFactory.php
share/nextcloud/lib/public/Lock/ILockingProvider.php
share/nextcloud/lib/public/Lock/LockedException.php
share/nextcloud/lib/public/Lock/ManuallyLockedException.php
share/nextcloud/lib/public/Lockdown/ILockdownManager.php
php-nextcloud: Update to 18.0.1 Changelog: Changes [stable18] Fix cursor on disabled contenteditable divs (server#18961) Bump style-loader from 1.1.2 to 1.1.3 (server#18982) [stable18] Increase the timeout for app downloads (server#19025) [stable18] Fix loaded controller check (server#19060) [stable18] Allow to await the sidebar (server#19089) [stable18] expose Argon2 options (as we did for bcrypt) (server#19094) [stable18] fix multiselect actions for files (server#19108) [stable18] Adjust filelist color handling to new dark theme value (server#19117) [stable18] Reduce legacy event log level to debug (server#19118) [stable18] New file menu needs to be above the filelist header (server#19119) [stable18] Do not invert avatar colors when dark theme is enabled (server#19121) [stable18] Use the target for file notifications (server#19149) [stable18] Use correct appid for talk (server#19150) [stable18] add hub bundle for easy installation on upgraded instances (server#19153) [stable18] apps can have polyamorous relationships with bundles (server#19166) [stable18] Use themed favicon-fb (server#19189) [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190) [stable18] Fix query selector for inverted icons (server#19206) [stable18] Do not encode contacts menu mailto links (server#19207) [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212) [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228) [stable18] Make sure to catch php errors during job execution (server#19269) [stable18] Center Buttons (server#19271) [stable18] Use the l10n from settings (server#19277) [stable18] Use proper andwhere clause (server#19278) [stable18] Add move (and firstlogin) option to transferownership service (server#19279) [stable18] for the DB ot pick an index specify the object_type (server#19283) [stable18] owner transfer multiselect fixes (server#19291) [stable18] Allow respecting PASSWORD_DEFAULT (server#19292) [stable18] Keep the modification time during decryptFile (server#19297) [stable18] Fix data Apache2 .htaccess typo (server#19302) [stable18] Fix display of DTEND for multi-day all-day event (server#19308) [stable18] do not overwrite global user auth credentials with empty values (server#19315) [stable18] Fix occ maintenance:install database connect failure (server#19326) [stable18] Fix event type (server#19330) [stable18] Array access on int will fail on php7.4 (server#19332) [stable18] Make sure the default share provider does not execute for other things (server#19334) [stable18] Disable link shares of disabled users (server#19340) [stable18] Prevent archieved download on secure view (server#19360) [stable18] Log Flow activity (server#19396) [stable18] Allow to serve static webm directly (server#19420) 18.0.1 final (server#19422) [stable18] Allow to serve static mp4 directly (server#19428) [stable18] Update master php testing versions (activity#417) Update stable18 target versions (activity#418) [stable18] Update master php testing versions (files_pdfviewer#164) Update stable18 target versions (files_pdfviewer#165) Update stable18 target versions (files_texteditor#194) Update stable18 target versions (firstrunwizard#274) Update stable18 target versions (logreader#313) [stable18] Update master php testing versions (nextcloud_announcements#64) Update stable18 target versions (nextcloud_announcements#65) Update stable18 target versions (notifications#547) [stable18] Add linting via github actions (notifications#555) [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565) [stable18] Update master php testing versions (password_policy#93) Update stable18 target versions (password_policy#94) [stable18] Lint with github actions (photos#153) [stable18] No more drone. Do it all on github actions (photos#158) [stable18] Respect .noimage and .nomedia files (photos#160) [stable18] added headers for your photos and favs (photos#172) [stable18] Fix/actions (photos#174) [stable18] Fix url escaping (photos#175) [stable18] Use actions from tutorial (photos#181) Update stable18 target versions (privacy#323) Update stable18 target versions (recommendations#182) Update stable18 target versions (serverinfo#170) [stable18] Update master php testing versions (survey_client#104) Update stable18 target versions (survey_client#105) [stable18] GitHub actions/lint (viewer#368) Fix url escaping (viewer#370) [stable18] Adjust tests syntax & formatting (viewer#379) [stable18] Use actions from tutorial (viewer#385) [stable18] Revert "Fix url escaping" (viewer#396)
2020-02-20 12:53:28 +01:00
share/nextcloud/lib/public/Log/IDataLogger.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/Log/IFileBased.php
share/nextcloud/lib/public/Log/ILogFactory.php
share/nextcloud/lib/public/Log/IWriter.php
share/nextcloud/lib/public/Log/RotationTrait.php
share/nextcloud/lib/public/Mail/Events/BeforeMessageSent.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Mail/IAttachment.php
share/nextcloud/lib/public/Mail/IEMailTemplate.php
share/nextcloud/lib/public/Mail/IMailer.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Mail/IMessage.php
share/nextcloud/lib/public/Migration/BigIntMigration.php
share/nextcloud/lib/public/Migration/IMigrationStep.php
share/nextcloud/lib/public/Migration/IOutput.php
share/nextcloud/lib/public/Migration/IRepairStep.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Migration/SimpleMigrationStep.php
share/nextcloud/lib/public/Notification/AlreadyProcessedException.php
share/nextcloud/lib/public/Notification/IAction.php
share/nextcloud/lib/public/Notification/IApp.php
share/nextcloud/lib/public/Notification/IDeferrableApp.php
share/nextcloud/lib/public/Notification/IDismissableNotifier.php
share/nextcloud/lib/public/Notification/IManager.php
share/nextcloud/lib/public/Notification/INotification.php
share/nextcloud/lib/public/Notification/INotifier.php
share/nextcloud/lib/public/OCS/IDiscoveryService.php
share/nextcloud/lib/public/PreConditionNotMetException.php
share/nextcloud/lib/public/Preview/IProvider.php
share/nextcloud/lib/public/Preview/IProviderV2.php
share/nextcloud/lib/public/Preview/IVersionedPreviewFile.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Remote/Api/IApiCollection.php
share/nextcloud/lib/public/Remote/Api/IApiFactory.php
share/nextcloud/lib/public/Remote/Api/ICapabilitiesApi.php
share/nextcloud/lib/public/Remote/Api/IUserApi.php
share/nextcloud/lib/public/Remote/ICredentials.php
share/nextcloud/lib/public/Remote/IInstance.php
share/nextcloud/lib/public/Remote/IInstanceFactory.php
share/nextcloud/lib/public/Remote/IUser.php
share/nextcloud/lib/public/RichObjectStrings/Definitions.php
share/nextcloud/lib/public/RichObjectStrings/IValidator.php
share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php
share/nextcloud/lib/public/Route/IRoute.php
share/nextcloud/lib/public/Route/IRouter.php
share/nextcloud/lib/public/SabrePluginEvent.php
share/nextcloud/lib/public/SabrePluginException.php
share/nextcloud/lib/public/Search/IProvider.php
share/nextcloud/lib/public/Search/ISearchQuery.php
share/nextcloud/lib/public/Search/PagedProvider.php
share/nextcloud/lib/public/Search/Provider.php
share/nextcloud/lib/public/Search/Result.php
share/nextcloud/lib/public/Search/SearchResult.php
share/nextcloud/lib/public/Search/SearchResultEntry.php
share/nextcloud/lib/public/Security/Bruteforce/MaxDelayReached.php
share/nextcloud/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php
share/nextcloud/lib/public/Security/Events/GenerateSecurePasswordEvent.php
share/nextcloud/lib/public/Security/Events/ValidatePasswordPolicyEvent.php
share/nextcloud/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php
share/nextcloud/lib/public/Security/IContentSecurityPolicyManager.php
share/nextcloud/lib/public/Security/ICredentialsManager.php
share/nextcloud/lib/public/Security/ICrypto.php
share/nextcloud/lib/public/Security/IHasher.php
share/nextcloud/lib/public/Security/ISecureRandom.php
share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
share/nextcloud/lib/public/Settings/IIconSection.php
share/nextcloud/lib/public/Settings/IManager.php
share/nextcloud/lib/public/Settings/ISettings.php
share/nextcloud/lib/public/Settings/ISubAdminSettings.php
share/nextcloud/lib/public/Share.php
share/nextcloud/lib/public/Share/Events/ShareCreatedEvent.php
share/nextcloud/lib/public/Share/Events/ShareDeletedEvent.php
share/nextcloud/lib/public/Share/Events/VerifyMountPointEvent.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/public/Share/Exceptions/AlreadySharedException.php
share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
share/nextcloud/lib/public/Share/IManager.php
share/nextcloud/lib/public/Share/IProviderFactory.php
share/nextcloud/lib/public/Share/IShare.php
share/nextcloud/lib/public/Share/IShareHelper.php
share/nextcloud/lib/public/Share/IShareProvider.php
share/nextcloud/lib/public/Share_Backend.php
share/nextcloud/lib/public/Share_Backend_Collection.php
share/nextcloud/lib/public/Share_Backend_File_Dependent.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/Support/CrashReport/ICollectBreadcrumbs.php
share/nextcloud/lib/public/Support/CrashReport/IMessageReporter.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/public/Support/CrashReport/IRegistry.php
share/nextcloud/lib/public/Support/CrashReport/IReporter.php
Update to 16.0.1 Changelog: Fix setupcheck for intl module (server#15223) Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) Remove the custom prefix from the table name length when checking on … (server#15312) Check if the data is in the lookup server (server#15341) Do NOT assume all files are selected if the first checkbox is (server#15345) Fix collapse button in app navigation in IE11 (server#15389) Make sure all middlewares are only registered once (server#15399) Allow to send the password of protected conversations (server#15405) Remove extra margin from warning messages in authenticate page (server#15409) Set Edge < 16 as incompatible with css vars (server#15417) Remove extra param in cache update call (server#15418) Handle 0 B default quota properly in the web UI (server#15424) Fix multiselect min width (server#15433) Make access column a real boolean (server#15434) Fix public upload by also load the semaphore method (server#15439) Remove setup args from logging (server#15442) Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) Fix mobile vertical scrolling (server#15469) Remove recommendation for opcache on CLI (server#15471) Update file-upload.js (server#15482) Add interfaces to interact with subscription from support app (server#15513) Fall back to application/octet-stream instead of using an invalid mim… (activity#374) Only call setViewerMode if FileList is available (files_pdfviewer#132) Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) Use correct method to determine if HTTPS is used (firstrunwizard#189)
2019-05-18 19:55:10 +02:00
share/nextcloud/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php
share/nextcloud/lib/public/Support/Subscription/IRegistry.php
share/nextcloud/lib/public/Support/Subscription/ISubscription.php
share/nextcloud/lib/public/Support/Subscription/ISupportedApps.php
share/nextcloud/lib/public/SystemTag/ISystemTag.php
share/nextcloud/lib/public/SystemTag/ISystemTagManager.php
share/nextcloud/lib/public/SystemTag/ISystemTagManagerFactory.php
share/nextcloud/lib/public/SystemTag/ISystemTagObjectMapper.php
share/nextcloud/lib/public/SystemTag/ManagerEvent.php
share/nextcloud/lib/public/SystemTag/MapperEvent.php
share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php
share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php
share/nextcloud/lib/public/SystemTag/TagNotFoundException.php
share/nextcloud/lib/public/Template.php
share/nextcloud/lib/public/User.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/User/Backend/ABackend.php
share/nextcloud/lib/public/User/Backend/ICheckPasswordBackend.php
share/nextcloud/lib/public/User/Backend/ICountUsersBackend.php
share/nextcloud/lib/public/User/Backend/ICreateUserBackend.php
share/nextcloud/lib/public/User/Backend/ICustomLogout.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php
share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php
share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
Update to15.0.0 Changelog: Changes Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292) Enable sorting in file picker (server#12350) 15.0.0 Beta 2 (server#12355) Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401) Prefix icon variables with app name to avoid conflicts (server#12421) Shorten index name of calendar changes table (server#12447) Fixes dav share issue with owner (server#12458) Fix string doctype casing (server#12466) Show thumbnail on rename (server#12467) Remove conflicting multiselect (server#12468) Actually return the user when creating version dav nodes (server#12472) Rollback to default list view (server#12474) Add welcome bot (server#12476) Fix navigation layout for items that are added on a re-render (server#12481) Fix login loader position and theming support (server#12483) Fix loader colours for better visibility (server#12484) Format Nextcloud Talk clients sessions. (server#12485) Remove unused svg api route (server#12487) Only use width and opacity for transition (server#12489) Fix share link password input (server#12491) Return the correct value when trying to get a non existing item from cache by id (server#12494) Fix login primary colour and feedback (server#12495) Fix revert icon position on theming settings (server#12496) Forward object not found error in swift as dav 404 (server#12500) Make number of file list entries depending on the width for grid view (server#12515) Fix loading of files external templates file (server#12517) Fix loading of .woff2 files in .htaccess (server#12518) Fix updatenotifications display, dependencies and csp (server#12525) Allow to hide download option for folders shared by link (server#12531) Fix redirect page design details (server#12539) Bearer tokens are app token (server#12543) Handle permission in update of share better (server#12544) Respect the disabled setting for lost_password_link (server#12552) Allow empty string in get absolute url (server#12553) Do not switch to root folder if filelist is already shown (server#12554) Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558) Better header navigation display (server#12559) Do not show tab headers marked as hidden (server#12570) Make connectivity check domains configurable (server#12571) Fix rendering of the sidebar in Files app (server#12577) Fix navigation more menu background for dark theme (server#12580) 15.0.0 RC 1 (server#12581) Do not clear new user form on failure (server#12587) Add explanatory text to admin twofactor settings (server#12589) Fix Typo in Original English String and All Translations (server#12615) Extend anonymous options to work on every dav url (server#12638) Fix count on string (server#12683) Add interface to allow storages from opting out of encryption (server#12692) Make acceptance tests for comments more robust (server#12696) Add acceptance tests for sharing files and folders with another user (server#12700) I changed the width of the srollbar to make it a bit bigger (server#12712) Open the updater via a POST form submit instead of eval the JS code d... (server#12713) Fix folder path containing leading slash when getting mount root by id (server#12714) Add capabilities for multiple share links (server#12718) Remove old button to submit the apppassword login (server#12723) Fix versions sidebar issues (server#12730) Don't require Same Site Cookies on accessibility app assets (server#12731) Date title to linkshare (server#12733) Add pipe mode for sendmail (server#12736) Set Referrer-Policy also in addSecurityHeaders() (server#12737) Polishing fixes (server#12740) Fix the loader position and the focus state on the login button (server#12741) Add check for missing .woff2 rule in Nginx via setup check (server#12742) Update compatible versions for cloud federation api (server#12744) Fix cannot set 0 as value on files_external through OCC command (server#12746) 15.0.0 RC 2 (server#12755) Parse activity when a user self-unshares a file (server#12756) Polishing of various modal dialogs (server#12784) Fix activatable/deactivatable 2fa provider interface typos (server#12805) Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811) Fix the system address book (server#12816) PHP module is named mbstring (server#12825) Unshare from mail activity is missing (server#12828) Fix layout of "i" in admin settings of federated sharing (server#12829) PHP 7.0 is end of life (server#12830) Do not update child all child shares on group share update (server#12833) Validate all rich objects (server#12836) Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837) 15.0.0 RC 3 (server#12847) Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848) Fix missing click event on update button (server#12849) Add setup check for pending bigint conversion (server#12853) No user enumeration on DAV if disabled (server#12856) Only execute query in propagateChange once (server#12861) Fix password confirmation lib for ie11 (server#12863) Log and continue on Dav reader failure (repair uid) (server#12867) Emit write update only once on touch (server#12868) Do not show general warning on free space error (server#12880) Set 3rdparty to pr187 (server#12882) Fix logo path in non-themed instance (server#12908) Fix unread comment icon not shown for the sharee (server#12913) Bump to 15.0.0 final (server#12959) Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118) Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119) Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120) Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137) Bump synfony to 3.4.15 (3rdparty#146) Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151) Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155) Bump symfony to 3.4.16 (3rdparty#161) Bump symfony 3.4.17 (3rdparty#168) Remove random_compat lib (3rdparty#170) Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176) Manually patch PHP-Doc of VObject Splitter (3rdparty#185) Fix named parameter detection on SQLite (3rdparty#187) Update version on master (activity#291) Fix scrolling detection on activity 14 (activity#293) Make the object information available on emails (activity#299) Add the mimetype to the preview arrays (activity#300) Move to compiled handlebrs (activity#301) Remove unneeded -ms-filter (was only needed for IE8) (activity#302) Use the query builder and cast the values (activity#304) Add icon to files sidebar tab (activity#305) Fix JS unit tests after handlebars (activity#307) Shorten tab label 'Activities' to 'Activity' (activity#308) Add a intermediate migration to fix old installations (activity#310) Correctly restrict affected users when using command to send emails (activity#311) Autocomplete for email command (activity#314) Use the substract function instead of manual math (activity#315) Use the full path instead of the file name in HTML emails too (activity#316) Update stable15 target versions (activity#319) Create activity when user unshares a file themselves (activity#323) Validate rich objects before using (activity#324) Remove unneeded CSS rule for IE 11 (files_pdfviewer#100) Update stable15 target versions (files_pdfviewer#109) Update version on master (files_pdfviewer#94) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95) Hide footer in public share page (files_pdfviewer#99) Update version on master (files_texteditor#112) Update info.xml (files_texteditor#116) Improve code blocks in markdown rendering (files_texteditor#120) Update stable15 target versions (files_texteditor#123) Update version on master (files_videoplayer#61) Fix videoplayback on NC15 (files_videoplayer#68) Update stable15 target versions (files_videoplayer#69) Don't Assume Document Root (firstrunwizard#78) Update version on master (firstrunwizard#81) Remove hardcoded background-size (firstrunwizard#84) Design detail and accessibility fixes (firstrunwizard#85) Update stable15 target versions (firstrunwizard#89) Add HEIC/HEIF support to the gallery (gallery#464) Update version on master (gallery#468) Move to compiled handlebars (gallery#481) Remove sharing height limit, since it is overwriting the server defaults (gallery#482) Hide button if download links are hidden for link shares (gallery#484) Update stable15 target versions (gallery#485) Update version on master (logreader#74) Update version on master (nextcloud_announcements#33) Update version on master (notifications#159) Update config and babel for ie11 (notifications#160) Add vue build test (notifications#162) Update all NPM (notifications#170) Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171) Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172) Bump webpack from 4.18.0 to 4.19.0 (notifications#173) Update NPM packages (notifications#176) Bump webpack from 4.19.0 to 4.19.1 (notifications#177) Bump webpack from 4.19.1 to 4.20.2 (notifications#179) Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180) Update all NPM (notifications#184) Switch to compiled handlebars (notifications#186) Bump webpack from 4.20.2 to 4.21.0 (notifications#187) Add .l10nignore files for compiled assets (notifications#188) Bump webpack from 4.21.0 to 4.22.0 (notifications#189) Use the rich message when available and instead of trim overlay with a shadow (notifications#190) Bump css-loader from 1.0.0 to 1.0.1 (notifications#194) Bump webpack from 4.22.0 to 4.24.0 (notifications#195) Bump webpack from 4.24.0 to 4.25.1 (notifications#196) Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197) Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199) Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200) Bump webpack from 4.25.1 to 4.26.0 (notifications#203) Update stable15 target versions (notifications#204) Add icon to empty content message (notifications#210) Update version on master (password_policy#70) Update stable15 target versions (password_policy#74) Adds tooltip to make people aware of API JSON format (serverinfo#129) Update version on master (serverinfo#131) Update stable15 target versions (serverinfo#134) Checking for valid CPU average values (serverinfo#97) Update version on master (survey_client#81) Properly escape column name in "createFunction" call (survey_client#84) Do not call invalid function (survey_client#86) Update stable15 target versions (survey_client#87)
2018-12-16 14:09:57 +01:00
share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
php-nextcloud: Update to 21.0.1 Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12 14:54:53 +02:00
share/nextcloud/lib/public/User/Backend/ISearchKnownUsersBackend.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php
share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php
share/nextcloud/lib/public/User/Events/BeforePasswordUpdatedEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserCreatedEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserDeletedEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserLoggedInEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserLoggedOutEvent.php
share/nextcloud/lib/public/User/Events/PasswordUpdatedEvent.php
share/nextcloud/lib/public/User/Events/PostLoginEvent.php
share/nextcloud/lib/public/User/Events/UserChangedEvent.php
share/nextcloud/lib/public/User/Events/UserCreatedEvent.php
share/nextcloud/lib/public/User/Events/UserDeletedEvent.php
share/nextcloud/lib/public/User/Events/UserLiveStatusEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedInEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedInWithCookieEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedOutEvent.php
share/nextcloud/lib/public/User/GetQuotaEvent.php
share/nextcloud/lib/public/UserInterface.php
share/nextcloud/lib/public/UserStatus/IManager.php
share/nextcloud/lib/public/UserStatus/IProvider.php
share/nextcloud/lib/public/UserStatus/IUserStatus.php
share/nextcloud/lib/public/Util.php
share/nextcloud/lib/public/WorkflowEngine/EntityContext/IContextPortation.php
share/nextcloud/lib/public/WorkflowEngine/EntityContext/IDisplayName.php
share/nextcloud/lib/public/WorkflowEngine/EntityContext/IDisplayText.php
share/nextcloud/lib/public/WorkflowEngine/EntityContext/IIcon.php
share/nextcloud/lib/public/WorkflowEngine/EntityContext/IUrl.php
share/nextcloud/lib/public/WorkflowEngine/Events/LoadSettingsScriptsEvent.php
share/nextcloud/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php
share/nextcloud/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php
share/nextcloud/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php
share/nextcloud/lib/public/WorkflowEngine/GenericEntityEvent.php
share/nextcloud/lib/public/WorkflowEngine/ICheck.php
share/nextcloud/lib/public/WorkflowEngine/IComplexOperation.php
share/nextcloud/lib/public/WorkflowEngine/IEntity.php
share/nextcloud/lib/public/WorkflowEngine/IEntityCheck.php
share/nextcloud/lib/public/WorkflowEngine/IEntityCompat.php
share/nextcloud/lib/public/WorkflowEngine/IEntityEvent.php
share/nextcloud/lib/public/WorkflowEngine/IFileCheck.php
share/nextcloud/lib/public/WorkflowEngine/IManager.php
share/nextcloud/lib/public/WorkflowEngine/IOperation.php
share/nextcloud/lib/public/WorkflowEngine/IOperationCompat.php
share/nextcloud/lib/public/WorkflowEngine/IRuleMatcher.php
share/nextcloud/lib/public/WorkflowEngine/ISpecificOperation.php
Update to 13.0.0 Changelog: Changes Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: Collaboration features Nextcloud Talk, a private videoconference software integrated with Nextcloud real-time and asynchronous communication with push notifications, calls and chat web and mobile devices Integration in business workflow with calendar invitations and calls directly from Nextcloud Files Screen and note sharing with participant moderation capabilities 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server auto-completion of user names in comments and notification to the mentioned user support free/busy scheduling in native calendar applications like Thunderbird Lightning show meeting invites in the calendar End-to-End Encryption can encrypt data on a per-folder level rather than all-or-nothing approach does not require users to remember or exchange passwords does not require re-uploading data upon sharing features an optional off-line administrator recovery key allows full audit logging can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. User Interface new way of selecting files easy way to quickly copy or move to a location High DPI support admin menu integrated in one list no limitation to file uploads via the web interface user quota in the side bar social sharing (Twitter, G+, Facebook, Diaspora) now features a preview improved theming Performance decreased page load times with up to 50% and faster search 80% faster LDAP and up to 10x faster external storage Server-side Encryption performance largely improved Other Support for PHP 7.2 Support for PostgreSQL 10
2018-02-25 05:51:55 +01:00
share/nextcloud/lib/versioncheck.php
share/nextcloud/occ
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/ocm-provider/index.php
share/nextcloud/ocs-provider/index.php
share/nextcloud/ocs/providers.php
share/nextcloud/ocs/v1.php
share/nextcloud/ocs/v2.php
share/nextcloud/public.php
share/nextcloud/remote.php
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/resources/app-info-shipped.xsd
share/nextcloud/resources/app-info.xsd
share/nextcloud/resources/codesigning/core.crt
share/nextcloud/resources/codesigning/root.crl
share/nextcloud/resources/codesigning/root.crt
share/nextcloud/resources/config/ca-bundle.crt
share/nextcloud/resources/config/mimetypealiases.dist.json
share/nextcloud/resources/config/mimetypemapping.dist.json
Update to 14.0.3 Changelog: Version 14.0.3 October 12 2018 Changes Fixes the apps menu scrollbar (server#11662) Ignore "session_lifetime" if it can not be converted to a number (server#11761) Normalize getUnjailedPath (server#11770) Version 14.0.2 October 11 2018 Changes Fix contacts menu on mentions (server#11350) Make the server ready to use global scale with SAML as auth back-end (server#11373) Fix default flex shrink on list (server#11374) Fixes the logo height (server#11385) Do not explode when getting permissions from a FailedStorage (server#11389) Do not hide the progress bar while the chunked upload is being assembled (server#11399) Fix "checkWellKnownUrl" not being run (server#11418) Add back the total used space per user (server#11425) Fix invalid inline input confirm border (server#11426) Center back the history icon (server#11430) AssemblyStream is also eof if we have no more source stream (server#11436) Re-enable upload button after updating Avatar (server#11451) Fix typo in config.sample.php (server#11488) Bugfix 2FA theme: buttons white (server#11489) Update config and babel for ie11 (server#11490) Only catch QueryException when trying to build class (server#11492) Show auth type "None" in email settings (server#11493) Fix public page footer link wrap (server#11510) Fix share header text on small widths (server#11511) Add missing compiled mimetype list (server#11516) Fixes the move/copy picker buttons (server#11525) Fix breadcrumbs (server#11530) Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) Throw an error if a node is smaller than expected in assemblystream (server#11555) Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) Fix header overflow, fix more apps menu, fix #11552 (server#11558) Add new group entry on users list + fixes (server#11575) Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) Force multiselect max-height to 5.5 items (server#11579) Just update password hash without validating (server#11580) Fix sticky header on users list (server#11582) Fix header border on users list (server#11608) Fix call to logger (server#11610) Allow the creationg of previews of files stored in appdata (server#11703) Update CRL due to changed cert for linkshareex (server#11706) Fix a misleading setup check for .well-known/caldav & carddav (server#11738) Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) Hide footer in public share page (files_pdfviewer#103) Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) Version 14.0.1 September 25 2018 Changes Fixes the upload progress bar layout - 14 backport (server#11039) Fix markup and style of mentions in comments (server#11077) Do not invalidate main token on OAuth (server#11090) Expire tokens hardening (server#11103) fix js files client for user names with spaces (server#11152) Fix user and group listing with users that have an integer user id (server#11186) Fix exception class (server#11187) Remove posix_getpwuid and compare only userid (server#11191) Fix check for more users in sharing dialogue (server#11201) Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) Fixes empty favorite names for trailing slashes (server#11259) Fix size of icons in menus inside apps when shown as images (server#11276) Prevent comment being composed from overlapping the submit button (server#11277) replace setcookie value with '' instead of null. (server#11280) Fix the link and anchor for the update notifications (server#11282) Include empty directories in the default state of acceptance tests (server#11283) Get permission of storage for shares (server#11287) Shared by info for room shares without names (server#11288) Fix icons cacher regex for compressed output (server#11291) Revert "Use APCu caching of composer" (server#11293) Use user locale as default in the template (server#11294) Fix expiration code of tokens (server#11302) Add unit test for findLanguageFromLocale (server#11340) 14 scroll fix (activity#295) Update stable14 target versions (files_texteditor#111) Update stable14 target versions (firstrunwizard#80) Update stable14 target versions (gallery#467) Update stable14 target versions (nextcloud_announcements#32) Update stable14 target versions (notifications#158) Update config and babel for ie11 (notifications#161) Version 14.0.0 September 10 2018 Changes Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever. While we can never cover everything that has improved, these are the main feature highlights: Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share Two-factor authentication now with Signal and Telegram as well as NFC and SMS Accessibility improvements & dark theme Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more Version 13.0.7 October 11 2018 Changes Prefer using dir instead of allinfo for getting smb file info (server#10804) [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824) Fix mimetype detection for junked uploads (server#10829) Improve performance when dealing with large numbers of shares (server#10884) Cast timestamps older than unix epoch to 0 (server#10902) Use the same ignored properties list for both CustomerPropertiesBackends (server#10911) Do not hide the progress bar while the chunked upload is being assembled (server#11400) Fix "checkWellKnownUrl" not being run (server#11419) AssemblyStream is also eof if we have no more source stream (server#11437) Show auth type "None" in email settings (server#11494) Fixes the move/copy picker buttons (server#11524) Allow the creationg of previews of files stored in appdata (server#11704) Update CRL due to changed cert for linkshareex (server#11707) Fix a misleading setup check for .well-known/caldav & carddav (server#11739) Version 13.0.6 August 30 2018 Changes Add sabre plugin to allow anonymous options requests to the dav root (server#10285) Do scan the root storage in background scan (server#10376) Adding test for table schedulingobjects and fixing postgres LOB (server#10552) Fix transfering ownership of a share to user with same id as receiver (server#10565) Make file cache updates more robust (server#10581) Retry smb stat on timeout (server#10591) Use insertIfNotExists to store new mimetypes. (server#10620) Only warn about data lose on password reset if per-user keys are used (server#10646) Update the scope of the lockdownmanager (server#10682) Log entries that are hidden during file listing (server#10698) Forgotten pass fix link (server#10735) Fix comment style in config sample (server#10759) Make sure error_log() always receives a string (server#10760) Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) Use the path_hash instead of the path to query the filecache (server#10762) Don't blame random people for background email updates (server#10763) Resolve all group memberships properly (server#10783) Remove unexecutable code (server#10816) Improve URL detection (server#10821) MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) Disallow negative mtime in dav search (server#10837)
2018-11-22 13:28:11 +01:00
share/nextcloud/resources/locales.json
share/nextcloud/resources/update-locales.php
share/nextcloud/robots.txt
share/nextcloud/status.php
share/nextcloud/themes/README
Update to 12.0.1 Changelog: Changes Server Over 100 fixes were merged in the server. Update broken on PGSQL Add brackets around concat statements so comparing the result works a… Can't close PDF preview Add a repair step to drop the account_terms table on oc migration [stable12] Fix show password button for password change [stable12] Enable postgres on drone again fix overlay on show password [stable12] Add new bundle [stable12] proper logo height in emails for Outlook scan.nextcloud.com causing exception in theming? Long running php processes: LDAP timeout X-XSS-Protection header invalid (NextCloud 12.0.0.29) [stable12] Fix for mb strlen [stable12] Fix error message on untrusted domain error page [12] Fix renaming of non-renamble mounts [12] Also repair storage id's when repairing invalid entries [12] still remove the federated share even if we cant notify the remote [stable12] Show warning if PHP 7.2 is used [stable12] fix preview for public links [stable12] Fix config.sample.php documentation [stable12] Add recovery key on public upload [stable12] Backport translation fixes [stable12] Enable acceptance tests again on Drone 0.7 [stable12] Backport allow to theme emails [stable 12] Add ellipsis for app titles in the app menu popover [stable12] Fix emitting of legacy hook post_unshare [stable12] Allow overwriting of IOS theming values Update 3rdparty for "Fix infinite propfinds reporting files as direct… [12] Fix invalid path repair step not getting all invalid entries [stable12] Add test to check if new files are added to the root of the repository [12] null users dont exist [12] Fix scan permissions with nested permissions masks [12] fix moving folders out of a cache jail Moving shared folders doesn't work as expected Write cert bundle to tmp file first [12] properly block file upload to non-active filelist nc beta 4 internal server error due to totp backup codes [12] Fix propagating changes within jail wrapper [12] dont die if we try to access the shared cache while setting up the shared storage hint should not be clickable Check if Circles is still here [stable12] Allow dir-listing also when one child is blocked by access control [stable12] Fix unselecting items on multi select dropdowns [stable12] Fix remote share activity emails [stable12] fix alignment of radio button and its label in encryption settings Remote share emails doesn't show what's shared. [stable12] Ldap password renewal fixes for NC12 [stable12] Use PNG icons for activity emails and ios client [stable12] Use the share_folder config for remote shares [stable12] Don't load navigation entries of restricted apps [stable12] Don't try to generate logs for chunking paths [stable12] Don't log passwords on dav exceptions Use translated Hint instead of english error on password policy [stable12] Add info text about updates [stable12] Use base url for cache prefix and SCSS caching [stable12] Enhance the logging if the part file can not be renamed [stable12] Improved logging for object storage and trashbin [stable12] Fix more icon in apps menu on bright backgrounds [stable12] Use realpath to obtain the webroot [stable12] Don't create activities for email and password change before login [stable12] Allow to force a language and set it via the ocs api [stable12] Create users in non default backends first Progress bar message completely wrong with multi-GB file upload [stable12] Fix example theme [stable12] Don't try to save the setting when its not an admin Update layout.user.php Fix upload remaining time and uploadrate value [stable12] App menu fixes [stable12] Allow to find local users by their email address [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex [stable12] Treat PHP Errors on User session regenerate [stable12] Ldap attempt reconnect stable12 [stable12] allow users to send PropPatch request when calendar is group-shared with them [stable12] urldecode group principals in Cal- and CardDAV backend [stable12] Use the guest.css for the maintenance page as well [stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co… [stable12] Make file name input tooltip error text change Translate OAuth2 in stable12 [stable12] Localize contacts menu search input placeholder [stable12] Prevent sending second WWW-Authenticate header [stable12] don't try to encrypt/decrypt the certificate bundle [stable12] allow PropPatch requests to contact_birthdays [stable12] Fix username and avatar for external users [stable12] Fix tag label removed when share view is opened [stable12] Fix unknown share token error message [stable12] no themed icon when dragging folder [stable12] Add quota to the files view "Unspecified share exception" instead of proper 404 page on unknown public share tokens [stable12] fix "add to your nextcloud" input field [stable12] Revert "allow admin to disable groups on personal page" Bearer auth backend causes problems with several dav clients [stable12] filter missing groups in share provider [stable12] use the email address configured in Nextcloud as sender instead of the users email address [stable12] execute eval in global scope, addresses #5314 [stable12] l10n improvements from transifex Activity [stable12] Fix mimetype icon of deleted folders [stable12] Use PNG icons for emails and ios client [stable12] Ignore paths from chunking Notifications Allow to expand the message on click... text editor [stable12] Use text editor endpoint for previews [stable12] Use CRLF line ending by default for better compatibility Gallery Fix link when opening from files [stable12] Do not use propably outdated core translations Fix the translation source [stable12] Fix logged error if file ID is not available [stable12] Merge JS for public pages PDF viewer missing context dir Fix z index for small screen sizes
2017-08-11 03:41:08 +02:00
share/nextcloud/themes/example/core/css/server.css
share/nextcloud/themes/example/core/img/favicon-touch.png
share/nextcloud/themes/example/core/img/favicon-touch.svg
share/nextcloud/themes/example/core/img/favicon.ico
share/nextcloud/themes/example/core/img/favicon.png
share/nextcloud/themes/example/core/img/favicon.svg
share/nextcloud/themes/example/core/img/logo-icon.png
share/nextcloud/themes/example/core/img/logo-icon.svg
share/nextcloud/themes/example/core/img/logo-mail.gif
share/nextcloud/themes/example/core/img/logo.png
share/nextcloud/themes/example/core/img/logo.svg
share/nextcloud/themes/example/defaults.php
share/nextcloud/updater/index.php
share/nextcloud/updater/updater.phar
share/nextcloud/version.php